nuttx/arch/arm/src/lpc31xx
2014-10-08 12:48:47 -06:00
..
chip.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
Kconfig Rename kmemalign to kmm_memalign for consitency with other naming 2014-08-31 14:57:31 -06:00
lpc31_adc.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_allocateheap.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
lpc31_analogdie.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_bcrndx.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_boot.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_cgu.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_cgudrvr.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_clkdomain.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_clkexten.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_clkfreq.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_clkinit.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_decodeirq.c Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
lpc31_defclk.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_dma.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_ehci.c Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
lpc31_esrndx.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_evntrtr.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_fdcndx.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_fdivinit.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_freqin.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_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
lpc31_i2c.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_i2s.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_intc.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_internal.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_ioconfig.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_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
lpc31_lcd.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_lowputc.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_mci.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_memorymap.h Removed unused configuratin variable: CONFIG_PGTABLE_VADDR 2014-03-01 16:21:28 -06:00
lpc31_mpmc.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_nand.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_otp.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_pcm.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_pllconfig.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_pwm.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_resetclks.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_rng.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_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
lpc31_setfdiv.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_setfreqin.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_softreset.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
lpc31_spi.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_spi.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_syscreg.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_timer.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
lpc31_uart.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
lpc31_usbdev.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
lpc31_usbotg.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_wdt.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