summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Mostly cosmetic build changespatacongo2012-11-165-53/+53
* Changes from Mikepatacongo2012-11-163-3/+20
* Mirtoo differences from Konstantin; File system fix from Lorenz Meierpatacongo2012-11-155-6/+22
* Fix various build-related typospatacongo2012-11-151-2/+4
* More changes for Mikepatacongo2012-11-15176-205/+199
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-1595-116/+151
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-148-8/+17
* Qencoder fixes from Ryan Sundbergpatacongo2012-11-144-1/+9
* Kconfig updates from Freddie Chopinpatacongo2012-11-143-3/+2
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-1410-87/+163
* mkdeps.c: Oops MinGW does not have WEXITSTATUS; Now all of NuttX on native W...patacongo2012-11-132-0/+76
* mkdeps.c: Fix some strtok logic; fix some system() return value checkpatacongo2012-11-132-36/+78
* This is the new, top-level, redirecting Makefilepatacongo2012-11-131-0/+49
* Add tools/incdir.bat; Rename top-level Makefile to Makefile.unixpatacongo2012-11-135-3/+119
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-1318-32/+223
* Oops.. nested strtok in mkdeps.c, need to use strtok_rpatacongo2012-11-134-10/+27
* Mostly cosmetic changespatacongo2012-11-1343-131/+74
* Fix some mkdeps.c issues; Incorporate mkdeps.c build in Makefilespatacongo2012-11-135-58/+69
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-1347-222/+903
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-125-52/+58
* A few more build fixespatacongo2012-11-1210-69/+86
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-1147-486/+604
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-1134-189/+1816
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-1181-279/+116
* Remove bash fragments that test for board/Makefilepatacongo2012-11-117-111/+198
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-1114-260/+273
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-117-20/+128
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-10284-637/+637
* Still trying to recover directory contentspatacongo2012-11-10286-0/+0
* Trying to recover from deleted directory contentspatacongo2012-11-10286-0/+32008
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-10297-32320/+78
* Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape supportpatacongo2012-11-094-149/+218
* UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-096-7/+58
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-098-106/+230
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-085-42/+127
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-0811-398/+477
* Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-086-20/+228
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-0729-648/+587
* Add driver for Univision UG-2864AMBAG01patacongo2012-11-077-22/+1522
* STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-074-4/+24
* Fix apps/netutils/webclient build problempatacongo2012-11-063-270/+49
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-06192-19/+1546
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-0625-425/+3888
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build...patacongo2012-11-051-1/+1
* Prep for 6.23 releasenuttx-6.23patacongo2012-11-054-485/+348
* uClibc++ exceptions are workingpatacongo2012-11-053-6/+9
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-049-9/+9
* Changes to get a clean build of apps/examples/cxxtest with the STM32 and uCli...patacongo2012-11-044-4/+31
* Missed a few ld.script files in Freddie Chopin's last big changepatacongo2012-11-043-0/+0
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-046-90/+281