summaryrefslogtreecommitdiff
path: root/nuttx/tools
Commit message (Expand)AuthorAgeFilesLines
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-085-10/+282
* Progress toward a z80 native Windows build -- still needs some workpatacongo2012-12-031-3/+8
* Fix the fat, flat line bugpatacongo2012-12-023-5/+138
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-291-1/+1
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-232-19/+74
* A few more Windows native build fixes for eZ80patacongo2012-11-221-2/+33
* Move some PHY initialization logic for Darcypatacongo2012-11-223-280/+1
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's...patacongo2012-11-211-3/+3
* configs/cloudctrl and tools/prebuild.py from Darcy Gongpatacongo2012-11-212-0/+280
* Update for ez80 Windows native build (still does not work)patacongo2012-11-215-24/+218
* Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based confi...patacongo2012-11-201-1/+1
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-11/+11
* Fix typol in Config.mk that would effect non-Windows buildspatacongo2012-11-181-1/+13
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-172-6/+42
* Changes from Mikepatacongo2012-11-162-2/+17
* Fix various build-related typospatacongo2012-11-151-2/+4
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-2/+6
* Qencoder fixes from Ryan Sundbergpatacongo2012-11-141-1/+1
* mkdeps.c: Oops MinGW does not have WEXITSTATUS; Now all of NuttX on native W...patacongo2012-11-131-0/+9
* mkdeps.c: Fix some strtok logic; fix some system() return value checkpatacongo2012-11-131-35/+77
* Add tools/incdir.bat; Rename top-level Makefile to Makefile.unixpatacongo2012-11-133-2/+111
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-134-4/+192
* Oops.. nested strtok in mkdeps.c, need to use strtok_rpatacongo2012-11-131-3/+5
* Mostly cosmetic changespatacongo2012-11-132-5/+17
* Fix some mkdeps.c issues; Incorporate mkdeps.c build in Makefilespatacongo2012-11-132-36/+35
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-135-17/+850
* A few more build fixespatacongo2012-11-121-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-4/+4
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-113-13/+21
* Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape supportpatacongo2012-11-091-23/+43
* More ELF loader changespatacongo2012-10-251-1/+1
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
* Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo2012-09-261-4/+15
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-181-1/+32
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-0/+48
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-134-4/+4
* Suppress network configuration in discover example if it is an NSH built-in f...patacongo2012-09-121-1/+1
* Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-122-0/+104
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some l...patacongo2012-09-081-9/+14
* configure.sh: Don't append the apps directory path setting if the correct se...patacongo2012-09-061-4/+11
* Add support for multiple work queuespatacongo2012-09-041-5/+13
* configure.sh now will ignore appconfig files if CONFIG_NUTTX_NEWCONFIG is def...patacongo2012-09-032-2/+45
* mksymtab: Fix handling of final comma. Some C compilers can't handle them; Al...patacongo2012-09-011-10/+19
* Ooops.. mksymtab needs to check for zero-length header file namespatacongo2012-09-011-7/+10
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-0116-165/+601
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-0/+10
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-311-0/+115
* Add configurable application entry pointpatacongo2012-08-303-7/+159
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-271-0/+38