nuttx/arch/arm/src/lpc43xx
2013-08-27 09:40:19 -06:00
..
chip Email address change in nuttx/ 2012-09-13 18:32:24 +00: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 SAMA5: Adapt clocking for different boot modes. New header files for AXI matrix, BSC, and SFR 2013-07-23 13:54:49 -06:00
lpc43_adc.c Fix an error in LPC43xx clock configuratin that can cause fail to boot 2012-07-16 19:16:57 +00:00
lpc43_adc.h More LPC43 files in various states of work 2012-07-05 14:58:16 +00:00
lpc43_allocateheap.c Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ 2013-07-26 10:09:17 -06:00
lpc43_cgu.c Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHz 2012-07-16 21:25:29 +00: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 LPC43 files in various states of work 2012-07-05 14:58:16 +00: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 Several fixes to LPC43 pin and GPIO configuration 2012-07-10 18:33:14 +00:00
lpc43_gpio.h Several fixes to LPC43 pin and GPIO configuration 2012-07-10 18:33:14 +00:00
lpc43_gpioint.c Add LPC43 GPIO interrupt configurtion logic 2012-07-06 17:04:08 +00:00
lpc43_gpioint.h Add LPC43 GPIO interrupt configurtion logic 2012-07-06 17:04:08 +00:00
lpc43_i2c.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
lpc43_idle.c Add LPC43 interrrupt control logic 2012-07-04 19:34:11 +00:00
lpc43_irq.c Standard configuration variables used to enable interupt controller debug; SAMA5: Correct handling of spurious interrupts 2013-08-03 08:22:37 -06:00
lpc43_irq.h More LPC43xx logic 2012-07-04 22:03:00 +00:00
lpc43_mpuinit.c Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs 2013-03-24 17:28:38 +00:00
lpc43_mpuinit.h Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs 2013-03-24 17:28:38 +00:00
lpc43_pinconfig.c Several fixes to LPC43 pin and GPIO configuration 2012-07-10 18:33:14 +00:00
lpc43_pinconfig.h Fix another LPC43xx pin configuration problem 2012-07-10 20:51:39 +00: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_serial.c Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined 2013-04-25 15:52:48 -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 Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc43_spi.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc43_spifi.c The initial SYLOG device logic was valiant but yet still not enough 2012-08-02 17:09:25 +00:00
lpc43_spifi.h LP43xx SPIFI MTD driver update 2012-07-23 20:08:56 +00:00
lpc43_ssp.c Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc43_ssp.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc43_start.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
lpc43_timerisr.c More LPC43xx logic 2012-07-04 22:03:00 +00:00
lpc43_uart.c LPC43 update 2012-08-03 14:57:30 +00: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 More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00: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 Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs 2013-03-24 17:28:38 +00:00
lpc43_userspace.h Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs 2013-03-24 17:28:38 +00:00
Make.defs Improve some ARMv7-A/M floating point register save time; Add floating point register save logic for ARMv7-A 2013-07-23 17:52:06 -06:00