summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* In LPC1788 24-bit color mode, we need to tell NX that the resolution if 32 bp...patacongo2013-03-285-20/+123
* Fix Open1788 EMC clockingpatacongo2013-03-282-9/+15
* Add nxlines configuratin for the Open1788patacongo2013-03-276-39/+1098
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-278-19/+25
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-274-85/+84
* LPC17 LCD driver is code complete and in need of testingpatacongo2013-03-264-2/+22
* Some initial LCD logic for the lpc1788 (still a work-in-progress)patacongo2013-03-261-8/+68
* twr-k60n512 configurations converted to use the kconfig-frontends toolspatacongo2013-03-257-845/+1093
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-2510-426/+517
* Fix configured SRAM size for LM4F120 LaunchPad; add an NSH configurationpatacongo2013-03-245-2/+823
* Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTspatacongo2013-03-242-0/+52
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-2/+5
* 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