..
chip
arm/src/lpc54xx/: Bring in the USB FS OHCI driver from LPC17. This is a quick'n'dirty port that I will finish sometime later (I hope). Currently, it is missing hardware clocking setup and is not even hooked into the build system yet. Needless to say it does not yet even compile.
2019-05-08 10:01:37 -06:00
chip.h
arch/arm/src/max326xx: Bring in some mostly standard, ARMv7-M, 'boilerplate' files.
2018-11-16 15:33:01 -06:00
Kconfig
arm/src/lpc54xx/: Bring in the USB FS OHCI driver from LPC17. This is a quick'n'dirty port that I will finish sometime later (I hope). Currently, it is missing hardware clocking setup and is not even hooked into the build system yet. Needless to say it does not yet even compile.
2019-05-08 10:01:37 -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
The LPC54608 can only run at a maximum frequency of 180Mhz. This configuration requires uses the clk_in, external crystal clock, to drive the PLL. When that input was selected, the board bootup failed waiting for the PLL to lock. After referring the driver from NXP, we should turn on power sources for the ext clock if system pll input select clk_in. NOTE that the LPC54628 did not require this step... perhaps because the system oscillator power was already enabled.
2018-07-08 06:58:14 -06:00
lpc54_clockconfig.h
arch/arm/src/max326xx: Bring in some mostly standard, ARMv7-M, 'boilerplate' files.
2018-11-16 15:33:01 -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
Trivial fix of two typos
2018-03-13 16:39:36 -06:00
lpc54_dma.c
arch/arm/src/max326xx: Add framework for MAX326XX standard DMA support.
2018-11-20 08:09:03 -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
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -06:00
lpc54_emc.h
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -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
All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences.
2018-11-21 07:57:26 -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
include/nuttx/i2c/i2c_master.h: Rename I2C_M_NORESTART to I2C_M_NOSTART since it may be used in other contexts than a repeated start. Add comments to clarilfy setup for repeated start.
2018-08-03 08:51:55 -06:00
lpc54_i2c_master.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc54_idle.c
Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly).
2019-03-20 19:27:40 -06:00
lpc54_irq.c
In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts.
2018-12-03 17:41:59 -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
Abandon attempt to get common data structures for NX and the raw framebuffer cursor interface. This backs out several changes.
2019-04-07 18:00:40 -06:00
lpc54_lcd.h
Squashed commit of the following:
2017-12-14 10:45:53 -06:00
lpc54_lowputc.c
Squashed commit of the following:
2018-11-27 16:50:59 -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
Squashed commit of the following:
2019-05-21 18:57:54 -06:00
lpc54_rtc_lowerhalf.c
arch/arm/src: Change ASSERT macros to DEBUGASSERT.
2018-06-06 06:34:14 -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/lpc54_sdmmc.c: Ported the last of Dave Marples fixes to the LPC54. Not yet verified.
2018-10-24 18:15:17 -06:00
lpc54_sdmmc.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc54_serial.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -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
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc54_spi_master.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc54_start.c
Squashed commit of the following:
2019-02-04 16:20:35 -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
Rename sched_alarm_expiration to nxsched_alarm_expiration. That is the appropriate name for an internal sched/ function (still many named incorrectly).
2019-03-20 19:34:23 -06:00
lpc54_timerisr.c
Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly).
2019-03-20 19:27:40 -06:00
lpc54_usb0_ohci.c
arm/src/lpc54xx/: Bring in the USB FS OHCI driver from LPC17. This is a quick'n'dirty port that I will finish sometime later (I hope). Currently, it is missing hardware clocking setup and is not even hooked into the build system yet. Needless to say it does not yet even compile.
2019-05-08 10:01:37 -06:00
lpc54_usb0_ohci.h
configs/lpcxpresso-lpc54628: Update a README.txt.
2019-05-08 10:32:10 -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
Squashed commit of the following:
2018-11-19 10:47:28 -06:00
lpc54_wwdt.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -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
Squashed commit of the following:
2019-04-29 14:52:05 -06:00