nuttx/arch/sim/src
2014-09-01 16:21:29 -06:00
..
.gitignore
Makefile Add misc/Obsoleted/ChangeLog and misc/Obsoleted/Patches/Remove-8051-2014-9-1.patch 2014-09-01 16:21:29 -06:00
nuttx-names.dat
up_allocateheap.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_blockdevice.c
up_blocktask.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_createstack.c Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming 2014-08-31 16:24:24 -06:00
up_devconsole.c
up_deviceimage.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
up_elf.c Change naming of ELF interfaces from arch_ to up_ for consistency 2014-08-25 06:47:14 -06:00
up_exit.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_framebuffer.c
up_head.c
up_hostusleep.c
up_idle.c Implements the tickless OS 2014-08-07 11:39:16 -06:00
up_initialize.c
up_initialstate.c
up_internal.h if CONFIG_SCHED_TICKLESS is defined, then the global variable g_system_timer does not exist 2014-08-06 18:26:16 -06:00
up_interruptcontext.c
up_lcd.c
up_netdev.c
up_netdriver.c
up_releasepending.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_releasestack.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_reprioritizertr.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_romgetc.c
up_schedulesigaction.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_setjmp.S
up_stackframe.c 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
up_stdio.c
up_tapdev.c
up_tickless.c Fix errors in documentation and comments related to the Tickless OS. From Vijay Kumar 2014-08-09 06:41:38 -06:00
up_touchscreen.c
up_unblocktask.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_usestack.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
up_wpcap.c
up_x11eventloop.c
up_x11framebuffer.c