summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/examples to apps/examplespatacongo2011-03-206-77/+128
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-0/+38
* Use = instead of / for delimiter in appconfig filespatacongo2011-03-191-1/+1
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-185-201/+201
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+36
* More support for SLIP data link protocolpatacongo2011-03-123-6/+3
* Don' depend on uname -o workingpatacongo2011-02-114-7/+7
* Add cmddata method to the SPI interfacepatacongo2010-12-031-0/+38
* Add strnlen()patacongo2010-10-273-0/+3
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-283-11/+11
* In progress changes for OLED display workpatacongo2010-05-152-5/+36
* updatepatacongo2010-05-061-0/+6
* Add ENC28J60 Interruptpatacongo2010-05-063-85/+160
* Basic enc29j80 init logic exercisedpatacongo2010-05-042-14/+8
* More debug fixespatacongo2010-05-031-12/+10
* Initial debugging fixespatacongo2010-05-034-58/+99
* XTI interrupt enable/disable logicpatacongo2010-05-031-4/+4
* Add XTI supportpatacongo2010-05-022-9/+23
* Add ENC28J60 GPIO configurationpatacongo2010-05-024-143/+431
* Add up_enc28j60.cpatacongo2010-05-014-3/+134
* Add nettest config for str-p711 using enc28j60patacongo2010-05-015-0/+1134
* Fixes for recent header file reorganizationpatacongo2009-12-282-0/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-155-49/+53
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+2
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-154-4/+10
* Flesh out examples/nxflat build environmentpatacongo2009-06-212-0/+12
* Integrated mknxflatpatacongo2009-06-184-2/+14
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-152-0/+60
* add build notepatacongo2009-06-111-1/+5
* Additional fixes for devkitARM toolchainpatacongo2009-06-116-34/+42
* Add support for Windows GCC to lpc2148 and str711patacongo2009-06-116-46/+208
* USB updatespatacongo2009-06-091-1/+1
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-085-8/+186
* Need to set UART interrupt prioritypatacongo2009-06-061-0/+2
* Fixes to SPI header filepatacongo2009-06-051-0/+35
* Added STR-P711 NSH configurationpatacongo2009-06-055-1/+945
* Timer interrupts work; examples/ostest passespatacongo2009-06-051-1/+1
* Add test resultspatacongo2009-06-051-0/+405
* Remove RUNFROMFLASH option from str-p711patacongo2009-06-012-18/+32
* Fix UART configuration issuespatacongo2009-06-011-2/+2
* Move ARM and Cortex files to separate directoriespatacongo2009-05-191-1/+1
* Add ARM architecture type to configurationpatacongo2009-05-191-2/+6
* Fix objcopy problem with newer toolchainspatacongo2009-04-291-1/+9
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-16/+25
* Fix gcc-4 float optionpatacongo2009-04-201-1/+1
* Add option to copy to RAMpatacongo2009-04-081-3/+6
* Add SPI method to set SCLK modepatacongo2009-03-291-4/+4
* Add enum argument to SPI status methodpatacongo2009-03-291-8/+11
* Add enum argument to SPI select methodpatacongo2009-03-291-4/+8
* Add option to select priority inheritancepatacongo2009-03-091-1/+7