summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disab...Gregory Nutt2013-04-071-1/+7
* fix LPC177x/8x GPIO debug instrumentationGregory Nutt2013-04-051-0/+9
* Separater LPC176x and LPC178x GPIO logic into separate filespatacongo2013-04-031-0/+4
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-011-6/+12
* LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sen...patacongo2013-04-011-2/+11
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ...patacongo2013-04-011-1/+10
* Add support for CAN1 and CAN2 to zkit-arm-1769. From M. Kannanpatacongo2013-04-011-0/+3
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-0/+2
* Open1788 SDCard DMA workspatacongo2013-03-311-0/+4
* FAT fixes for extending directory entries with long file names. From RonenVpatacongo2013-03-311-1/+6
* Completes coding of the LPC17 DMA driverpatacongo2013-03-301-1/+3
* Start LPC17 DMA support for SDCARD driverpatacongo2013-03-291-0/+3
* Add nxlines configuratin for the Open1788patacongo2013-03-271-2/+10
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-271-0/+2
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-0/+4
* Fix configured SRAM size for LM4F120 LaunchPad; add an NSH configurationpatacongo2013-03-241-3/+8
* Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTspatacongo2013-03-241-1/+6
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-0/+3
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-231-1/+7
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-0/+7
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-1/+3
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-0/+10
* 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