nuttx/arch/arm/src/lpc43xx
2016-06-17 09:40:09 -06:00
..
chip i.MX6: Clean up some initializers 2016-05-24 07:44:36 -06:00
spifi Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
chip.h Adds definitions for the LPC4337jet100 chip. 2016-05-24 07:03:50 -06:00
Kconfig LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_adc.c Add ADC bind method to the LPC43xx and SAMA5Dx ADC drivers 2016-05-26 12:19:17 -06:00
lpc43_adc.h spifi 2015-12-01 23:09:31 +01:00
lpc43_aes.c LPC43xx: Add AES support. 2016-05-23 08:03:32 -06:00
lpc43_allocateheap.c config B option, reverted 2015-12-08 09:27:23 +01:00
lpc43_ccu.h init hw, draft 2015-09-29 15:53:20 +02:00
lpc43_cgu.c Enable the Ethernet for the LPC4330 and autonegotiation when the MAC is a LAN8720. 2016-02-18 19:07:33 -06:00
lpc43_cgu.h LPC43xx: Add ehci driver. 2015-09-10 07:23:03 -06:00
lpc43_clrpend.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc43_config.h LPC43xx: Add RS485 configuration settings to Kconfig; For RS485, add an option to select DTR as the DIR pin 2016-02-19 07:59:24 -06:00
lpc43_creg.h init hw, draft 2015-09-29 15:53:20 +02:00
lpc43_dac.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_dac.h Clean up and review of header files for conformance to standards 2015-06-12 19:00:52 -06:00
lpc43_debug.c Fix some warnings 2016-06-13 11:48:20 -06:00
lpc43_ehci.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_ehci.h Standardize the width of all comment boxes in C header files 2015-10-03 07:33:06 -06: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_ethernet.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_ethernet.h LPC43xx: Add Ethernet support. From Ilya Averyanov 2015-09-02 09:01:41 -06:00
lpc43_gpdma.c Centralize definitions associated with CONFIG_DEBUG_SPI 2016-06-15 10:41:13 -06:00
lpc43_gpdma.h Clean up and review of header files for conformance to standards 2015-06-12 19:00:52 -06:00
lpc43_gpio.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
lpc43_gpio.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lpc43_gpioint.c Update ChangeLog 2016-06-05 15:01:37 -06:00
lpc43_gpioint.h Changes from review of last PR 2016-06-04 07:52:56 -06:00
lpc43_i2c.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_i2c.h Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming 2016-02-02 12:08:23 -06:00
lpc43_idle.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
lpc43_irq.c Fix another victim of the mass name changes: xyz_errmonitor->xyz_dbgmonitor 2016-06-17 07:00:33 -06:00
lpc43_irq.h Clean up and review of header files for conformance to standards 2015-06-12 19:00:52 -06:00
lpc43_mpuinit.c Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU 2015-12-14 13:56:21 -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 Correct some spacing issues 2015-10-07 11:39:06 -06:00
lpc43_pinconfig.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lpc43_rgu.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lpc43_rgu.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lpc43_rit.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_rit.h Standardize the width of all comment boxes in C header files 2015-10-03 07:33:06 -06:00
lpc43_scu.h init hw, draft 2015-09-29 15:53:20 +02:00
lpc43_serial.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -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 LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_spi.h For LPC43xx MCUs, rename lpc17_spiinitialize to lpc43_spibus_initialize 2016-01-26 17:17:12 -06:00
lpc43_spifi.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
lpc43_spifi.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
lpc43_ssp.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_ssp.h More SPI initialize naming clarification 2016-01-31 15:38:28 -06:00
lpc43_start.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lpc43_tickless_rit.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
lpc43_timerisr.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
lpc43_uart.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
lpc43_uart.h Clean up and review of header files for conformance to standards 2015-06-12 19:00:52 -06:00
lpc43_usb0dev.c LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 09:40:09 -06:00
lpc43_usb0dev.h Enable the Ethernet for the LPC4330 and autonegotiation when the MAC is a LAN8720. 2016-02-18 19:07:33 -06:00
lpc43_usbram.h Add LPC43 clock initialization logic 2012-07-05 22:38:12 +00:00
lpc43_userspace.c Correct some spacing issues 2015-10-07 11:39:06 -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 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00