summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
Commit message (Expand)AuthorAgeFilesLines
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-204-8/+16
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-1/+1
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-254-4/+4
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-254-4/+4
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-4/+4
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-5/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-2/+2
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-0/+1
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-264-8/+8
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-2410-44/+44
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-134-4/+4
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-122-3/+13
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-302-5/+4
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-211-15/+15
* Add STM32L15X segment LCD register definitions; Updated documentatin and READ...Gregory Nutt2013-05-211-2/+3
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-36/+43
* 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