nuttx/arch/sim/src
2016-08-20 12:47:07 -06:00
..
.gitignore
board_lcd.c Centralize definitions associated with CONFIG_DEBUG_LCD 2016-06-15 11:40:33 -06:00
Makefile Add a simulated oneshot lowerhalf driver 2016-08-12 13:14:03 -06:00
nuttx-names.dat Sim build: Add sigaddset to nuttx-names.dat 2016-08-01 17:32:55 -06:00
up_ajoystick.c
up_allocateheap.c
up_blockdevice.c ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers. 2016-07-20 14:02:18 -06:00
up_blocktask.c SIM: Comment out skip scheduler debug output that can hang the simulation. 2016-06-21 08:59:01 -06:00
up_cpuidlestack.c Update some comments; Fix grammatic error in ChangeLog. 2016-05-13 17:36:08 -06:00
up_createstack.c
up_devconsole.c
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
up_hostfs.c Costmetic 2016-07-17 17:01:35 -06:00
up_hostusleep.c
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 driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00
up_initialstate.c
up_internal.h Fix various issues with I/O expander and GPIO lower half drivers from testing with simulated I/O expander 2016-08-03 12:46:54 -06:00
up_interruptcontext.c
up_ioexpander.c Update some header commments 2016-08-06 18:16:31 -06:00
up_netdev.c
up_netdriver.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_oneshot.c sched/sched_cpuload_oneshot: Use the oneshot timer with optional entropy to measuer cPU load if so configured. 2016-08-20 12:47:07 -06:00
up_qspiflash.c Add file was not included in the original commit 2016-07-19 10:39:43 -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
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
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
up_setjmp32.S
up_setjmp64.S
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
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 Replace some C99 comnents with C89 comments 2016-07-19 08:19:53 -06:00
up_stackframe.c
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
up_tickless.c
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
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
up_wpcap.c
up_x11eventloop.c
up_x11framebuffer.c