.. |
chip
|
Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USART 2 and 3 working on the Embest development board. From Toby Duckworth
|
2015-01-26 07:33:22 -06:00 |
chip.h
|
|
|
Kconfig
|
Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common drivers/serial/Kconfig. Add CONFIG_ARCH_HAVE_SERIAL_TERMIOS to indicate if an MCU supports TERMIOS
|
2014-10-27 11:31:16 -06:00 |
lpc43_adc.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_adc.h
|
|
|
lpc43_allocateheap.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc43_cgu.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_cgu.h
|
|
|
lpc43_clrpend.c
|
|
|
lpc43_config.h
|
|
|
lpc43_dac.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_dac.h
|
|
|
lpc43_debug.c
|
|
|
lpc43_emacram.h
|
|
|
lpc43_emc.h
|
|
|
lpc43_gpdma.c
|
|
|
lpc43_gpdma.h
|
|
|
lpc43_gpio.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_gpio.h
|
|
|
lpc43_gpioint.c
|
Fixe to allow compile of lpc43_gpioint.c. It likely doesn't work. From Brandon warhurst_002
|
2014-10-21 06:36:27 -06:00 |
lpc43_gpioint.h
|
Fixe to allow compile of lpc43_gpioint.c. It likely doesn't work. From Brandon warhurst_002
|
2014-10-21 06:36:27 -06:00 |
lpc43_i2c.c
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -06:00 |
lpc43_idle.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_irq.c
|
Fixe to allow compile of lpc43_gpioint.c. It likely doesn't work. From Brandon warhurst_002
|
2014-10-21 06:36:27 -06:00 |
lpc43_irq.h
|
|
|
lpc43_mpuinit.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc43_mpuinit.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc43_pinconfig.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_pinconfig.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_rgu.c
|
|
|
lpc43_rgu.h
|
|
|
lpc43_rit.c
|
Update to the LPC43xx RIT/Tickless code. From Brandon Warhurst
|
2014-10-23 07:14:37 -06:00 |
lpc43_rit.h
|
Update to the LPC43xx RIT/Tickless code. From Brandon Warhurst
|
2014-10-23 07:14:37 -06:00 |
lpc43_serial.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
lpc43_serial.h
|
|
|
lpc43_spi.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_spi.h
|
|
|
lpc43_spifi.c
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
lpc43_spifi.h
|
|
|
lpc43_ssp.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_ssp.h
|
|
|
lpc43_start.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc43_timerisr.c
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |
lpc43_uart.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_uart.h
|
|
|
lpc43_usb0dev.c
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
lpc43_usb0dev.h
|
|
|
lpc43_usbram.h
|
|
|
lpc43_userspace.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc43_userspace.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
Make.defs
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |