.. |
hardware
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
chip.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
Kconfig
|
arch/arm/src/lpc17xx_40xx/Kconfig: Add missing LPC17_40_PHY_CEMENT_DISABLE config to the lpc17xx Kconfig file. For some reason this config wasn't referenced anywhere else except in arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c.
|
2019-08-07 08:59:38 -06:00 |
lpc17_40_adc.c
|
arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c: Fix very minor coding standard problem in last PR.
|
2019-07-29 12:05:47 -06:00 |
lpc17_40_adc.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_allocateheap.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_can.c
|
arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: f BOARD_CCLKSEL_DIVIDER is not equal to 1 on LPC178x or LPC40xx then base clock rate is calculated incorrectly because CCLK frequency does not correspond to PLL0 clock which is used for PCLK. This is partially workaround solution. It would be probably better to define BOARD_PCLK_FREQUENCY even for LPC176x targets and use that to replace divisor by base_clock in up_dev_s.
|
2019-08-13 16:16:49 -06:00 |
lpc17_40_can.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_clockconfig.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_clockconfig.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_clrpend.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_clrpend.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_dac.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_dac.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_emacram.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_emc.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_emc.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_ethernet.c
|
arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Fix the initialization for DP83848x PHYs. The DP83848x requires the RMII mode to be manually enabled through the MII_DP83848C_RBR register. Before querying the speed and mode it should wait for the link to be established.
|
2019-08-07 09:22:50 -06:00 |
lpc17_40_ethernet.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_gpdma.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_gpdma.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_gpio.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_gpio.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_gpiodbg.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_gpioint.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_i2c.c
|
arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c: Calculate the appropriate timeout for I2C transfers. Depending on the bus frequency and transfer size, I2C transactions can take quite a bit, so a fixed timeout is not a good solution. Calculating the timeout at run time poses some overhead but still better than aborting long transactions.
|
2019-07-25 13:07:28 -06:00 |
lpc17_40_i2c.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_i2s.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_idle.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_irq.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_lcd.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_lcd.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_lowputc.c
|
Fix typos.
|
2019-08-04 14:50:28 -06:00 |
lpc17_40_lowputc.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_mcpwm.c
|
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
|
2019-09-02 07:57:10 -06:00 |
lpc17_40_mpuinit.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_mpuinit.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_ohciram.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_progmem.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_progmem.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_pwm.c
|
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
|
2019-09-02 07:57:10 -06:00 |
lpc17_40_pwm.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_qei.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_rit.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_rtc.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_sdcard.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_sdcard.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_serial.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_serial.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_spi.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_spi.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_ssp.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_ssp.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_start.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_start.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_timer.c
|
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
|
2019-09-02 07:57:10 -06:00 |
lpc17_40_timer.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_timerisr.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_usbdev.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_usbhost.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_usbhost.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_userspace.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_userspace.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc17_40_wdt.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc176x_clockconfig.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc176x_gpio.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc176x_gpio.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc176x_rtc.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc178x_40xx_clockconfig.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc178x_40xx_gpio.c
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
lpc178x_40xx_gpio.h
|
Merged in jjlange/nuttx/lpc40xx (pull request #946)
|
2019-07-11 16:50:00 +00:00 |
Make.defs
|
arch/arm/src/lpc17xx_40xx/Make.defs: Cortex-M system reset is applicable to LPC17_40 too.
|
2019-08-14 11:03:52 -06:00 |