summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src
Commit message (Expand)AuthorAgeFilesLines
* apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelseGregory Nutt2015-04-091-0/+3
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-042-11/+11
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-4/+5
* Add umount2(). umount() is now a macro that just calls umount2() with flags ...Gregory Nutt2015-03-141-1/+1
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+5
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-151-0/+1
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+3
* Fix compile issues with configs/sim/nettestGregory Nutt2015-02-011-4/+7
* SIM: fix a case in the simulated Ethernet driver where it was using a old str...Gregory Nutt2015-02-011-2/+3
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-012-103/+108
* Unix domain: More fixes. With these changes, apps/examples/ustream worksGregory Nutt2015-01-281-0/+4
* Unix domain: A few fixes from early integrationGregory Nutt2015-01-271-0/+2
* Unix domain: More fixed to build without Ethernet or SlipGregory Nutt2015-01-272-2/+2
* Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt2015-01-271-1/+1
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-211-1/+24
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-201-1/+13
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-201-0/+12
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-201-2/+2
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-151-8/+55
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-152-1/+3
* Various fixes to traveler joystick input logic and to simulated joystick deviceGregory Nutt2014-12-141-9/+11
* Mouse simulatin should receive mouse positional input even if no button is pr...Gregory Nutt2014-12-141-1/+1
* SIM: Several fixes to the simulated joystick driver. Still buggyGregory Nutt2014-12-142-48/+38
* SIM: Add an X11 mouse-based simulation of an analog joystick deviceGregory Nutt2014-12-146-8/+320
* Include sched.h to avoid warningGregory Nutt2014-12-141-0/+1
* SIM: Fix simulated console... it needs to return immediately when even one by...Gregory Nutt2014-12-133-6/+41
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-162-2/+2
* Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN insteadGregory Nutt2014-11-151-1/+1
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* SIM: Add more symbols to /arch/sim/src/nuttx-names.datGregory Nutt2014-11-021-0/+4
* Oops... accidentally checked in a debug-only change with the last commitGregory Nutt2014-11-021-1/+1
* Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not definedGregory Nutt2014-11-021-1/+1
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-082-12/+22
* configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively i...Gregory Nutt2014-10-031-2/+2
* Add support for 64-bit lonjmp/setjmp in simulator platformGregory Nutt2014-10-036-25/+221
* Simulation: Change how simulated UART data availability is signaled. The las...Gregory Nutt2014-10-013-4/+43
* Mostly cosmetic changes to simulatorGregory Nutt2014-10-013-5/+16
* Update some commentsGregory Nutt2014-09-301-0/+8
* Fix a cornercase problem in in the UART simulationGregory Nutt2014-09-301-15/+22
* Restore up_internal.h. Changes its name was a bad idea... at least for nowGregory Nutt2014-09-3026-30/+30
* Simulated UART seems functionalGregory Nutt2014-09-302-83/+30
* Forgot to add a fileGregory Nutt2014-09-301-0/+69
* Completes simulated uart implementation... does not workGregory Nutt2014-09-308-189/+246
* simulation: Add a simulatied UART input device. Also lots of misc clean-up f...Gregory Nutt2014-09-3036-75/+344
* Some compiler errors that I added to Ken's code. From Ken PettitGregory Nutt2014-09-191-3/+3
* Emulated SPI FLASH driver for the sim target from Ken PettitGregory Nutt2014-09-194-1/+895
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-2/+15
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-2/+2
* Add misc/Obsoleted/ChangeLog and misc/Obsoleted/Patches/Remove-8051-2014-9-1....Gregory Nutt2014-09-011-6/+7