nuttx/arch/sim/src
2016-06-20 08:57:08 -06:00
..
.gitignore arch/sim/src: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit 2015-11-25 08:36:44 -06:00
board_lcd.c Centralize definitions associated with CONFIG_DEBUG_LCD 2016-06-15 11:40:33 -06:00
Makefile SUMMARY 2016-05-20 17:36:14 -06:00
nuttx-names.dat SIM: Add another name to the NuttX names list 2016-03-22 13:00:09 -06:00
up_ajoystick.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_allocateheap.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_blockdevice.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_blocktask.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_cpuidlestack.c Update some comments; Fix grammatic error in ChangeLog. 2016-05-13 17:36:08 -06:00
up_createstack.c SIM: Add TLS support to to the simulator 2016-03-11 14:03:27 -06:00
up_devconsole.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_deviceimage.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_elf.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_exit.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_framebuffer.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
up_head.c sim SMP: CPU0 should not be the main thread. That introduces an asymmetry since the main thread has no pthread_t ID. Instead, start an additional pthread for CPU0. The main thread will just wait and do nothing in this case 2016-02-18 14:54:48 -06:00
up_hostfs.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_hostusleep.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_idle.c PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 2016-03-27 13:01:32 -06:00
up_initialize.c Move RAMLOG initialize from up_initialilize.c files to syslog_initialize(). up_initialize.c files now call syslog_initialize() unconditionally 2016-06-19 09:39:21 -06:00
up_initialstate.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_internal.h Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
up_interruptcontext.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_netdev.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_netdriver.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
up_releasepending.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_releasestack.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_reprioritizertr.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_romgetc.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_schednote.c Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces. 2016-06-20 08:57:08 -06:00
up_schedulesigaction.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_setjmp32.S Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_setjmp64.S Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_simsmp.c Conform to revised SMP interfaces. Improve i.MX6 SMP startup handshake. 2016-03-12 15:22:45 -06:00
up_simuart.c Update some comments 2016-02-16 07:50:09 -06:00
up_smphook.c ARMv7-A i.MX6: More SMP logic. Still untested. 2016-05-12 15:04:46 -06:00
up_smpsignal.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_spiflash.c Centralize definitions associated with CONFIG_DEBUG_SPI 2016-06-15 10:41:13 -06:00
up_stackframe.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_tapdev.c Fix for a minor typo that I introduced somewhere along the way during my testing. This makes the bridge code actually compile… 2016-05-21 17:09:50 -06:00
up_testset.c SIM: Add SMP idle thread setup logic -- forgot to add files before last commit. 2016-02-11 12:17:41 -06:00
up_tickless.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_touchscreen.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_uartwait.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_unblocktask.c arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 11:49:55 -06:00
up_usestack.c SIM: Add TLS support to to the simulator 2016-03-11 14:03:27 -06:00
up_wpcap.c Suffer the consequences of moving struct timeval to its correct location 2015-02-15 15:18:35 -06:00
up_x11eventloop.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00
up_x11framebuffer.c Remove comments before empty sections in C files 2016-02-21 14:19:01 -06:00