summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* Misc ENC28J60 fixespatacongo2012-09-126-81/+157
* Fixes for granule allocatorpatacongo2012-09-116-11/+80
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-1112-141/+221
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-1110-8/+796
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-1119-223/+135
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-116-7/+87
* AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-114-3/+6
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-1015-71/+1341
* More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-1019-44/+936
* More logic for the MX3 Wildfire boardpatacongo2012-09-1016-48/+1726
* Some error handling bugs noted by Ronen Vainishpatacongo2012-09-093-2/+9
* More progress on the Wildfire STM32 portpatacongo2012-09-0911-768/+1382
* Beginning of configuration for M3 Wildfire boardpatacongo2012-09-0910-0/+1412
* Minor update to Shenzhou README filespatacongo2012-09-0910-256/+162
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-0949-21/+391
* Remove some old logic in the arm, x86, hc, and sh linker scripts that was kic...patacongo2012-09-085-20/+8
* Kconfig: QEMU fixespatacongo2012-09-087-8/+16
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some l...patacongo2012-09-0819-573/+535
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-0838-280/+1243
* Remove several unused configuration valuespatacongo2012-09-08193-360/+10
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-0826-751/+114
* More Shenzhou board logicpatacongo2012-09-08162-225/+572
* More support for the Shenzhou boardpatacongo2012-09-0759-56/+3064
* More info for the Shenzhou board configurationpatacongo2012-09-076-83/+728
* Add basic directory structure for the Shenzhou STM32107 board (not much there...patacongo2012-09-078-7/+1145
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-0728-48/+130
* If serial DMA enabled, re-initialize serial consolepatacongo2012-09-072-1/+25
* Repairs needed after Kconfig changes for LPC31patacongo2012-09-0637-508/+311
* Add LPC31 Kconfigpatacongo2012-09-0664-303/+555
* Update LPC43 Kconfigpatacongo2012-09-069-14/+51
* Important FAT fix. Bad test would cause many un-necessary writes to FLASH.patacongo2012-09-062-1/+5
* configure.sh: Don't append the apps directory path setting if the correct se...patacongo2012-09-062-6/+13
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-0559-424/+145
* LPC17xx Kconfig looks goodpatacongo2012-09-054-14/+39
* defconfig changes for LPC17xx Kconfigpatacongo2012-09-0526-25/+50
* Update LPC17 Kconfigpatacongo2012-09-053-9/+167
* Add configuration for the LM3Spatacongo2012-09-059-46/+122
* Add Kconfig settings for the LPC17xxpatacongo2012-09-0510-583/+1052
* Things missing from lib/Kconfigpatacongo2012-09-051-21/+101
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-057-374/+383
* Oops.. sendfile() was not keeping track of the number bytes transferred or ha...patacongo2012-09-051-4/+18
* Add sendfile()patacongo2012-09-0411-6/+429
* Enhancements to the uIP web server from Katepatacongo2012-09-041-0/+3
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-04166-614/+614
* Changes to Kconfig and matching defconfig filespatacongo2012-09-04171-1304/+1304
* Back out the last STM32 SDIO DMA change. It is incorrectpatacongo2012-09-042-43/+6
* Oops... bits in region mask are invertedpatacongo2012-09-043-3/+3
* STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo2012-09-045-6/+74
* Add support for multiple work queuespatacongo2012-09-0428-167/+466
* configure.sh now will ignore appconfig files if CONFIG_NUTTX_NEWCONFIG is def...patacongo2012-09-032-2/+45