Gregory Nutt
|
f1a524e9ee
|
Remove nutts/tools/astyle.sh
|
2015-02-06 12:48:01 -06:00 |
Gregory Nutt
|
7e46e94546
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
Gregory Nutt
|
9d64fc6fcf
|
Micro Python: Add logic to automatically download the Micro Python tarball at download
|
2015-01-11 10:49:20 -06:00 |
Gregory Nutt
|
b7715ee018
|
Remove warning about redefined strtok_r
|
2014-12-08 08:28:22 -06:00 |
Gregory Nutt
|
76906110b0
|
Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are problems. From Woohan Lee
|
2014-12-01 06:41:30 -06:00 |
Gregory Nutt
|
076d20f9c0
|
Fix some memeory leaks detected by cppcheck
|
2014-11-25 14:16:28 -06:00 |
Gregory Nutt
|
6fd018089c
|
Check link target - do nothing if link is already created and the target matches the request. From Freddie Chopin.
|
2014-11-11 07:00:18 -06:00 |
Gregory Nutt
|
cf29dfa2ac
|
Add a PRELINK macro to Config.mk. From Kriegleder
|
2014-10-17 06:58:47 -06:00 |
Gregory Nutt
|
dfb46a5f19
|
Fix for BSD install without -D option
|
2014-10-15 12:25:47 -06:00 |
Gregory Nutt
|
3d050101eb
|
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
|
2014-09-20 14:25:51 -06:00 |
Gregory Nutt
|
6295203a82
|
Cosmetic changes
|
2014-09-12 12:44:03 -06:00 |
Gregory Nutt
|
8dffb83c84
|
Several fixes for errors introduced by last check-ins
|
2014-09-06 11:17:05 -06:00 |
Gregory Nutt
|
12086cb971
|
Kernel build export package also needs to include WINTOOL setting
|
2014-09-05 12:16:21 -06:00 |
Gregory Nutt
|
8e9914893d
|
The apps/ import build requires that we extract more information from the platform Make.defs file.
|
2014-09-05 11:26:42 -06:00 |
Gregory Nutt
|
60308a7c6b
|
Add the .config file to the export package
|
2014-09-05 07:37:44 -06:00 |
Gregory Nutt
|
57a0ef401a
|
Beginning of logic that will, hopefully, all me to build applications against a NuttX export package (vs. the nuttx/ source tree).
|
2014-09-04 15:54:51 -06:00 |
Gregory Nutt
|
56dc80cf59
|
The 'make export' target needs to bundle up the user C startup file (crt0), not the kernel head object
|
2014-09-04 13:31:34 -06:00 |
Gregory Nutt
|
7743a2d4e2
|
Don't copy build scripts for kernel build 'make exports'
|
2014-09-04 12:35:47 -06:00 |
Gregory Nutt
|
86aa8f3813
|
In 'make export', do not copy internal header files if this is a kernel build
|
2014-09-04 12:19:47 -06:00 |
Gregory Nutt
|
111e44ff74
|
Fix 'make export'. Adding subdirectories to the sched/ directory broke the header file collection logic
|
2014-09-04 11:43:25 -06:00 |
Gregory Nutt
|
34ff07008a
|
Add configuration options to start the system from a program on a file system
|
2014-08-30 13:27:23 -06:00 |
Gregory Nutt
|
2906ff6a4a
|
Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start
|
2014-08-30 11:14:51 -06:00 |
Gregory Nutt
|
253fa09752
|
Build syscalls that do not need header files (there are nonw, however)
|
2014-08-30 08:42:34 -06:00 |
Gregory Nutt
|
28719a71da
|
Add prompt to refresh.sh
|
2014-08-30 07:00:52 -06:00 |
Gregory Nutt
|
9e119c1c4f
|
Update README file
|
2014-08-29 17:44:15 -06:00 |
Gregory Nutt
|
b918b4b808
|
Add a tool to make refreshing configurations easier when you wnat to do a lot of them
|
2014-08-29 17:21:24 -06:00 |
Gregory Nutt
|
7e9f569ac6
|
Add build support for ELF modules. Useless at the moment because there is no x86 relocation logic
|
2014-08-25 06:09:09 -06:00 |
Gregory Nutt
|
935e76df9f
|
Changes to try to get P112 to compile with laster SDCC (it still does not)
|
2014-08-22 14:48:29 -06:00 |
Gregory Nutt
|
0da9aaeb09
|
Fix some recurring typos: postion->position, *atino->*ation
|
2014-07-08 13:12:36 -06:00 |
Gregory Nutt
|
befcb1c961
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
Gregory Nutt
|
b72679c5d0
|
NAME_MAX not available on SunOS
|
2014-07-04 07:22:36 -06:00 |
Gregory Nutt
|
33121dd0d0
|
Various changes associated with symbol tables. Most from Pelle Windestam
|
2014-06-27 08:14:07 -06:00 |
Gregory Nutt
|
1457517d2d
|
tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is seen as a bug in javascript and images. From Max/Himax
|
2014-06-19 08:35:45 -06:00 |
Gregory Nutt
|
6f6dc76f15
|
kconfig2html: Exceed original maximum number of selects
|
2014-06-16 10:58:38 -06:00 |
Gregory Nutt
|
9e21e8d9d7
|
In-place SED edit can mess up permissions on Windows
|
2014-05-25 07:38:32 -06:00 |
Gregory Nutt
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
Gregory Nutt
|
f7e5953804
|
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
|
2014-04-13 13:18:06 -06:00 |
Gregory Nutt
|
494387b33b
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
Gregory Nutt
|
f6dedaee30
|
tools/astyle.sh: Formatting tool based on logic from Lorenz Meier
|
2014-03-26 08:50:48 -06:00 |
Gregory Nutt
|
f15a6e2330
|
Prep for NuttX 7.1 release
|
2014-03-15 10:05:18 -06:00 |
Gregory Nutt
|
4cbdbc875e
|
Support for the older, manual configurations has been completely removed from the NuttX build system
|
2014-03-06 13:00:50 -06:00 |
Gregory Nutt
|
29a4ca8f08
|
configs/rgmp/arm/default: Configuration converted to use the kconfig-frontends tools
|
2014-03-06 11:19:05 -06:00 |
Gregory Nutt
|
972eeae12d
|
Add configuration ettings for the on-demand paging option
|
2014-03-05 14:25:49 -06:00 |
Gregory Nutt
|
438526a1d0
|
use -m install of --mode in configure.sh for OSX compatibility
|
2014-02-24 07:48:35 -06:00 |
Gregory Nutt
|
91b002a043
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
Gregory Nutt
|
f47ce4d9eb
|
Release script no longer tries to keep copies of the ChangeLog and TODO list in the Documentation directory
|
2014-02-10 13:52:03 -06:00 |
Gregory Nutt
|
707d473a3e
|
Use xcopy, mot mklink in link.bat; No an error if directory does not exist in unlink.bat
|
2014-02-07 09:52:09 -06:00 |
Gregory Nutt
|
0331a07026
|
Back out change. Unnecessary with code is all in tree and costs a LOT of build performance
|
2014-01-30 18:59:06 -06:00 |
Gregory Nutt
|
f3f5378acc
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
Gregory Nutt
|
90f0e4f6dc
|
configs/efm32-dk3650: Support for Energy Micro's development kit for the Leopard Gecko MCU. From Richard Cochran
|
2014-01-23 08:19:34 -06:00 |