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 |
Gregory Nutt
|
85dea13030
|
Config.mk: If WINTOOL is set, COMPILE definition should convert path generated by Cygwin make to a proper Windows path. From Richard Cochran (2014-1-23).
|
2014-01-23 07:37:14 -06:00 |
Gregory Nutt
|
32b4a48e7a
|
Misc changes from Richard Cochran
|
2014-01-15 11:05:15 -06:00 |
Gregory Nutt
|
9d393e167c
|
A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes problems for assembly
|
2013-12-07 11:46:08 -06:00 |
Gregory Nutt
|
72f00b9bb6
|
mkconfig: Cast RAM size to unsigned to avoid complains about integer overflow in calculatino of CONFIG_RAM_END
|
2014-01-06 12:09:13 -06:00 |
Gregory Nutt
|
b9a38cea22
|
nuttx/tools: Fixes for some Windows native build issues from Max Holtzberg
|
2014-01-04 09:08:14 -06:00 |
Gregory Nutt
|
84596e8473
|
README and other cosmetic updates
|
2014-01-04 08:38:05 -06:00 |
Gregory Nutt
|
78936f7260
|
Changes for ZDS-II ez80 build
|
2013-11-28 17:47:03 -06:00 |
Gregory Nutt
|
f4c6a16c3d
|
SAMA5 PMECC: Some ROM-related interface updates
|
2013-11-23 10:06:33 -06:00 |
Gregory Nutt
|
b6da35e12c
|
Add a script to produce ctags. From Ken Pettit
|
2013-11-23 06:49:40 -06:00 |
Gregory Nutt
|
f1671bb6a7
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
Gregory Nutt
|
517546bb47
|
tools/mkconfig.c: CONFIG_FS_SMARTFS must be included in the list of writable file systems
|
2013-11-15 07:33:39 -06:00 |
Gregory Nutt
|
f8b3dbaa61
|
Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane
|
2013-11-01 11:16:51 -06:00 |
Gregory Nutt
|
8371204001
|
Need to increase the size of an array in tools/kconfig2html.c
|
2013-10-28 14:59:32 -06:00 |
Gregory Nutt
|
9dc8d00bd1
|
Fix a error in a recent checkin to fix dependencies wehn object files lie in sub-directories
|
2013-09-30 20:31:49 -06:00 |
Gregory Nutt
|
12c1aef7c2
|
Fix some funny 'cut' results
|
2013-09-30 19:28:46 -06:00 |
Gregory Nutt
|
c038f4efe0
|
Dependency generation fix for directories that keep object files in a sub-directory
|
2013-09-29 11:46:10 -06:00 |
Gregory Nutt
|
beb58c2520
|
SAMA5: Fixes a bug in the way that the heap regions were being allocated
|
2013-08-27 16:43:19 -06:00 |
Gregory Nutt
|
bc46b447dc
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
Gregory Nutt
|
9a94a3707c
|
SAMA5: The ostest configuration have been converted to run out of NOR flash. There is more to be done, however
|
2013-07-28 15:07:35 -06:00 |
Gregory Nutt
|
70f0ffdfc5
|
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
|
2013-07-26 10:09:17 -06:00 |
Gregory Nutt
|
47d3a627d6
|
Updates to README files
|
2013-06-01 17:25:16 -06:00 |
Gregory Nutt
|
49fd78a70a
|
The Makefile in every directory that can generate a .dSYM should also clean .dSYM files
|
2013-05-30 15:24:22 -06:00 |
Gregory Nutt
|
4748599a43
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Gregory Nutt
|
0361f632b8
|
Add TCP echo server from Max Holtzberg
|
2013-05-22 07:35:54 -06:00 |
Gregory Nutt
|
88c0911fb1
|
Various changes and bigfixes for problems detected by CppCheck
|
2013-05-09 14:23:34 -06:00 |
Gregory Nutt
|
72179b7773
|
Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
|
2013-05-03 12:52:33 -06:00 |
Gregory Nutt
|
99c2cfc168
|
Add an optional byte-oriented write method to the MTD interface
|
2013-05-01 10:59:57 -06:00 |
Gregory Nutt
|
ba52f8d3ec
|
Misc changes for clean built od mikroe-stm32f4 configurations
|
2013-05-01 09:21:13 -06:00 |