..
hardware
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
chip.h
Rename arch/arm/src/lpc54xx/chip to arch/arm/src/lpc54xx/hardware.
2019-05-24 13:39:49 -06:00
Kconfig
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
lpc54_allocateheap.c
arch/arm, board/arm: Rename all up_* functions to arm_*
2020-05-01 18:28:13 +01:00
lpc54_clockconfig.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01: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
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_config.h
Trivial fix of two typos
2018-03-13 16:39:36 -06:00
lpc54_dma.c
arch/arm, board/arm: Rename all up_* functions to arm_*
2020-05-01 18:28:13 +01:00
lpc54_dma.h
Rename arch/arm/src/lpc54xx/chip to arch/arm/src/lpc54xx/hardware.
2019-05-24 13:39:49 -06:00
lpc54_emc.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_emc.h
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01: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, board/arm: Rename all up_* functions to arm_*
2020-05-01 18:28:13 +01:00
lpc54_gpio.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_gpio.h
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
lpc54_gpioirq.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_i2c_master.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_i2c_master.h
Fix some typos
2019-09-17 10:46:23 -06:00
lpc54_idle.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_irq.c
Run all .c and .h modified by this PR through nxstyle
2020-05-01 16:55:33 -03: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: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_lcd.h
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
lpc54_lowputc.c
arch/arm, board/arm: Rename all up_* functions to arm_*
2020-05-01 18:28:13 +01: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
Remove exra whitespace from files ( #189 )
2020-01-31 09:24:49 -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: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01: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
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
lpc54_rtc_lowerhalf.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_rtc.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01: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: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_sdmmc.h
Rename arch/arm/src/lpc54xx/chip to arch/arm/src/lpc54xx/hardware.
2019-05-24 13:39:49 -06:00
lpc54_serial.c
arch/arm, board/arm: Rename all up_* functions to arm_*
2020-05-01 18:28:13 +01: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: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01: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
arch/arm, board/arm: Rename all up_* functions to arm_*
2020-05-01 18:28:13 +01:00
lpc54_start.h
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_tickless.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_timerisr.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_usb0_ohci.c
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_usb0_ohci.h
configs/lpcxpresso-lpc54628: Update a README.txt.
2019-05-08 10:32:10 -06:00
lpc54_userspace.c
Remove exra whitespace from files ( #189 )
2020-01-31 09:24:49 -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: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc54_wwdt.h
Rename arch/arm/src/lpc54xx/chip to arch/arm/src/lpc54xx/hardware.
2019-05-24 13:39:49 -06:00
lpc546x_enableclk.h
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc546x_power.h
arch/arm: Rename all up_*.h files to arm_*.h
2020-05-01 03:43:44 +01:00
lpc546x_reset.h
Rename arch/arm/src/lpc54xx/chip to arch/arm/src/lpc54xx/hardware.
2019-05-24 13:39:49 -06:00
Make.defs
arch/arm: Rename all up_*.S files to arm_*.S
2020-05-01 11:29:11 -03:00