summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+6
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-2/+4
* Fix syscall parameter passing for the case where the number of parameters is >4patacongo2013-03-211-0/+3
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-201-1/+4
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-2/+10
* Fix a FAT error when trying to create file in a non-existent directory. Repor...patacongo2013-03-201-0/+6
* Directories where the same source files are used to build different objects n...patacongo2013-03-191-0/+7
* Add workaround for ADC errata from Chris Tagliapatacongo2013-03-191-0/+2
* In KERNEL mode, need to explicitly set the privilege in the CONTROL register ...patacongo2013-03-191-0/+5
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-1/+4
* Add missing implementation of O_NONBLOCK for serial writespatacongo2013-03-181-0/+6
* Fix for trailing %n bug in sscanf (with help from Lorenz Meier)patacongo2013-03-181-0/+4
* LPC1788 SD Card driver updates from Rommel Marcelopatacongo2013-03-171-2/+2
* Add support for nested system callspatacongo2013-03-171-1/+6
* There kernel-side signal handler trampoline needs to run in privileged modepatacongo2013-03-171-2/+14
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-0/+13
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-4/+6
* Switch to user-mode before starting a new taskpatacongo2013-03-141-0/+8
* More updates to MPU control logicpatacongo2013-03-121-0/+2
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-1/+10
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-101-0/+8
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-101-1/+8
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-091-1/+6
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-2/+6
* Add support for multiple heapspatacongo2013-03-081-2/+4
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-081-0/+4
* Fix a whole in the logic from the previous check-inpatacongo2013-03-071-0/+19
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-1/+3
* Implement user-mode work queuespatacongo2013-03-061-1/+4
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-1/+7
* Open1788 uses SDIO-based SD card (not SPI); clone STM32 SDIO interface to LPC...patacongo2013-03-051-0/+4
* Enable LEDs in all Open1788 configurationspatacongo2013-03-051-0/+6
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-1/+8
* Handle LM4F GPIO -- fewer portspatacongo2013-03-021-0/+5
* Add a configuration to begin development of an LM4F120 LaunchPad portpatacongo2013-03-011-0/+4
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-281-4/+15
* Add NSH configuration for the zkit-arm-1769 boardpatacongo2013-02-281-0/+2
* The NuTiny-SDK-NUC120 basic port is complete and functionalpatacongo2013-02-271-0/+2
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-261-1/+2
* Add a hello world example for the ZKIT-ARM-1769 boardpatacongo2013-02-261-1/+4
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-0/+2
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-221-2/+4
* Changes for a clean NuvoTon NuTiny-SDK-NUC120 buildpatacongo2013-02-221-0/+2
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-181-1/+1
* First cut at support for Cortex-M0patacongo2013-02-161-0/+4
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-0/+18
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-0/+1
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
* Several patches from Petteri Aimonenpatacongo2013-02-081-1/+14
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-0/+3