.. |
chip
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
chip.h
|
More LPC1788 updates from Rommel Marcelo
|
2013-03-19 13:33:00 +00:00 |
Kconfig
|
LPC17 Ethernet: Added option to use the kernel worker thread to do most of the workload with CONFIG_NET_WORKER_THREAD option in Kconfig. Eliminated a problem with PHY DP83848C : it doesn't need a specific initialization on mbed. Critical bufix: From time to time (after some hours) the Ethernet receiver would lose one receive interrupt and the IP stack never recover because there is no receive watchdog as the transmit watchdog. From Max
|
2014-07-24 16:39:18 -06:00 |
lpc17_adc.c
|
LPC17xx: DC updates from Max. Also fixes some syntax errors that I introduced in the last commit.
|
2014-07-28 07:23:49 -06:00 |
lpc17_adc.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc17_allocateheap.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc17_can.c
|
SAMA5 CAN: Driver is now code complete but still untested
|
2013-10-22 15:47:52 -06:00 |
lpc17_can.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_clockconfig.c
|
LPC1788 updates -- OS test configuration now works
|
2013-03-04 18:00:07 +00:00 |
lpc17_clockconfig.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_clrpend.c
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_clrpend.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_dac.c
|
Mostly cosmetic changes from Max
|
2014-07-24 16:00:21 -06:00 |
lpc17_dac.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_emacram.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_emc.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 |
lpc17_emc.h
|
Misc fixes to get SDRAM support and RAM test to build for the Open1788 platform
|
2013-03-27 14:28:43 +00:00 |
lpc17_ethernet.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 |
lpc17_ethernet.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_gpdma.c
|
LPC17: Fix a critical error in GPDMA reported by Lizhuoyi
|
2014-06-06 11:20:28 -06:00 |
lpc17_gpdma.h
|
LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sense of the IDLE LED
|
2013-04-01 15:52:55 +00:00 |
lpc17_gpio.c
|
Separater LPC176x and LPC178x GPIO logic into separate files
|
2013-04-03 23:47:43 +00:00 |
lpc17_gpio.h
|
Separater LPC176x and LPC178x GPIO logic into separate files
|
2013-04-03 23:47:43 +00:00 |
lpc17_gpiodbg.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc17_gpioint.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc17_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 |
lpc17_i2c.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_i2s.h
|
Add LPC1788 EMC initialization logic
|
2013-02-12 18:44:41 +00:00 |
lpc17_idle.c
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
lpc17_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 |
lpc17_lcd.c
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
lpc17_lcd.h
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
lpc17_lowputc.c
|
Add flow control support to the STM32 serial driver; Fix some issues with UART2 and 5. From Lorenz Meier and Mike Smith
|
2013-06-06 14:49:14 -06:00 |
lpc17_lowputc.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_mcpwm.c
|
Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All form Max
|
2014-06-23 12:13:52 -06:00 |
lpc17_mpuinit.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc17_mpuinit.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc17_ohciram.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc17_pwm.c
|
Mostly cosmetic changes from Max
|
2014-07-24 16:00:21 -06:00 |
lpc17_pwm.h
|
convert Kwikstik K40 configurations to use kconfig-frontends tools
|
2013-03-25 17:33:41 +00:00 |
lpc17_qei.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_rit.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_rtc.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_sdcard.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 |
lpc17_sdcard.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc17_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 |
lpc17_serial.h
|
Add flow control support to the STM32 serial driver; Fix some issues with UART2 and 5. From Lorenz Meier and Mike Smith
|
2013-06-06 14:49:14 -06:00 |
lpc17_spi.c
|
LPC17xx SPI: Remove an unused static prototype that caused a compile time warning
|
2013-09-17 17:14:08 -06:00 |
lpc17_spi.h
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
lpc17_ssp.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
lpc17_ssp.h
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
lpc17_start.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc17_timer.c
|
Mostly cosmetic changes from Max
|
2014-07-24 16:00:21 -06:00 |
lpc17_timer.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc17_timerisr.c
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |
lpc17_usbdev.c
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
lpc17_usbhost.c
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
lpc17_usbhost.h
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
lpc17_userspace.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc17_userspace.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc17_vectors.S
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
lpc17_wdt.h
|
Refactor all lpc17xx header files (more like STM32 header file structure now)
|
2013-01-18 19:16:44 +00:00 |
lpc176x_clockconfig.c
|
LPC1788 updates -- OS test configuration now works
|
2013-03-04 18:00:07 +00:00 |
lpc176x_gpio.c
|
Separater LPC176x and LPC178x GPIO logic into separate files
|
2013-04-03 23:47:43 +00:00 |
lpc176x_gpio.h
|
Separater LPC176x and LPC178x GPIO logic into separate files
|
2013-04-03 23:47:43 +00:00 |
lpc176x_rtc.c
|
Eliminate warnings. From Max
|
2014-07-24 15:50:37 -06:00 |
lpc178x_clockconfig.c
|
LPC1788 updates -- OS test configuration now works
|
2013-03-04 18:00:07 +00:00 |
lpc178x_gpio.c
|
Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel Marcelo
|
2013-04-12 17:48:50 -06:00 |
lpc178x_gpio.h
|
Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel Marcelo
|
2013-04-12 17:48:50 -06: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 |