summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://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: svn://svn.code.sf.net/p/nuttx/code/trunk@5156 42af7a65-404d-4744-a932-0658087f49c3
* Add mm/README.txtpatacongo2012-09-131-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5140 42af7a65-404d-4744-a932-0658087f49c3
* Network discover utility from Max Holtzbergpatacongo2012-09-121-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5137 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of configuration for M3 Wildfire boardpatacongo2012-09-091-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5120 42af7a65-404d-4744-a932-0658087f49c3
* Add basic directory structure for the Shenzhou STM32107 board (not much ↵patacongo2012-09-071-0/+2
| | | | | | there yet) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5108 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-021-0/+2
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
* FreeModBus is now integrated with the Nuttx configuration systempatacongo2012-07-211-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4961 42af7a65-404d-4744-a932-0658087f49c3
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
* Clean up LPC43 USART vs UART namingpatacongo2012-07-041-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4903 42af7a65-404d-4744-a932-0658087f49c3
* PM Update; add configs//ekk-lm3s9b96patacongo2012-06-301-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4888 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration for the Micromint Lincoln60 LPC1769 boardpatacongo2012-06-291-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4886 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration to support the Mirtoo modulepatacongo2012-06-201-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4852 42af7a65-404d-4744-a932-0658087f49c3
* Fix 'make export' target for NxWMpatacongo2012-05-231-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4766 42af7a65-404d-4744-a932-0658087f49c3
* Add partial TxFIFO logic to STM32 OTG FS device driverpatacongo2012-04-071-4/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4570 42af7a65-404d-4744-a932-0658087f49c3
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-7/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4568 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of an OTG FS device side driver (not much there on initial check-in)patacongo2012-04-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4552 42af7a65-404d-4744-a932-0658087f49c3
* Additional documentation/README updatespatacongo2012-03-241-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4519 42af7a65-404d-4744-a932-0658087f49c3
* Update documenation to include Calypso and the Compal phonespatacongo2012-03-241-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4513 42af7a65-404d-4744-a932-0658087f49c3
* Documentation update for NxWidgetspatacongo2012-03-221-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4508 42af7a65-404d-4744-a932-0658087f49c3
* Update header file info in READMEpatacongo2012-03-221-15/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4504 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.16 releasenuttx-6.16patacongo2012-03-101-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4474 42af7a65-404d-4744-a932-0658087f49c3
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-111-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4295 42af7a65-404d-4744-a932-0658087f49c3
* Remove references to the detron boardpatacongo2012-01-021-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4250 42af7a65-404d-4744-a932-0658087f49c3
* Update README, LPC1766-STK button improvements, new Make targets, new ↵patacongo2011-12-311-0/+172
| | | | | | Getting Started document git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
* Update to README filespatacongo2011-12-241-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4222 42af7a65-404d-4744-a932-0658087f49c3
* Fix fclose() return value when closing read-only filepatacongo2011-10-101-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4036 42af7a65-404d-4744-a932-0658087f49c3
* Add TIFF unit testpatacongo2011-09-221-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3
* Add I2C README filepatacongo2011-09-021-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3934 42af7a65-404d-4744-a932-0658087f49c3
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-271-15/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3917 42af7a65-404d-4744-a932-0658087f49c3
* More updates to README filespatacongo2011-05-141-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3610 42af7a65-404d-4744-a932-0658087f49c3
* Add directory structure to support PIC32patacongo2011-05-081-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3579 42af7a65-404d-4744-a932-0658087f49c3
* Complets ram mapping logicpatacongo2011-05-081-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3578 42af7a65-404d-4744-a932-0658087f49c3
* Update README documentationpatacongo2011-04-301-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3543 42af7a65-404d-4744-a932-0658087f49c3
* Add DHCP server configuration for LPCXpressopatacongo2011-04-171-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3517 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in strrch()patacongo2011-04-131-0/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3501 42af7a65-404d-4744-a932-0658087f49c3
* Kernel build mostly successfulpatacongo2011-04-021-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3454 42af7a65-404d-4744-a932-0658087f49c3