summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
Commit message (Expand)AuthorAgeFilesLines
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-255-5/+5
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-2511-40/+40
* A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt2013-09-179-3/+9
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-1710-19/+19
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-057-10/+10
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-56/+117
* 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-2612-26/+26
* Fix problems with host build of the Zmodem toolsGregory Nutt2013-07-161-19/+48
* More Zmodem tweaksGregory Nutt2013-07-162-36/+17
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-2/+1
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-152-5/+4
* Fix file write loopGregory Nutt2013-07-151-3/+29
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-152-42/+134
* Fix an error in the ordering of fields in zm_transition_s structure; update d...Gregory Nutt2013-07-141-56/+88
* More Zmodem bugfixes and new filesGregory Nutt2013-07-131-2/+4
* Additional support needed for Zmodem debugGregory Nutt2013-07-122-3/+21
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-125-36/+1109
* Created new directories to hold SPI-related filesGregory Nutt2013-07-014-6/+6
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-134-4/+4
* .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
* Update Olimex-LPC1766STK scripts to use OpenOCD-0.7.0Gregory Nutt2013-05-102-8/+31
* LPC17: Interrupts not being re-enabled in the initialization functionGregory Nutt2013-04-301-0/+1
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt2013-04-128-428/+523
* 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
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-097-14/+0
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-0511-11/+11
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-042-3/+4
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-12/+8
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-171-2/+2
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-3/+17
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-037-7/+7
* Correct a memory leak in NSHpatacongo2013-02-021-1/+1
* 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
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-242-397/+517
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-0/+14
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-188-9/+9
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-183-474/+598
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-162-1/+3
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-1510-10/+10
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-1210-10/+10
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-2/+2