.. |
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
|
Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARMv7-M architectures
|
2013-01-22 01:25:40 +00:00 |
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
|
More LPC43 files in various states of work
|
2012-07-05 14:58:16 +00:00 |
lpc43_allocateheap.c
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
lpc43_cgu.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_cgu.h
|
Straighten out LPC32 UART clocking (still some baud calculation issues)
|
2012-07-07 15:29:13 +00:00 |
lpc43_clrpend.c
|
More LPC43xx logic
|
2012-07-04 22:03:00 +00:00 |
lpc43_config.h
|
Add completed but untested support for RS-485 on the LPC43xx
|
2012-07-20 18:32:16 +00:00 |
lpc43_dac.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_dac.h
|
More LPC43 files in various states of work
|
2012-07-05 14:58:16 +00:00 |
lpc43_debug.c
|
Add logic to initialize the LPC43xx SPIFI device
|
2012-07-17 20:02:57 +00:00 |
lpc43_emacram.h
|
Add LPC43 clock initialization logic
|
2012-07-05 22:38:12 +00:00 |
lpc43_emc.h
|
Add LPC43 clock initialization logic
|
2012-07-05 22:38:12 +00:00 |
lpc43_gpdma.c
|
More LPC43 files in various states of work
|
2012-07-05 14:58:16 +00:00 |
lpc43_gpdma.h
|
More LPC43 files in various states of work
|
2012-07-05 14:58:16 +00:00 |
lpc43_gpio.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_gpio.h
|
Several fixes to LPC43 pin and GPIO configuration
|
2012-07-10 18:33:14 +00:00 |
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
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -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
|
More LPC43xx logic
|
2012-07-04 22:03:00 +00:00 |
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
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
lpc43_rgu.h
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
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
|
Straighten out LPC32 UART clocking (still some baud calculation issues)
|
2012-07-07 15:29:13 +00:00 |
lpc43_spi.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_spi.h
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
lpc43_spifi.c
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
lpc43_spifi.h
|
Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h
|
2013-11-15 11:22:23 -06:00 |
lpc43_ssp.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc43_ssp.h
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
lpc43_start.c
|
Add new common lazy FPU state saving option for ARMv7-M. Not yet verified
|
2015-03-06 08:26:43 -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 Need to use fractional dividers to get the low-level UART BAUD correct
|
2012-07-11 20:58:47 +00:00 |
lpc43_usb0dev.c
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
lpc43_usb0dev.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
lpc43_usbram.h
|
Add LPC43 clock initialization logic
|
2012-07-05 22:38:12 +00:00 |
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
|
SAMV71-XULT: Enable 64-bit floating point support
|
2015-03-11 12:30:14 -06:00 |