.. |
chip.h
|
LPC23xx: Several fixes for typos from Lizhuoyi
|
2014-06-06 11:06:19 -06:00 |
internal.h
|
Fix some confusion in the code about vectored interrupts; fix so that it builds with prioritized interrutps disabed
|
2014-03-08 10:57:11 -06:00 |
Kconfig
|
LPC23xx: Several fixes for typos from Lizhuoyi
|
2014-06-06 11:06:19 -06:00 |
lpc23xx_decodeirq.c
|
Update everything under nuttx/arch to use the corrected syslog interfaces
|
2014-10-08 12:48:47 -06:00 |
lpc23xx_gpio.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
lpc23xx_head.S
|
arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configuration names for compatibility, configs/olimex-lpc2378/nsh: Convert to use the kconfig-frontends tools
|
2014-03-02 11:08:23 -06:00 |
lpc23xx_i2c.c
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -06:00 |
lpc23xx_i2c.h
|
LPC2378: SPI driver from Lizhuoyi
|
2014-03-08 11:37:50 -06:00 |
lpc23xx_io.c
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
lpc23xx_irq.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
lpc23xx_lowputc.S
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc23xx_pinsel.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
lpc23xx_pllsetup.c
|
arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configuration names for compatibility, configs/olimex-lpc2378/nsh: Convert to use the kconfig-frontends tools
|
2014-03-02 11:08:23 -06:00 |
lpc23xx_scb.h
|
arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configuration names for compatibility, configs/olimex-lpc2378/nsh: Convert to use the kconfig-frontends tools
|
2014-03-02 11:08:23 -06:00 |
lpc23xx_serial.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
lpc23xx_spi.c
|
LPC2378: SPI driver from Lizhuoyi
|
2014-03-08 11:37:50 -06:00 |
lpc23xx_spi.h
|
LPC2378: SPI driver from Lizhuoyi
|
2014-03-08 11:37:50 -06:00 |
lpc23xx_timer.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
lpc23xx_timerisr.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
lpc23xx_uart.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
lpc23xx_vic.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
Make.defs
|
There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
|
2014-09-01 15:39:34 -06:00 |