summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/src
Commit message (Collapse)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-087-7/+7
|
* Rename up_nxdrvinit() to board_graphics_setup(). Add ↵Gregory Nutt2015-03-311-4/+5
| | | | CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-311-4/+5
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+3
|
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-2/+3
|
* configs/: board function prototypes are now in include/nuttx/board.h. ↵Gregory Nutt2015-02-272-4/+6
| | | | Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
* All USB MSC-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-34/+17
| | | | syslog interfaces
* All NSH-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-33/+18
| | | | syslog interfaces
* 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
| | | | function
* 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 ↵Gregory Nutt2013-08-131-5/+5
| | | | move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports.
* 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 ↵Gregory Nutt2013-08-111-0/+1
| | | | for USB host initialization prototypes
* 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. ↵Gregory Nutt2013-05-301-3/+3
| | | | Add some missing .gitignore files
* 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 ↵patacongo2013-04-013-7/+7
| | | | | | up_spiinitialize; LPC178x SSP support; Open1788 SSP and touchscreen support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5811 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ↵patacongo2013-04-014-10/+9
| | | | | | Changed to lpc17_spinitialize() and lpc17_sspinitialize(). git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5809 42af7a65-404d-4744-a932-0658087f49c3
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5702 42af7a65-404d-4744-a932-0658087f49c3
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-12/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ↵patacongo2013-02-021-2/+2
| | | | | | types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-188-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5534 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5368 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-133-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
* Turn PIC32MXMMB backlight offpatacongo2012-04-258-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4653 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-252-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for SD media change callbackspatacongo2012-01-061-199/+380
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4267 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for LPC1766-STK without LED supportpatacongo2012-01-032-95/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4256 42af7a65-404d-4744-a932-0658087f49c3