summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Email address change in nuttx/patacongo2012-09-131820-27051/+27052
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in misc/patacongo2012-09-13202-3966/+3966
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5144 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in apps/patacongo2012-09-13104-463/+469
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
* USB device drivers: Add hooks to to use common, external DMA buffer ↵patacongo2012-09-13144-356/+538
| | | | | | allocation implementation.. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5142 42af7a65-404d-4744-a932-0658087f49c3
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-1324-24/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5141 42af7a65-404d-4744-a932-0658087f49c3
* Add mm/README.txtpatacongo2012-09-135-3/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5140 42af7a65-404d-4744-a932-0658087f49c3
* Suppress network configuration in discover example if it is an NSH built-in ↵patacongo2012-09-124-10/+22
| | | | | | functin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5139 42af7a65-404d-4744-a932-0658087f49c3
* Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-1214-87/+1366
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5138 42af7a65-404d-4744-a932-0658087f49c3
* Network discover utility from Max Holtzbergpatacongo2012-09-1216-4/+1041
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5137 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5136 42af7a65-404d-4744-a932-0658087f49c3
* New file missed in last check-inpatacongo2012-09-121-0/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5135 42af7a65-404d-4744-a932-0658087f49c3
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used ↵patacongo2012-09-1211-59/+62
| | | | | | from intrrupt handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5134 42af7a65-404d-4744-a932-0658087f49c3
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-1210-29/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5133 42af7a65-404d-4744-a932-0658087f49c3
* Misc ENC28J60 fixespatacongo2012-09-126-81/+157
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5132 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for granule allocatorpatacongo2012-09-116-11/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5131 42af7a65-404d-4744-a932-0658087f49c3
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-1112-141/+221
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5130 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-1110-8/+796
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5129 42af7a65-404d-4744-a932-0658087f49c3
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-1119-223/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5128 42af7a65-404d-4744-a932-0658087f49c3
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-117-12/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5127 42af7a65-404d-4744-a932-0658087f49c3
* AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-1110-14/+210
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5126 42af7a65-404d-4744-a932-0658087f49c3
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-1016-73/+1466
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5125 42af7a65-404d-4744-a932-0658087f49c3
* More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-1021-46/+953
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5124 42af7a65-404d-4744-a932-0658087f49c3
* More logic for the MX3 Wildfire boardpatacongo2012-09-1016-48/+1726
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5123 42af7a65-404d-4744-a932-0658087f49c3
* Some error handling bugs noted by Ronen Vainishpatacongo2012-09-093-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5122 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the Wildfire STM32 portpatacongo2012-09-0911-768/+1382
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5121 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of configuration for M3 Wildfire boardpatacongo2012-09-0910-0/+1412
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5120 42af7a65-404d-4744-a932-0658087f49c3
* Minor update to Shenzhou README filespatacongo2012-09-0910-256/+162
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5119 42af7a65-404d-4744-a932-0658087f49c3
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-0949-21/+391
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5118 42af7a65-404d-4744-a932-0658087f49c3
* Remove some old logic in the arm, x86, hc, and sh linker scripts that was ↵patacongo2012-09-085-20/+8
| | | | | | kicked off when CONFIG_BOOT_RUNFROMFLASH=y. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5117 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig: QEMU fixespatacongo2012-09-087-8/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5116 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some ↵patacongo2012-09-0819-573/+535
| | | | | | link issues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5115 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-0842-308/+1295
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
* Remove several unused configuration valuespatacongo2012-09-08193-360/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5113 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-0827-754/+118
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5112 42af7a65-404d-4744-a932-0658087f49c3
* More Shenzhou board logicpatacongo2012-09-08164-228/+580
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5111 42af7a65-404d-4744-a932-0658087f49c3
* More support for the Shenzhou boardpatacongo2012-09-0759-56/+3064
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5110 42af7a65-404d-4744-a932-0658087f49c3
* More info for the Shenzhou board configurationpatacongo2012-09-076-83/+728
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5109 42af7a65-404d-4744-a932-0658087f49c3
* Add basic directory structure for the Shenzhou STM32107 board (not much ↵patacongo2012-09-078-7/+1145
| | | | | | there yet) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5108 42af7a65-404d-4744-a932-0658087f49c3
* Removed delay after receiving in recvfrom(). This was killing network ↵patacongo2012-09-0728-48/+130
| | | | | | performance git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5107 42af7a65-404d-4744-a932-0658087f49c3
* If serial DMA enabled, re-initialize serial consolepatacongo2012-09-072-1/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5106 42af7a65-404d-4744-a932-0658087f49c3
* Repairs needed after Kconfig changes for LPC31patacongo2012-09-0637-508/+311
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5105 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC31 Kconfigpatacongo2012-09-0664-303/+555
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5104 42af7a65-404d-4744-a932-0658087f49c3
* Update LPC43 Kconfigpatacongo2012-09-069-14/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5103 42af7a65-404d-4744-a932-0658087f49c3
* Important FAT fix. Bad test would cause many un-necessary writes to FLASH.patacongo2012-09-062-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5102 42af7a65-404d-4744-a932-0658087f49c3
* configure.sh: Don't append the apps directory path setting if the correct ↵patacongo2012-09-062-6/+13
| | | | | | 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
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-0559-424/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5100 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx Kconfig looks goodpatacongo2012-09-055-14/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5099 42af7a65-404d-4744-a932-0658087f49c3
* defconfig changes for LPC17xx Kconfigpatacongo2012-09-0526-25/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5098 42af7a65-404d-4744-a932-0658087f49c3
* Update LPC17 Kconfigpatacongo2012-09-053-9/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5097 42af7a65-404d-4744-a932-0658087f49c3
* Add URL/CGI function mapping option to uIP web serverpatacongo2012-09-054-10/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5096 42af7a65-404d-4744-a932-0658087f49c3