summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/kernel
Commit message (Expand)AuthorAgeFilesLines
* All kernel 1st pass builds: Rename files for better conformance to naming con...Gregory Nutt2015-03-212-2/+2
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-111-1/+1
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-1/+1
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-2/+2
* More trailing whilespace removalGregory Nutt2014-04-132-3/+3
* Fix cloned typo in user space definitionGregory Nutt2013-12-271-2/+2
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+2
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-1/+1
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-3/+9
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-1/+1
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-171-2/+7
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-0/+3
* Switch to user-mode before starting a new taskpatacongo2013-03-141-0/+5
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-2/+4
* Fixe to kernel build and syscalls.patacongo2013-03-131-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-1/+1
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-112-0/+243