This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
51b7668859
nuttx
/
arch
/
sim
/
src
History
Gregory Nutt
ded155c638
Fixes for coding standard: '*' needs to 'snuggle' with following variable name
2017-02-28 18:22:58 -06:00
..
.gitignore
board_lcd.c
Makefile
ELF: Move sim and x86 ARM versions of ELF relocation logic to libc/machine
2017-01-21 15:40:51 -06:00
nuttx-names.dat
Fix some backward DEBUGASSERT tests in ROMFS and FAT.
2017-02-13 14:06:39 -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
up_devconsole.c
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
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
SMP: Add support for linking spinlocks into a special, non-cached memory region.
2016-11-26 08:47:03 -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
Implement deferred IRQ locking. Adds support for simulator.
2016-12-23 11:28:43 -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
arch/: Adapt all Ethernet drivers to work as though CONFIG_NET_MULTIBUFFER were set. Remove all references to CONFIG_NET_MULTIBUFFER
2016-11-29 16:06:48 -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
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
up_schedulesigaction.c
up_setjmp32.S
up_setjmp64.S
up_simsmp.c
SMP: Update some comments; trivial improvement by inlining static function.
2016-11-22 16:48:57 -06:00
up_simuart.c
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
up_stackframe.c
up_tapdev.c
up_testset.c
Fix a cloned typo
2016-10-19 09:14:21 -06:00
up_tickless.c
up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list.
2017-02-07 10:35:04 -06:00
up_touchscreen.c
arch: Disable priority inheritance on all semaphores used for signaling in the rest of the MCU drivers
2016-11-03 17:38:26 -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
up_wpcap.c
up_x11eventloop.c
up_x11framebuffer.c