nuttx/arch/arm/src/dm320
2014-11-24 12:59:52 -06:00
..
chip.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_ahb.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_allocateheap.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
dm320_boot.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
dm320_busc.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_clkc.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_decodeirq.c Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
dm320_emif.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_framebuffer.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
dm320_gio.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_intc.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_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
dm320_lowputc.S Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_memorymap.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
dm320_osd.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_restart.S Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ 2013-07-26 10:09:17 -06:00
dm320_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
dm320_timer.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
dm320_uart.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_usb.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_usbdev.c Various issues/bugs detected by cppcheck 2014-11-24 12:59:52 -06:00
Kconfig configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-frontends tools 2014-03-05 12:16:02 -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