summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/src
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-134-7/+7
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-7/+7
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-6/+6
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-5/+5
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* 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
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-246-25/+25
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* .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-301-4/+3
* Con't build external memory files if EMC support is not enabledGregory Nutt2013-04-181-0/+2
* Add SSP2 to list of support SSP interfacesGregory Nutt2013-04-081-1/+1
* Minor improvements to comments and debug outputGregory Nutt2013-04-081-7/+8
* Fix button interrupt logic for Open1788; Add button test as option to configs...Gregory Nutt2013-04-082-43/+62
* 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-071-1/+0
* 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-072-4/+17
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Several fixes for LPC1788 GPIOpatacongo2013-04-031-1/+3
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-022-30/+69
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-0110-26/+556
* LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sen...patacongo2013-04-011-4/+4
* In LPC1788 24-bit color mode, we need to tell NX that the resolution if 32 bp...patacongo2013-03-284-17/+119
* Fix Open1788 EMC clockingpatacongo2013-03-281-6/+9
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-276-18/+21
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-271-27/+28
* LPC17 LCD driver is code complete and in need of testingpatacongo2013-03-262-0/+20
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-0/+1
* More LPC1788 updates from Rommel Marcelopatacongo2013-03-193-15/+14
* SD fixes from Rommel + SD card detect GPIO logic for Open1788patacongo2013-03-122-9/+93
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-115-25/+98
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-072-7/+2
* Open1788 uses SDIO-based SD card (not SPI); clone STM32 SDIO interface to LPC...patacongo2013-03-051-56/+26
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-41/+60
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-272-17/+23
* A few fixes for LPC1788 compilation (more needed)patacongo2013-02-131-0/+329
* Add basic LED and button support for the Open1788patacongo2013-02-135-7/+730
* Add LED, button definition, and more EMC logic for the LPC1788patacongo2013-02-126-0/+745