summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/src
Commit message (Expand)AuthorAgeFilesLines
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-34/+17
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-33/+18
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-5/+0
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-2/+2
* More trailing whilespace removalGregory Nutt2014-04-133-6/+6
* LPC17 USB Host: Minor clean-up after performing some regressin testingGregory Nutt2014-03-191-3/+1
* LP1766-STK: Add a configuration to test the USB HID mouseGregory Nutt2014-02-092-8/+179
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-2141/+0
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-0/+2130
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-9/+9
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-242-8/+8
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-6/+6
* 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
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-292-0/+75
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-3/+3
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* 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
* Created new directories to hold SPI-related filesGregory Nutt2013-07-014-6/+6
* .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-3/+3
* LPC17: Interrupts not being re-enabled in the initialization functionGregory Nutt2013-04-301-0/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-013-7/+7
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ...patacongo2013-04-014-10/+9
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-041-2/+2
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-12/+8
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-188-9/+9
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Email address change in nuttx/patacongo2012-09-133-3/+3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-12/+12
* Turn PIC32MXMMB backlight offpatacongo2012-04-258-0/+0
* Massive name change USB STRG -> USB MSCpatacongo2012-01-252-14/+14
* Add hooks for SD media change callbackspatacongo2012-01-061-199/+380
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-2/+5
* Fixes for LPC1766-STK without LED supportpatacongo2012-01-032-95/+99
* LPC1766-STK CAN board supportpatacongo2012-01-031-0/+146
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP...patacongo2012-01-031-1/+5
* Fix an integer overflow bug in LPC17xx GPIO interrupt configurationpatacongo2012-01-011-0/+1
* Fix some LPC17xx GPIO/button interrupt logicpatacongo2011-12-311-1/+1
* Fix some issues with LPC1766-STK button support (there are more)patacongo2011-12-311-2/+6
* Update README, LPC1766-STK button improvements, new Make targets, new Getting...patacongo2011-12-312-32/+63