summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Remove extra space in button file. From M. KannanGregory Nutt2013-04-051-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0474-0/+337
* Several fixes for LPC1788 GPIOpatacongo2013-04-031-1/+3
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-024-38/+73
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-0127-69/+678
* LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sen...patacongo2013-04-015-10/+12
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ...patacongo2013-04-0115-35/+37
* Add support for CAN1 and CAN2 to zkit-arm-1769. From M. Kannanpatacongo2013-04-012-20/+32
* 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