summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
Commit message (Expand)AuthorAgeFilesLines
* Con't build external memory files if EMC support is not enabledGregory Nutt2013-04-181-0/+2
* make oldcoonfig updates to configurationsGregory Nutt2013-04-181-43/+19
* Cosmetic updatesGregory Nutt2013-04-181-2/+4
* Fix some naming and comments associated with the Open1788 touchscreenGregory Nutt2013-04-151-4/+5
* Add SSP2 to list of support SSP interfacesGregory Nutt2013-04-081-1/+1
* Minor improvements to comments and debug outputGregory Nutt2013-04-082-13/+14
* Fix button interrupt logic for Open1788; Add button test as option to configs...Gregory Nutt2013-04-084-48/+96
* LPC178x SYSCON matrix definitions from Rommel MarceloGregory Nutt2013-04-071-1/+1
* Add support for a serial console on UART1 for the Open1788 boardGregory Nutt2013-04-073-111/+173
* Back out part of the LPC17xx touchscreen GPIO interrupt logic; they are incor...Gregory Nutt2013-04-071-12/+7
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disab...Gregory Nutt2013-04-073-25/+76
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+6
* 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-0112-29/+638
* LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sen...patacongo2013-04-015-10/+12
* 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-274-1/+936
* 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
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-233-5/+4
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-4/+10
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in rec...patacongo2013-03-222-7/+64
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-224-19/+23
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-222-2/+2
* More LPC1788 updates from Rommel Marcelopatacongo2013-03-194-16/+15
* 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-172-3/+8
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-162-1/+4
* Add OpenOCD support for LM4F120 LaunchPad. From JP Carballopatacongo2013-03-162-1/+4
* Switch to user-mode before starting a new taskpatacongo2013-03-142-1/+6
* itoa() from Ryan Sundbergpatacongo2013-03-141-1/+2
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-145-75/+103
* Fixe to kernel build and syscalls.patacongo2013-03-131-1/+1
* SD fixes from Rommel + SD card detect GPIO logic for Open1788patacongo2013-03-125-18/+102
* Fix some ARMv7-M syscall logicpatacongo2013-03-122-1/+5
* A few early fixes in kernel build testingpatacongo2013-03-124-33/+86
* 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-1113-25/+1594
* Add MPU support for the LPC17xx familypatacongo2013-03-111-6/+9
* Open1788 OpenOCD supportpatacongo2013-03-113-2/+296
* More kernel build fixespatacongo2013-03-071-0/+3
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-31/+36
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-062-2/+2
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-052-4/+8
* File missed in commit r5709patacongo2013-03-051-3/+16
* Updates to the LPC1788 SDIO supportpatacongo2013-03-052-2/+48