.. |
chip
|
arch/arm/src/lpc54xx: Add configuration logic to the empty SPI driver. Still missing all data tranfer logic.
|
2018-01-13 15:38:55 -06:00 |
chip.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
Kconfig
|
arch/arm/src/lpc54xx: LPC54xx Ethernet driver no long depends on EXPERIMENTAL.
|
2018-01-02 11:17:25 -06:00 |
lpc54_allocateheap.c
|
configs/lpcxpresso-lpc54628: Add the fb configuration testing the LCD. arch/arm/src/lpc54xx: Various fixes needed to get the fb configuration to build errorfree. The configuration is not functional as of this writing.
|
2017-12-13 09:18:16 -06:00 |
lpc54_clockconfig.c
|
arch/arm/src/lpc43xx: Add helper macros to simplify peripheral configuration for new drivers; rename some other helper macros to make their operation clearer. Begin fleshing out the I2C driver.
|
2017-12-14 17:29:15 -06:00 |
lpc54_clockconfig.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_clrpend.c
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_config.h
|
arch/arm/src/lpc54xx: Complete coding of the I2C driver. It is not yet functional and has not yet been seriously tested. config/lpcxpresso-lpc54628: Add support for I2C2 and for the I2C tool to the nsh configuration.
|
2017-12-15 11:38:55 -06:00 |
lpc54_dma.c
|
Cosmetic fixes to comments, README, and other trivial corrections.
|
2017-12-25 10:45:47 -06:00 |
lpc54_dma.h
|
arch/arm/src/lpc54xx: DMA driver is code compelete. Untested and still needs more review.
|
2017-12-24 14:28:39 -06:00 |
lpc54_emc.c
|
arch/arm/src/lpc43xx: Add helper macros to simplify peripheral configuration for new drivers; rename some other helper macros to make their operation clearer. Begin fleshing out the I2C driver.
|
2017-12-14 17:29:15 -06:00 |
lpc54_emc.h
|
arch/arm/src/lpc54xx: Various fixes for initial build of SDRAM support. Still unverified (but at least appears to be nonfatal).
|
2017-12-10 17:20:16 -06:00 |
lpc54_enableclk.h
|
arch/arm/src/lpc43xx: Add helper macros to simplify peripheral configuration for new drivers; rename some other helper macros to make their operation clearer. Begin fleshing out the I2C driver.
|
2017-12-14 17:29:15 -06:00 |
lpc54_ethernet.c
|
arch/arm/src/lpc54xx: Add some hooks for future 802.1q VLAN support. configs/lpcxpresso-lpc54628: Automatically bring up network in the netnsh configuration.
|
2018-01-02 08:49:09 -06:00 |
lpc54_gpio.c
|
arch/arm/src/lpc54xx: Implement GPIO interrupt support. configs/lpcxpress-lpc54628: Add support for the USER button. Enable the apps/examples/button test in the NSH configuration.
|
2017-12-16 13:00:06 -06:00 |
lpc54_gpio.h
|
arch/arm/src/lpc54xx: Fix some GPIO interrupt configuration errors. Add logic to acknowledge rising/falling edge events. config/lpcxpresso-lpc545628: Add an intermediate interrupt handler to support acknowledgement of rising and falling edge interrupts.
|
2017-12-16 15:34:41 -06:00 |
lpc54_gpioirq.c
|
arch/arm/src/lpc54xx: Fix some GPIO interrupt configuration errors. Add logic to acknowledge rising/falling edge events. config/lpcxpresso-lpc545628: Add an intermediate interrupt handler to support acknowledgement of rising and falling edge interrupts.
|
2017-12-16 15:34:41 -06:00 |
lpc54_i2c_master.c
|
arch/arm/src/lpc54xx: I2C now appears to be functional. Needs more testing.
|
2017-12-15 14:58:37 -06:00 |
lpc54_i2c_master.h
|
arch/arm/src/lpc54xx: Rename I2C and SPI configurations to make room in the namespace for future slave support. Add fragmenenty skeleon of I2C driver just as a starting point.
|
2017-12-11 13:28:55 -06:00 |
lpc54_idle.c
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_irq.c
|
arch/arm/src/lpc54xx: Implement GPIO interrupt support. configs/lpcxpress-lpc54628: Add support for the USER button. Enable the apps/examples/button test in the NSH configuration.
|
2017-12-16 13:00:06 -06:00 |
lpc54_irq.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_lcd.c
|
arch/arm/src/lpc43xx: Add helper macros to simplify peripheral configuration for new drivers; rename some other helper macros to make their operation clearer. Begin fleshing out the I2C driver.
|
2017-12-14 17:29:15 -06:00 |
lpc54_lcd.h
|
Squashed commit of the following:
|
2017-12-14 10:45:53 -06:00 |
lpc54_lowputc.c
|
arch/arm/src/lpc43xx: Add helper macros to simplify peripheral configuration for new drivers; rename some other helper macros to make their operation clearer. Begin fleshing out the I2C driver.
|
2017-12-14 17:29:15 -06:00 |
lpc54_lowputc.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_mpuinit.c
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_mpuinit.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_power.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_reset.c
|
arch/arm/src/lpc54xx: Add reset logic. Some changes while debugging LDC. Does not yet work (hangs).
|
2017-12-13 14:36:58 -06:00 |
lpc54_reset.h
|
arch/arm/src/lpc43xx: Add helper macros to simplify peripheral configuration for new drivers; rename some other helper macros to make their operation clearer. Begin fleshing out the I2C driver.
|
2017-12-14 17:29:15 -06:00 |
lpc54_rng.c
|
arch/arm/src/lpc54xx: Add support for a random number generator.
|
2017-12-26 10:20:41 -06:00 |
lpc54_rtc_lowerhalf.c
|
arch/arm/src/lpc54xx: Add an RTC driver and a RTC character driver lower half. configs/lpcxpresso-lpc54628: Add logic to register the RTC character driver if it is enabled. Enable the RTC and RTC character driver in the NSH configuration.
|
2017-12-25 13:56:06 -06:00 |
lpc54_rtc.c
|
arch/arm/src/lpc54xx: Add support for a random number generator.
|
2017-12-26 10:20:41 -06:00 |
lpc54_rtc.h
|
arch/arm/src/lpc54xx: Add an RTC driver and a RTC character driver lower half. configs/lpcxpresso-lpc54628: Add logic to register the RTC character driver if it is enabled. Enable the RTC and RTC character driver in the NSH configuration.
|
2017-12-25 13:56:06 -06:00 |
lpc54_sdmmc.c
|
arch/arm/src/lpc54xx: Add register level debug output for Ethernet testing. Fixed a few start up problems. Still hangs on start-up, however.
|
2017-12-31 11:11:57 -06:00 |
lpc54_sdmmc.h
|
Leverage the LPC54xx back to the LPC43xx (where it came from originally)
|
2017-12-22 08:16:19 -06:00 |
lpc54_serial.c
|
arch/arm/src/lpc54628: With these changes, the LPCXpresso-LPC54628 NSH configuration is fully functional. Also adds a README file for the board.
|
2017-12-10 08:54:24 -06:00 |
lpc54_serial.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_spi_master.c
|
arch/arm/src/lpc54xx: Add configuration logic to the empty SPI driver. Still missing all data tranfer logic.
|
2018-01-13 15:38:55 -06:00 |
lpc54_spi_master.h
|
arch/arm/src/lpc54xx: Add configuration logic to the empty SPI driver. Still missing all data tranfer logic.
|
2018-01-13 15:38:55 -06:00 |
lpc54_start.c
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_start.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_tickless.c
|
arch/arm/src/lpc54xx: Add (incomplete) Ethernet register definition file. Add framework for an Ethernet driver. Initial commit is just the drivers/skeleton.c with naming updated for the LPC54.
|
2017-12-26 12:55:58 -06:00 |
lpc54_timerisr.c
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_userspace.c
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_userspace.h
|
This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available.
|
2017-12-07 13:30:02 -06:00 |
lpc54_wwdt.c
|
arch/arm/src/lpc54xx: More WDT-related changes.
|
2017-12-24 15:40:46 -06:00 |
lpc54_wwdt.h
|
arch/arm/src/lpc54xx: Bring in WWDT driver from LPC43.
|
2017-12-24 15:00:20 -06:00 |
lpc546x_enableclk.h
|
arch/arm/src/lpc54xx: Add DMA register definition file and skeletal DMA driver. The initial commit of the DMA driver is simply the LPC43xx GPDMA driver with name changes and all all register access removed.
|
2017-12-24 10:55:46 -06:00 |
lpc546x_power.h
|
arch/arm/src/lpc43xx: Add helper macros to simplify peripheral configuration for new drivers; rename some other helper macros to make their operation clearer. Begin fleshing out the I2C driver.
|
2017-12-14 17:29:15 -06:00 |
lpc546x_reset.h
|
arch/arm/src/lpc54xx: Add DMA register definition file and skeletal DMA driver. The initial commit of the DMA driver is simply the LPC43xx GPDMA driver with name changes and all all register access removed.
|
2017-12-24 10:55:46 -06:00 |
Make.defs
|
arch/arm/src/lpc54xx: Add (incomplete) Ethernet register definition file. Add framework for an Ethernet driver. Initial commit is just the drivers/skeleton.c with naming updated for the LPC54.
|
2017-12-26 12:55:58 -06:00 |