summaryrefslogtreecommitdiff
path: root/nuttx/tools
Commit message (Expand)AuthorAgeFilesLines
* Micro Python: Add logic to automatically download the Micro Python tarball a...Gregory Nutt2015-01-112-2/+2
* Remove warning about redefined strtok_rGregory Nutt2014-12-082-0/+2
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-1/+1
* Fix some memeory leaks detected by cppcheckGregory Nutt2014-11-253-4/+18
* Check link target - do nothing if link is already created and the target matc...Gregory Nutt2014-11-111-0/+9
* Add a PRELINK macro to Config.mk. From KrieglederGregory Nutt2014-10-171-0/+33
* Fix for BSD install without -D optionGregory Nutt2014-10-151-1/+5
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* Cosmetic changesGregory Nutt2014-09-121-1/+5
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-061-0/+5
* Kernel build export package also needs to include WINTOOL settingGregory Nutt2014-09-052-0/+2
* The apps/ import build requires that we extract more information from the pla...Gregory Nutt2014-09-052-5/+60
* Add the .config file to the export packageGregory Nutt2014-09-051-6/+17
* Beginning of logic that will, hopefully, all me to build applications against...Gregory Nutt2014-09-041-1/+1
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-2/+2
* Don't copy build scripts for kernel build 'make exports'Gregory Nutt2014-09-041-9/+11
* In 'make export', do not copy internal header files if this is a kernel buildGregory Nutt2014-09-041-38/+47
* Fix 'make export'. Adding subdirectories to the sched/ directory broke the h...Gregory Nutt2014-09-041-9/+9
* Add configuration options to start the system from a program on a file systemGregory Nutt2014-08-301-0/+2
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-301-1/+1
* Build syscalls that do not need header files (there are nonw, however)Gregory Nutt2014-08-301-2/+12
* Add prompt to refresh.shGregory Nutt2014-08-302-10/+18
* Update README fileGregory Nutt2014-08-291-8/+40
* Add a tool to make refreshing configurations easier when you wnat to do a lot...Gregory Nutt2014-08-291-0/+185
* Add build support for ELF modules. Useless at the moment because there is no...Gregory Nutt2014-08-251-0/+1
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-222-3/+85
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* NAME_MAX not available on SunOSGregory Nutt2014-07-041-2/+22
* Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-272-1/+2
* tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is ...Gregory Nutt2014-06-191-1/+2
* kconfig2html: Exceed original maximum number of selectsGregory Nutt2014-06-161-1/+1
* In-place SED edit can mess up permissions on WindowsGregory Nutt2014-05-251-1/+5
* More trailing whilespace removalGregory Nutt2014-04-1318-54/+54
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-4/+4
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* tools/astyle.sh: Formatting tool based on logic from Lorenz MeierGregory Nutt2014-03-263-1/+52
* Prep for NuttX 7.1 releasenuttx-7.1Gregory Nutt2014-03-151-17/+17
* Support for the older, manual configurations has been completely removed from...Gregory Nutt2014-03-062-55/+2
* configs/rgmp/arm/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-0/+4
* Add configuration ettings for the on-demand paging optionGregory Nutt2014-03-051-0/+1
* use -m install of --mode in configure.sh for OSX compatibilityGregory Nutt2014-02-241-3/+3
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-106-119/+118
* Release script no longer tries to keep copies of the ChangeLog and TODO list ...Gregory Nutt2014-02-101-3/+0
* Use xcopy, mot mklink in link.bat; No an error if directory does not exist in...Gregory Nutt2014-02-072-4/+19
* Back out change. Unnecessary with code is all in tree and costs a LOT of bui...Gregory Nutt2014-01-301-11/+0
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-0/+1
* configs/efm32-dk3650: Support for Energy Micro's development kit for the Leop...Gregory Nutt2014-01-231-2/+2
* Config.mk: If WINTOOL is set, COMPILE definition should convert path generate...Gregory Nutt2014-01-231-1/+11
* Misc changes from Richard CochranGregory Nutt2014-01-151-3/+3