summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-235-7/+8
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-236-16/+33
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in rec...patacongo2013-03-228-27/+201
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-2215-71/+1043
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-228-2/+768
* Add an ST7567 LCD driver for ZKIT-ARM-1769patacongo2013-03-226-5/+1036
* Fix various typos assocated with LM4Fpatacongo2013-03-204-10/+16
* More LPC1788 updates from Rommel Marcelopatacongo2013-03-194-16/+15
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-28/+92
* LPC1788 SD Card driver updates from Rommel Marcelopatacongo2013-03-171-5/+5
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-174-5/+16
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-164-2/+12
* Add OpenOCD support for LM4F120 LaunchPad. From JP Carballopatacongo2013-03-166-13/+170
* Switch to user-mode before starting a new taskpatacongo2013-03-143-2/+7
* itoa() from Ryan Sundbergpatacongo2013-03-142-91/+17
* Add button support for zkit-arm-1769 boardpatacongo2013-03-142-5/+218
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-1413-148/+288
* Fixe to kernel build and syscalls.patacongo2013-03-132-2/+2
* SD fixes from Rommel + SD card detect GPIO logic for Open1788patacongo2013-03-125-18/+102
* Fix some ARMv7-M syscall logicpatacongo2013-03-124-17/+26
* A few early fixes in kernel build testingpatacongo2013-03-125-47/+122
* Updated LPC1788 SDCARD logic from Rommel Marcelopatacongo2013-03-121-2/+2
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-1119-36/+1605
* Add MPU support for the LPC17xx familypatacongo2013-03-115-13/+16
* Open1788 OpenOCD supportpatacongo2013-03-113-2/+296
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-105-45/+152
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-104-476/+571
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-09158-332/+17
* ZKIT-ARM-1769 support for ADC and DAC from Rashidpatacongo2013-03-093-0/+231
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-092-8/+8
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-083-3/+3
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-074-18/+75
* More kernel build fixespatacongo2013-03-072-1/+5
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-075-77/+82
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-063-3/+3
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-0535-37/+41
* File missed in commit r5709patacongo2013-03-051-3/+16
* Updates to the LPC1788 SDIO supportpatacongo2013-03-052-2/+48
* Open1788 uses SDIO-based SD card (not SPI); clone STM32 SDIO interface to LPC...patacongo2013-03-051-56/+26
* Updated Open1788 calibration; More compilation fixes from Mike Smithpatacongo2013-03-052-2/+2
* Enable LEDs in all Open1788 configurationspatacongo2013-03-053-0/+13
* Add LM4F120 pin configuration header filepatacongo2013-03-051-5/+4
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-045-44/+923
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-042-0/+154
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-044-3/+7
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-031-1/+1
* Minor clean-up - Open1788 and LPC17xx serialpatacongo2013-03-021-8/+7
* Corrections for LPC178x UART baud calculationpatacongo2013-03-021-0/+1
* More lpc1788 updatespatacongo2013-03-021-1/+1
* LPC1788 updates from Rommel Marcelopatacongo2013-03-023-25/+15