nuttx/arch/sim/src
2017-09-04 07:56:51 -06:00
..
.gitignore
board_lcd.c Centralize definitions associated with CONFIG_DEBUG_LCD 2016-06-15 11:40:33 -06:00
Makefile Simulation: Fix building 32-bit simulation on 32-bit X86 2017-09-04 07:56:51 -06:00
nuttx-names.dat Simulator: Protect a few more NuttX symbols from collisions with host symbols. 2017-07-31 15:41:31 -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 SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -06:00
up_cpuidlestack.c
up_createstack.c Simulator: x86 stack needs to be aligned to 16-byte boundaries. 2017-08-04 07:03:39 -06:00
up_devconsole.c sim arch: Add non blocking read to devconsole driver 2017-07-22 09:01:24 -06:00
up_deviceimage.c
up_exit.c SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -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 hostfs: Add support for fstat(). 2017-02-14 09:54:08 -06:00
up_hostusleep.c
up_idle.c 6loWPAN: Fix compile errors and warnings when building the complete 6loWPAN configuration. 2017-04-02 17:46:22 -06:00
up_initialize.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
up_initialstate.c
up_internal.h Simulator: Adds necessary functionality to build Simulator under ARM Linux. Tested only on Raspberry3. Currently setjmp/longjmp do not save/restore floating point registers. Patch provided by Bitbucket user nbkolchin. 2017-08-26 11:38:44 -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 sim arch: poll for TX frames to speed up driver 2017-07-22 09:01:24 -06:00
up_oneshot.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
up_qspiflash.c Fixes for coding standard: '*' needs to 'snuggle' with following variable name 2017-02-28 18:22:58 -06:00
up_releasepending.c Revert "All CMP platforms: Apply same fix verified on other platforms found on Xtensa." 2016-12-25 07:08:44 -06:00
up_releasestack.c
up_reprioritizertr.c SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -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_setjmp_arm.S Update some comments. 2017-08-26 11:50:41 -06:00
up_simsmp.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
up_simuart.c sim arch: Add non blocking read to devconsole driver 2017-07-22 09:01:24 -06:00
up_smphook.c
up_smpsignal.c SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -06:00
up_spiflash.c Add an instance argument to the SPIDEV definitions. 2017-04-29 12:26:52 -06:00
up_stackframe.c Simulator: x86 stack needs to be aligned to 16-byte boundaries. 2017-08-04 07:03:39 -06:00
up_tapdev.c
up_testset.c Fix a cloned typo 2016-10-19 09:14:21 -06:00
up_tickless.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
up_touchscreen.c SIM: Fix some bad naming changes associated with the simulated touchscreen. 2017-04-20 07:51:27 -06:00
up_uartwait.c Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol. 2016-11-05 11:06:52 -06:00
up_unblocktask.c SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -06:00
up_usestack.c Simulator: x86 stack needs to be aligned to 16-byte boundaries. 2017-08-04 07:03:39 -06:00
up_wpcap.c
up_x11eventloop.c
up_x11framebuffer.c