summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
Commit message (Expand)AuthorAgeFilesLines
...
* simulation: Add a simulatied UART input device. Also lots of misc clean-up f...Gregory Nutt2014-09-3036-75/+344
* Fix missing closing quotation markGregory Nutt2014-09-191-1/+1
* 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-195-1/+970
* 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
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-0/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-7/+7
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-3/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-41/+2
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-7/+7
* Add option to select 64-bit build platformGregory Nutt2014-08-222-2/+16
* uintptr_t should be 64-bits under Cygwin64Gregory Nutt2014-08-221-2/+10
* Fix errors in documentation and comments related to the Tickless OS. From Vi...Gregory Nutt2014-08-091-6/+7
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-086-6/+6
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-0/+1
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-072-22/+19
* Implements the tickless OSGregory Nutt2014-08-072-88/+46
* Add support for a simulated interval timer support verification of the tickle...Gregory Nutt2014-08-062-1/+389
* Don't build in sched_processtimer.c if CONFIG_SCHED_TICKLESS is selected.Gregory Nutt2014-08-061-1/+5
* if CONFIG_SCHED_TICKLESS is defined, then the global variable g_system_timer ...Gregory Nutt2014-08-061-25/+31
* Cosmetic changes to commentsGregory Nutt2014-07-291-5/+1
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-1/+1
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+3
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-4/+4
* NET: More renamingGregory Nutt2014-07-038-65/+63
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-032-2/+2
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-2/+2
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-1/+1
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-2/+2
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Change all variadic macros to C99 styleGregory Nutt2014-05-222-4/+4
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1312-19/+19
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-2/+2
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-101-1/+1
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-4/+4
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-3/+3