This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-22 14:08:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
720cce524e
nuttx
/
arch
/
sim
/
src
History
Download ZIP
Download TAR.GZ
Gregory Nutt
f932b26db1
Add umount2(). umount() is now a macro that just calls umount2() with flags = 0.
2015-03-14 16:48:45 -06:00
..
.gitignore
Makefile
Various fixes to get Unix domain sockets to build on the simulator without Ethernet
2015-01-27 14:11:46 -06:00
nuttx-names.dat
Add umount2(). umount() is now a macro that just calls umount2() with flags = 0.
2015-03-14 16:48:45 -06:00
up_ajoystick.c
Various fixes to traveler joystick input logic and to simulated joystick device
2014-12-14 12:23:19 -06:00
up_allocateheap.c
up_blockdevice.c
drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters.
2015-02-01 07:24:16 -06:00
up_blocktask.c
up_createstack.c
up_devconsole.c
up_deviceimage.c
drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters.
2015-02-01 07:24:16 -06:00
up_elf.c
up_exit.c
up_framebuffer.c
up_head.c
Add support for dumping board-specific information on assertion. From David Sidrane
2015-03-04 07:00:29 -06:00
up_hostusleep.c
up_idle.c
Unix domain: More fixed to build without Ethernet or Slip
2015-01-27 14:26:10 -06:00
up_initialize.c
SYSLOG: Add an option to use the syslog'ing device as the system consolution. This option enables a low-level, write-only console device at /dev/console (similar to the low-level UART console device). From Pierre-noel Bouteville.
2015-02-08 06:53:24 -06:00
up_initialstate.c
up_internal.h
SIM: Add an X11 mouse-based simulation of an analog joystick device
2014-12-14 10:19:07 -06:00
up_interruptcontext.c
up_lcd.c
up_netdev.c
up_netdriver.c
Fix compile issues with configs/sim/nettest
2015-02-01 12:00:30 -06:00
up_releasepending.c
up_releasestack.c
up_reprioritizertr.c
up_romgetc.c
up_schedulesigaction.c
up_setjmp32.S
up_setjmp64.S
Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet drivers
2015-01-15 07:07:39 -06:00
up_simuart.c
up_spiflash.c
up_stackframe.c
up_tapdev.c
up_tickless.c
up_touchscreen.c
up_uartwait.c
up_unblocktask.c
up_usestack.c
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
SIM: Add an X11 mouse-based simulation of an analog joystick device
2014-12-14 10:19:07 -06:00
up_x11framebuffer.c
Mouse simulatin should receive mouse positional input even if no button is pressed
2014-12-14 11:14:13 -06:00