.. |
chip
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
Kconfig
|
include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics.
|
2015-11-26 12:07:18 -06:00 |
Make.defs
|
Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization
|
2015-07-17 07:20:16 -06:00 |
pic32mz-config.h
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04:00 |
pic32mz-decodeirq.c
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:09:36 -06:00 |
pic32mz-dma.h
|
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
|
2015-02-22 13:45:59 -06:00 |
pic32mz-ethernet.c
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 11:17:15 -06:00 |
pic32mz-exception.c
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
pic32mz-excptmacros.h
|
PIC32MX/MZ: Fix error in assember macro. Noted by Tilak Tangudu
|
2016-01-05 10:04:50 -06:00 |
pic32mz-gpio.c
|
PIC32MZ: Implement support for IO port interrupts
|
2015-03-02 09:24:43 -06:00 |
pic32mz-gpio.h
|
PIC32MZ Starter Kit: Add support for on-board buttons
|
2015-03-02 10:01:10 -06:00 |
pic32mz-gpioirq.c
|
PIC32MZ Starter Kit: Add support for on-board buttons
|
2015-03-02 10:01:10 -06:00 |
pic32mz-head.S
|
PIC32MX/MZ: Fix error in assember macro. Noted by Tilak Tangudu
|
2016-01-05 10:04:50 -06:00 |
pic32mz-irq.c
|
More missing semicolons after DEBUGASSERT
|
2015-05-27 13:32:39 -06:00 |
pic32mz-lowconsole.c
|
Standardize the width of all comment boxes in C files
|
2015-10-03 07:25:03 -06:00 |
pic32mz-lowconsole.h
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:28:30 -06:00 |
pic32mz-lowinit.c
|
arch/mips: fix some spacing and alignment issues
|
2015-10-12 08:18:03 -06:00 |
pic32mz-lowinit.h
|
PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic for setting up peripheral clocking
|
2015-02-24 09:30:30 -06:00 |
pic32mz-serial.c
|
arch/mips: fix some spacing and alignment issues
|
2015-10-12 08:18:03 -06:00 |
pic32mz-spi.c
|
For PIC32MX/Z MCUs, rename up_spiinitialize to pic32mx/z_spibus_initialize
|
2016-01-26 15:47:42 -06:00 |
pic32mz-spi.h
|
For LK MCUs, rename up_spiinitialize to kl_spibus_initialize
|
2016-01-26 16:19:03 -06:00 |
pic32mz-timerisr.c
|
arch/mips: fix some spacing and alignment issues
|
2015-10-12 08:18:03 -06:00 |
pic32mz-usbdev.h
|
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
|
2015-02-22 13:45:59 -06:00 |