summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-0/+2
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-1/+1
* Remove up_assert_codeGregory Nutt2013-04-254-115/+101
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-3/+12
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-042-9/+9
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+11
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-0/+7
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-0/+133
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-202-3/+35
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-22/+66
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-12/+23
* Add debug output when memory allocations failpatacongo2013-02-281-1/+2
* Rename _TCB to struct tcb_spatacongo2013-02-0410-19/+19
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-15/+15
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-3/+3