summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove non-functional WLAN examples, configurationspatacongo2012-12-314-722/+0
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-301-5/+5
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-2/+18
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-264-450/+527
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-0811-11/+11
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-2111-341/+11
* 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
* More changes for Mikepatacongo2012-11-1511-11/+11
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1