summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
Commit message (Expand)AuthorAgeFilesLines
* .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
* Mostly cosmetic changespatacongo2012-11-131-3/+0
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-131-5/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-0611-0/+88
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-041-12/+18
* Part I of port of Rhombus math librarypatacongo2012-10-2811-11/+0
* Move ld.script files from configuration directories to script/ directorypatacongo2012-10-2322-1127/+39
* The termios c_speed field cannot be 'const'patacongo2012-10-2012-57/+2
* Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.patacongo2012-10-1213-56/+398
* Another dtoa() fix from Mike Smithpatacongo2012-10-112-6/+10
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-101-0/+6
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-1012-12/+14
* Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-1011-11/+11