summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/knsh
Commit message (Expand)AuthorAgeFilesLines
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-161-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-1/+0
* Misc changes from Richard CochranGregory Nutt2014-01-151-0/+0
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-2/+4
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-251-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-2/+2
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-241-10/+10
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-131-1/+1
* LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sen...patacongo2013-04-011-2/+3
* LPC17 LCD driver is code complete and in need of testingpatacongo2013-03-261-1/+1
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-231-2/+1
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-171-1/+1
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-1/+1
* Switch to user-mode before starting a new taskpatacongo2013-03-141-1/+1
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-12/+14
* SD fixes from Rommel + SD card detect GPIO logic for Open1788patacongo2013-03-121-2/+2
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-113-0/+904