summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769/hello
Commit message (Expand)AuthorAgeFilesLines
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-031-3/+3
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-1/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-0/+1
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-2/+4
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-251-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
* A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt2013-09-171-1/+1
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-171-4/+4
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-2/+2
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-131-1/+1
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-1/+1
* Add NSH configuration for the zkit-arm-1769 boardpatacongo2013-02-281-0/+3
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-261-73/+6
* Add a hello world example for the ZKIT-ARM-1769 boardpatacongo2013-02-263-0/+905