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 |
Gregory Nutt
|
4d4ece78af
|
Add MTD partition support plus fix some typos in comments
|
2013-04-30 12:37:34 -06:00 |
Gregory Nutt
|
4c95da3e52
|
More improvements to zipme.sh tool
|
2013-04-29 10:34:53 -06:00 |
Gregory Nutt
|
911b7a9f5f
|
Automatically re-generated configuration variable documentation when NuttX release tarballs are created
|
2013-04-29 09:12:15 -06:00 |
Gregory Nutt
|
f16704f5fd
|
Add option to zipme.sh to provide the build ID on the command line
|
2013-04-29 08:57:46 -06:00 |
Gregory Nutt
|
27e4bcdd0c
|
Updated .gitignore files
|
2013-04-23 19:05:59 -06:00 |
Gregory Nutt
|
2072e6be94
|
kconfig2html: Fix some handling of empty strings
|
2013-04-23 11:25:52 -06:00 |
Gregory Nutt
|
57d31176c0
|
kconfig2html: Improve expand/collapse TOC + misc bug-fixes
|
2013-04-23 11:01:18 -06:00 |
Gregory Nutt
|
c529917c09
|
Keep a backup of the previous NuttXConfigVariables.html file
|
2013-04-23 08:38:49 -06:00 |
Gregory Nutt
|
770ce01473
|
kconfig2html: A few minor things missed in the last commit
|
2013-04-22 17:36:27 -06:00 |
Gregory Nutt
|
5b11b061fb
|
Add nuttx/tools/mkconfigvars.sh
|
2013-04-22 16:48:06 -06:00 |
Gregory Nutt
|
cf311c82ab
|
Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html
|
2013-04-22 16:46:15 -06:00 |
Gregory Nutt
|
ba3f1a751d
|
kconfig2html: Add collapsable table of contents
|
2013-04-22 13:58:02 -06:00 |
Gregory Nutt
|
91258a49ec
|
kconfig2html: Move all hidden, internal configuration variables to an appendix
|
2013-04-22 11:20:54 -06:00 |
Gregory Nutt
|
b553609351
|
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
|
2013-04-22 09:10:58 -06:00 |
Gregory Nutt
|
a2d6279cee
|
kconfig2html: Add support for dependencies on default values
|
2013-04-22 07:22:55 -06:00 |
Gregory Nutt
|
37da13321c
|
kconfig2html: Perform HTL conversions and add hyperlinks for dependency expressions
|
2013-04-21 11:01:46 -06:00 |
Gregory Nutt
|
a421d63b07
|
kconfig2html will now handle line continuations
|
2013-04-21 09:37:45 -06:00 |
Gregory Nutt
|
11e78b75a0
|
Last kconfig2html bugfixes of the day
|
2013-04-20 17:56:16 -06:00 |
Gregory Nutt
|
3f52b0fbb6
|
Yet more kconfg2html logic
|
2013-04-20 17:29:10 -06:00 |
Gregory Nutt
|
8cbca09f94
|
More kconfg2html logic
|
2013-04-20 17:05:45 -06:00 |
Gregory Nutt
|
27c28f542e
|
Add suppport for choice prompts and help text to the Kconfig documentation tool
|
2013-04-20 14:18:08 -06:00 |
Gregory Nutt
|
637ac296f8
|
Add a tool to auto-generated documentation of NuttX configuration variables (still a work in progress)
|
2013-04-20 11:42:59 -06:00 |
Gregory Nutt
|
fa47b1113f
|
Fix typo introduced into version.sh
|
2013-04-20 11:40:34 -06:00 |
Gregory Nutt
|
2848f657ed
|
Fix comments, references to the old SVN, and links to the old SVN. Replace with equivalent GIT info
|
2013-04-19 18:35:06 -06:00 |
Gregory Nutt
|
db78b76102
|
Mostly updates and corrections to .gitignore files
|
2013-04-04 15:39:50 -06:00 |
Gregory Nutt
|
23db0682b7
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
patacongo
|
76d1ad21f2
|
Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5748 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-16 17:37:40 +00:00 |
patacongo
|
18ca1965b6
|
AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted to use kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-10 19:31:10 +00:00 |
patacongo
|
466efbd35c
|
Fix some bad syscall dispatching log. This change is not testable until these is a tested NuttX kernel build.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5713 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-06 19:56:32 +00:00 |
patacongo
|
493102b322
|
Two fixes from Mike Smith: (1) use -m install of --mode in install commands, (2) fix typo in stm32_exti.h introduced with the STM32 F3 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-03 21:41:21 +00:00 |
patacongo
|
59d3cbfe2e
|
NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-28 18:48:11 +00:00 |
patacongo
|
54124ecc49
|
The USB monitor now works with configs/stm32f4discovery/usbnsh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5581 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-29 18:32:04 +00:00 |
patacongo
|
4a801e4904
|
NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 18:32:13 +00:00 |
patacongo
|
956bded9c1
|
Add logic to automatically unload module on exit; Several patches from Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 14:43:55 +00:00 |
patacongo
|
a1045c27e7
|
apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 15:41:27 +00:00 |
patacongo
|
1d6f741412
|
Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-09 12:55:13 +00:00 |
patacongo
|
c76795d32b
|
Add execv() and execl(); Move lm3s header files for compatibility
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-08 16:25:30 +00:00 |
patacongo
|
226d3e404f
|
Extend tools/configure.c for better compatibility with configure.sh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5481 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-05 16:07:37 +00:00 |
patacongo
|
ce77c566f8
|
Clean up a few tools/ build issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5480 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-05 14:57:43 +00:00 |
patacongo
|
3e52f2eb38
|
Correct some errors in the LPC17xx SYSCON register bit definitions (from Rommel Marcello)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5479 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-05 13:19:53 +00:00 |
patacongo
|
6448fc03b2
|
Add tools/configure.c and configure.bat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-04 21:37:31 +00:00 |
patacongo
|
f00aedc7c1
|
Working on configure.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5477 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-04 16:50:15 +00:00 |
patacongo
|
5e515841de
|
Renaming some files in tools/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5476 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-04 16:00:38 +00:00 |
patacongo
|
14eed871e8
|
Add tools/kconfig.bat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5450 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-22 16:47:02 +00:00 |
patacongo
|
cc022f93df
|
Patches from Petteri Aimonen (plus a few other things)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-21 20:09:32 +00:00 |
patacongo
|
a93ff3df5f
|
Fix make export target
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5446 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-20 14:08:21 +00:00 |
patacongo
|
141d541cb8
|
Add tools/link.bat, unlink.bat, and copydir.bat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5419 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-08 16:37:43 +00:00 |
patacongo
|
f9fa51b66f
|
Progress toward a z80 native Windows build -- still needs some work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5411 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-03 20:12:59 +00:00 |
patacongo
|
431ad8c567
|
Fix the fat, flat line bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5407 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-02 17:34:08 +00:00 |
patacongo
|
d5a83f6c48
|
All ZNEO configurations converted to use the mconf/Kconfig tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-29 18:44:02 +00:00 |
patacongo
|
92469824e6
|
Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more toolchain options (from Mike); incdir.sh and .bat now take -s option
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5384 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-23 14:13:57 +00:00 |
patacongo
|
ef504df1bc
|
A few more Windows native build fixes for eZ80
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5383 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-22 21:21:48 +00:00 |
patacongo
|
d65f74a804
|
Move some PHY initialization logic for Darcy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5382 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-22 14:44:38 +00:00 |
patacongo
|
bb9dc58217
|
/configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's Toolchain.defs; Fix error introduced into tools/configure.sh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 19:54:44 +00:00 |
patacongo
|
a060ee06a3
|
configs/cloudctrl and tools/prebuild.py from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5378 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 18:19:49 +00:00 |
patacongo
|
f8ad7573a5
|
Update for ez80 Windows native build (still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 17:44:14 +00:00 |
patacongo
|
167d95b3a2
|
Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5375 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-20 21:19:36 +00:00 |
patacongo
|
469ec154c0
|
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-20 15:47:41 +00:00 |
patacongo
|
9fbe2944ee
|
Fix typol in Config.mk that would effect non-Windows builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5369 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-18 20:59:30 +00:00 |
patacongo
|
26c9112ad2
|
Most of the changes needed to support Windows native clean; distclean is has a problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-17 18:54:53 +00:00 |
patacongo
|
76f2745323
|
Changes from Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5361 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-16 12:41:58 +00:00 |
patacongo
|
7efc94aa3e
|
Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 19:22:47 +00:00 |
patacongo
|
f751d36eee
|
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 17:43:29 +00:00 |
patacongo
|
53e3cbbfc7
|
Qencoder fixes from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5354 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-14 19:26:13 +00:00 |
patacongo
|
d114cd19e5
|
mkdeps.c: Oops MinGW does not have WEXITSTATUS; Now all of NuttX on native Windows WITH dependencies (still some link time problems).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5350 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 23:05:48 +00:00 |
patacongo
|
fd6f8f5eca
|
mkdeps.c: Fix some strtok logic; fix some system() return value check
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5349 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 22:47:44 +00:00 |
patacongo
|
0708289d7e
|
Add tools/incdir.bat; Rename top-level Makefile to Makefile.unix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5347 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 21:10:50 +00:00 |
patacongo
|
4ee266d94b
|
Centralized the definition of the INCDIR script in tools/Config.mk
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5346 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 20:24:30 +00:00 |
patacongo
|
3dee46c307
|
Oops.. nested strtok in mkdeps.c, need to use strtok_r
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5345 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 17:18:42 +00:00 |
patacongo
|
0b27df8f5c
|
Mostly cosmetic changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5344 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 15:50:38 +00:00 |
patacongo
|
46541cf0fa
|
Fix some mkdeps.c issues; Incorporate mkdeps.c build in Makefiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5343 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 02:39:01 +00:00 |
patacongo
|
8f47445bd5
|
Add tools/mkdeps.bat and tools/mkdeps.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5342 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 00:38:59 +00:00 |
patacongo
|
c1f7a61990
|
A few more build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5340 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-12 01:54:54 +00:00 |
patacongo
|
a5f761c24e
|
Correct some issues with last check-in; ez80 still does not build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 23:44:31 +00:00 |
patacongo
|
a1cf659333
|
Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 18:36:28 +00:00 |
patacongo
|
de47b5e4cf
|
Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5326 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-09 22:37:52 +00:00 |
patacongo
|
abf9559979
|
More ELF loader changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5261 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-25 22:10:56 +00:00 |
patacongo
|
b8f437ef4b
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-24 20:19:44 +00:00 |
patacongo
|
26ffdc5524
|
Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to build system; Fixes to Shenzhou NxWM configuration for clean build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5193 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-26 14:36:28 +00:00 |
patacongo
|
7f9ed0d7bb
|
Refactor common make definitions to tools/Config.mk; Add verbosity option to build (Richard Cochran)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5160 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-18 14:06:57 +00:00 |
patacongo
|
5f470bd756
|
Add XML RPC server plus NXWM build fixes from Max Holtzberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5150 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-14 14:07:21 +00:00 |
patacongo
|
50321df42d
|
Remove executable property from source and make files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 18:46:10 +00:00 |
patacongo
|
7a9457bb07
|
Email address change in nuttx/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 18:32:24 +00:00 |
patacongo
|
ca306c29d1
|
Suppress network configuration in discover example if it is an NSH built-in functin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5139 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-12 21:42:36 +00:00 |
patacongo
|
c7cd6b6457
|
Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5138 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-12 20:14:46 +00:00 |
patacongo
|
6df2a23f84
|
Changes to get a clean compile with the Kconfig Shenzhou board. Still some link issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5115 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-08 16:40:12 +00:00 |
patacongo
|
3ad95c590b
|
configure.sh: Don't append the apps directory path setting if the correct setting is already in defined in the defconfig file.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5101 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-06 01:19:05 +00:00 |
patacongo
|
561bea0899
|
Add support for multiple work queues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5081 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-04 00:54:09 +00:00 |
patacongo
|
6105b42d39
|
configure.sh now will ignore appconfig files if CONFIG_NUTTX_NEWCONFIG is defined
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5080 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-03 15:16:32 +00:00 |
patacongo
|
3e9b3c1c7f
|
mksymtab: Fix handling of final comma. Some C compilers can't handle them; Also add macro to provide the size of the symbol table
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5077 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-01 16:47:40 +00:00 |
patacongo
|
599dc4f454
|
Ooops.. mksymtab needs to check for zero-length header file names
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5076 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-01 15:46:49 +00:00 |
patacongo
|
8b768dc6fa
|
Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to create symbol tables from CSV files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5075 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-01 15:33:33 +00:00 |
patacongo
|
092d15a74a
|
Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5074 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-01 00:26:37 +00:00 |
patacongo
|
c28bda212a
|
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5073 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-31 23:05:51 +00:00 |
patacongo
|
435dbaacd8
|
Add configurable application entry point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-30 20:13:50 +00:00 |
patacongo
|
5e08e5650f
|
Dequote Kconfig strings that may be used as components of a path
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5057 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-27 14:07:17 +00:00 |
patacongo
|
9437cec3a0
|
mkconfig now calculates DRAM_END if not provided
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5030 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-16 15:00:34 +00:00 |
patacongo
|
455757f7a4
|
Updates to support the Mirtoo internal clocking
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4855 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-20 19:29:20 +00:00 |
patacongo
|
c0c2a8b2df
|
NFS just finished a major weight reduction program
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4838 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-14 00:47:42 +00:00 |
patacongo
|
11d16b5830
|
Kconfig updated + NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-23 19:55:32 +00:00 |
patacongo
|
940bdc50fb
|
Add tools/cmpconfig.c to compare to configuration files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4592 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-11 23:06:30 +00:00 |
patacongo
|
7b343bf7fe
|
Add logic to re-direct debug output to a sysloggin device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4381 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-11 14:20:40 +00:00 |
patacongo
|
c6b62075aa
|
Massive name change USB STRG -> USB MSC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-25 20:17:59 +00:00 |
patacongo
|
e7451df325
|
Fix a bug in 'make export' introduced recently
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4265 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-05 18:27:26 +00:00 |
patacongo
|
804e7625b0
|
Correct last set of changes to configuration logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4237 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-29 12:52:15 +00:00 |
patacongo
|
4c5d18d561
|
Updates for PIC32MX USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4233 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-27 20:07:17 +00:00 |
patacongo
|
61b0896f3d
|
Changes to tools to support MAC OS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4232 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-27 12:44:39 +00:00 |
patacongo
|
988f400b74
|
Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g++ is used; Fix bad cast that caused problems with the background window is released
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4064 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-25 15:21:01 +00:00 |
patacongo
|
8e123b2832
|
More fixe for FreeBSD build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3919 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-28 12:32:14 +00:00 |
patacongo
|
25d421cdaf
|
STM32 I2C fix, documentation update, fixes for FreeBSD/ASH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3917 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-27 14:58:42 +00:00 |
patacongo
|
1cbb1dbfcb
|
Export a fast but non-standard way to clear the STM3210E-EVAL LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3916 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-26 16:27:26 +00:00 |
patacongo
|
310d3f2ab7
|
Extend the 'make export' logic to bundle up chip header files as well
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3915 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-25 17:55:32 +00:00 |
patacongo
|
4e5fb58dbc
|
Add more fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3824 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-29 05:28:06 +00:00 |
patacongo
|
dd47d95381
|
Add several new fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3821 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-27 05:02:58 +00:00 |
patacongo
|
f41d4fb0e3
|
Fix for bdf-converter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3818 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-26 01:10:36 +00:00 |
patacongo
|
8ba9c6e39b
|
Add memory usage monitor to USB storage example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3817 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-25 22:21:38 +00:00 |
patacongo
|
bc4d0f1167
|
Move NX header files to include/nuttx/nx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-24 20:49:01 +00:00 |
patacongo
|
9d0882c525
|
Update BDF converter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3815 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-24 12:36:21 +00:00 |
patacongo
|
2ee238e14b
|
Add JP's BDF font conversion program
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3813 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-23 13:53:59 +00:00 |
patacongo
|
17e6f2e481
|
Export make target now produces a .zip file by default
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3778 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-12 23:54:13 +00:00 |
patacongo
|
a5aca26e66
|
Extend 'make export' logic to bundle up CFLAGS and linker scripts as well
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3772 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-12 03:21:27 +00:00 |
patacongo
|
03faf1cc17
|
Add an 'export' target to the NuttX top-level Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3771 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-11 22:52:51 +00:00 |
patacongo
|
edc31bb66f
|
Fix for Bug[D ID: 3324387
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3732 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-22 12:43:24 +00:00 |
patacongo
|
f7d232bdfe
|
Add logic to measure AVR stack usage
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3722 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-18 13:22:36 +00:00 |
patacongo
|
ccaadba664
|
Reduce memory usage in same AVR configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3714 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-16 17:52:25 +00:00 |
patacongo
|
91301ff3d8
|
Amber Web Server updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3702 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-13 17:51:17 +00:00 |
patacongo
|
6e4aa998e8
|
Implemented line-oriented buffering for std output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3606 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-14 15:21:04 +00:00 |
patacongo
|
c52c4c7dbd
|
tools/mkdep.sh should not report an error if there are no files on the command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3588 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-11 01:27:04 +00:00 |
patacongo
|
e139117d20
|
Some initial NXFFS bugfixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3541 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-29 23:50:38 +00:00 |
patacongo
|
8da8486fcb
|
Updates from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3527 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-20 13:32:49 +00:00 |
patacongo
|
93be5f368b
|
THTTPD works on LPCXpresso
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3514 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-16 15:43:39 +00:00 |
patacongo
|
b8fd73ec72
|
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3505 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-14 19:17:41 +00:00 |
patacongo
|
f32009d446
|
More version-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3504 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-14 17:28:21 +00:00 |
patacongo
|
e0aa4f2977
|
Add tools to manage a version file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3502 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-14 16:46:17 +00:00 |
patacongo
|
38fd6e5317
|
Clean kernel-/user-mode module build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3469 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-05 20:54:00 +00:00 |
patacongo
|
0df702514b
|
Pass __KERNEL__ define (or not) to all makes to handle small differences in user-/kernel-builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-03 18:42:33 +00:00 |
patacongo
|
1dd25651bb
|
Kernel build mostly successful
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3454 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-02 15:25:22 +00:00 |
patacongo
|
46314eb2a9
|
Move more functions out of sched/ to lib/; proxies almost build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3453 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-02 01:23:08 +00:00 |
patacongo
|
2aab150a39
|
Add conditional compilation to syscall autogeneration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3452 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-01 23:07:51 +00:00 |
patacongo
|
61300c7ae2
|
Stubs are working/Proxies are close
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3451 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-01 21:36:17 +00:00 |
patacongo
|
4058304eb5
|
Progress on syscall build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3447 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-31 04:59:29 +00:00 |
patacongo
|
db0f306719
|
Add mksyscall tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3446 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-31 04:23:17 +00:00 |
patacongo
|
a521443817
|
Move more files into subdirectories under lib/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3445 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-31 01:42:50 +00:00 |
patacongo
|
35600aaa5d
|
More prep for 6.0 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3409 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-21 22:14:03 +00:00 |
patacongo
|
349f6aae93
|
Prep for 6.0 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-21 21:59:35 +00:00 |
patacongo
|
bf55d8f442
|
More build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3407 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-20 22:07:56 +00:00 |
patacongo
|
329cbd0023
|
More build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-20 19:30:39 +00:00 |
patacongo
|
c9e6a573bb
|
Move nuttx/examples to apps/examples
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-20 18:18:19 +00:00 |
patacongo
|
e07f0db120
|
Use = instead of / for delimiter in appconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3396 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-19 13:28:07 +00:00 |
patacongo
|
34e8f21889
|
Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-18 20:35:31 +00:00 |
patacongo
|
bb9b1d536d
|
Update to apps/build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3391 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-18 17:22:50 +00:00 |
patacongo
|
150b525f34
|
Fix zipme.sh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3375 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-12 22:21:17 +00:00 |
patacongo
|
6ea1e6bceb
|
Prep for 5.19 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3373 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-12 22:09:14 +00:00 |
patacongo
|
1ead79b6d5
|
More support for SLIP data link protocol
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-12 15:36:28 +00:00 |
patacongo
|
1b8399445b
|
Add support for platoform specific ROMFS startup files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3350 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-08 00:27:35 +00:00 |
patacongo
|
c9d81576a8
|
Removed old CVS directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3292 42af7a65-404d-4744-a932-0658087f49c3
|
2011-02-14 01:47:18 +00:00 |
patacongo
|
1dcd585613
|
Rename mc9s12ne64 directories and files to just m9s12
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3288 42af7a65-404d-4744-a932-0658087f49c3
|
2011-02-13 20:00:48 +00:00 |
patacongo
|
19e95c9430
|
Don' depend on uname -o working
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3281 42af7a65-404d-4744-a932-0658087f49c3
|
2011-02-11 01:30:40 +00:00 |
patacongo
|
7e22f59d63
|
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3094 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-10 01:52:12 +00:00 |
patacongo
|
24e8a42312
|
Fix big-time naming error -- what was I thinking?
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3060 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-30 00:51:45 +00:00 |
patacongo
|
77d15c81a6
|
Extra space at end of line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2930 42af7a65-404d-4744-a932-0658087f49c3
|
2010-09-08 02:14:23 +00:00 |
patacongo
|
c530bd319a
|
Fix demand-paging compilation errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2879 42af7a65-404d-4744-a932-0658087f49c3
|
2010-08-22 03:44:18 +00:00 |
patacongo
|
8f979150db
|
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2751 42af7a65-404d-4744-a932-0658087f49c3
|
2010-06-16 15:15:30 +00:00 |
patacongo
|
74ef4fdabd
|
Initial debugging fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2648 42af7a65-404d-4744-a932-0658087f49c3
|
2010-05-03 03:32:48 +00:00 |
patacongo
|
d376cfa818
|
Add a README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2592 42af7a65-404d-4744-a932-0658087f49c3
|
2010-04-14 01:17:42 +00:00 |
patacongo
|
63d25971ca
|
comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2581 42af7a65-404d-4744-a932-0658087f49c3
|
2010-04-10 21:56:40 +00:00 |
patacongo
|
18dbbfbe39
|
If msg size==0, disable POSIX msg queues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2380 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-17 22:40:51 +00:00 |
patacongo
|
04f6edbaf7
|
Numerous fixes for basic STM32 SDIO DMA access
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2279 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-26 00:18:22 +00:00 |
patacongo
|
1456e6bd4e
|
another skip dir
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2155 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-17 22:49:07 +00:00 |
patacongo
|
2cf61be243
|
Fix a problem that was causing tools/incdir.sh to generate inappropriate paths for Cygwin tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1941 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-24 20:57:34 +00:00 |
patacongo
|
2ea9e257cd
|
Straighten out conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1896 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-17 21:15:31 +00:00 |
patacongo
|
00819643d0
|
Adding basic framework for NXFLAT
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1887 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-16 13:26:07 +00:00 |
patacongo
|
409a77a354
|
Basic support for dependencies on Windows GCC toolchains
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1874 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-10 19:17:47 +00:00 |