aboutsummaryrefslogtreecommitdiff
path: root/nuttx/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken ↵patacongo2013-02-011-0/+6
| | | | | | Bannister git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ↵patacongo2013-01-311-2/+9
| | | | | | overriden from make command line git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-281-10/+2
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-281-2/+24
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5574 42af7a65-404d-4744-a932-0658087f49c3
* Add spawn attribute logic which will eventually be needed to support ↵patacongo2013-01-101-6/+6
| | | | | | posix_spawn() git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5501 42af7a65-404d-4744-a932-0658087f49c3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-10/+10
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* Correct some errors in the LPC17xx SYSCON register bit definitions (from ↵patacongo2013-01-051-1/+1
| | | | | | Rommel Marcello) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5479 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/configure.c and configure.batpatacongo2013-01-041-3/+18
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
* Renaming some files in tools/patacongo2013-01-041-2/+7
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5476 42af7a65-404d-4744-a932-0658087f49c3
* STM32 FLASH changes from Freddie Chopinpatacongo2013-01-031-0/+110
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5473 42af7a65-404d-4744-a932-0658087f49c3
* Mostly costmetic updatespatacongo2012-12-231-9/+15
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5452 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/kconfig.batpatacongo2012-12-221-45/+91
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5450 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2012-12-151-7/+3
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5439 42af7a65-404d-4744-a932-0658087f49c3
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5429 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
* Add source files for z180patacongo2012-12-101-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5426 42af7a65-404d-4744-a932-0658087f49c3
* mkdeps.c: Oops MinGW does not have WEXITSTATUS; Now all of NuttX on native ↵patacongo2012-11-131-0/+67
| | | | | | Windows WITH dependencies (still some link time problems). git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5350 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-131-9/+7
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5342 42af7a65-404d-4744-a932-0658087f49c3
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows ↵patacongo2012-11-111-0/+30
| | | | | | build git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-111-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5332 42af7a65-404d-4744-a932-0658087f49c3
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ↵patacongo2012-11-101-1/+1
| | | | | | to match git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+9
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-071-1/+10
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5318 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F100 High Density support and generic board configuration from Freddie ↵patacongo2012-11-061-0/+2
| | | | | | Chopin git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5315 42af7a65-404d-4744-a932-0658087f49c3
* Add documentation for the binary loaderpatacongo2012-10-301-3/+19
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5278 42af7a65-404d-4744-a932-0658087f49c3
* Add port of cJSON from Darcy Gongpatacongo2012-10-271-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-041-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5209 42af7a65-404d-4744-a932-0658087f49c3
* Fix README.html links -- againpatacongo2012-09-251-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5192 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic updates to the ENC28J60 driverpatacongo2012-09-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5161 42af7a65-404d-4744-a932-0658087f49c3
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ↵patacongo2012-09-181-21/+34
| | | | | | build (Richard Cochran) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5160 42af7a65-404d-4744-a932-0658087f49c3
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5156 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-171-0/+852
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3