nuttx/arch/sim/src
2014-09-19 10:58:32 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Makefile Emulated SPI FLASH driver for the sim target from Ken Pettit 2014-09-19 10:27:18 -06:00
nuttx-names.dat NET: More renaming 2014-07-03 17:53:16 -06:00
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 Move ramdisk.h to include/nutt/fs/ramdisk.h 2013-12-10 09:42:58 -06:00
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 Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
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 ELF relocations. Some relocation types do not have a named symbol associated with them. The design did not account for that case 2014-09-09 16:52:51 -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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_head.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
up_hostusleep.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_idle.c Implements the tickless OS 2014-08-07 11:39:16 -06:00
up_initialize.c Emulated SPI FLASH driver for the sim target from Ken Pettit 2014-09-19 10:27:18 -06:00
up_initialstate.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
up_internal.h Emulated SPI FLASH driver for the sim target from Ken Pettit 2014-09-19 10:27:18 -06:00
up_interruptcontext.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_lcd.c Change all variadic macros to C99 style 2014-05-22 09:01:51 -06:00
up_netdev.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_netdriver.c NET: Standardize naming of all protocal header lengths 2014-07-05 13:04:48 -06:00
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 Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
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 Cosmetic changes to comments 2014-07-29 07:17:01 -06:00
up_spiflash.c Some compiler errors that I added to Ken's code. From Ken Pettit 2014-09-19 10:58:32 -06:00
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 Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_tapdev.c NET: More renaming 2014-07-03 17:53:16 -06:00
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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
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 NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed. 2014-07-04 19:13:08 -06:00
up_x11eventloop.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_x11framebuffer.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00