aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add W25 FLASH support to fire-stm32v2 and shenzhou boards; a fiew enc28j60 up...patacongo2012-09-1610-27/+370
* Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.hpatacongo2012-09-1634-66/+1383
* ENC28J60 does not have a MAC addresspatacongo2012-09-153-7/+10
* ENC28J60: All work is now performed on worker thread, not the in interrupt ha...patacongo2012-09-153-43/+152
* Fix logic in STM32 SPI driver that leaves interrupts disabled; back out earli...patacongo2012-09-153-32/+61
* CONFIG_ARCH_INTERRUPTSTACK is an integer. If not used, it should the value 0...patacongo2012-09-151-4/+5
* CONFIG_ARCH_INTERRUPTSTACK is an integer. If not used, it should the value 0...patacongo2012-09-15127-127/+127
* Fix a ARMv7-M interrupt disable/optimization bugpatacongo2012-09-155-59/+73
* Some ENC28J60-related fixespatacongo2012-09-145-13/+49
* Fix ENC28J60 chip enable issuepatacongo2012-09-148-76/+128
* Missed one file in last checking; Gran allocator alignment decoupled from gra...patacongo2012-09-142-19/+99
* Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-143-3/+3
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-1416-21/+1305
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-1335-165/+282
* Fix for recvfrom() hang when the new CONFIG_NET_TCP_RECVDELAY is set to zero ...patacongo2012-09-132-0/+22
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-134-3/+5
* Remove executable property from source and make filespatacongo2012-09-13324-0/+0
* Email address change in nuttx/patacongo2012-09-131820-27051/+27052
* Email address change in apps/patacongo2012-09-132-1/+7
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-1311-87/+269
* Add mm/README.txtpatacongo2012-09-135-3/+84
* Suppress network configuration in discover example if it is an NSH built-in f...patacongo2012-09-122-2/+7
* Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-127-0/+1267
* Network discover utility from Max Holtzbergpatacongo2012-09-122-0/+3
* Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
* New file missed in last check-inpatacongo2012-09-121-0/+116
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-1211-59/+62
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-1210-29/+71
* 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