summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src
Commit message (Expand)AuthorAgeFilesLines
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-081-3/+5
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-25/+12
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* More trailing whilespace removalGregory Nutt2014-04-134-23/+23
* Removed to unnecessary, cloned USB-related logicGregory Nutt2014-03-171-3/+3
* Add configuration ettings for the on-demand paging optionGregory Nutt2014-03-051-28/+28
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-8/+8
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-2/+2
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-3/+5
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-101-1/+1
* LPC-H3131: SDRAM timing update. Still does not workGregory Nutt2013-11-211-2/+2
* EA3131: Framework for USB host supportGregory Nutt2013-11-154-27/+397
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* LPC31: Configuration and build support for a forthcoming USB host driver; con...Gregory Nutt2013-11-141-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-6/+6
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-244-5/+5
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-3/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+5
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-8/+4
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-184-5/+5
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Email address change in nuttx/patacongo2012-09-134-4/+4
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-7/+7
* Repairs needed after Kconfig changes for LPC31patacongo2012-09-067-29/+29
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-3/+3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-252-17/+17
* Try older OpenOCDpatacongo2011-10-1311-0/+0
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-2/+2
* Rename all lpc313x to lpc31xxpatacongo2011-05-279-334/+335
* More build fixespatacongo2011-03-201-1/+1
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-182-19/+19
* Remove bogus SPI logicpatacongo2010-09-301-20/+5
* Comment out unused LPC313x SPI logicpatacongo2010-09-131-0/+4
* Early AT45DB debug fixespatacongo2010-09-121-51/+22
* Add driver for Atmel AT45DB161 FLASHpatacongo2010-09-121-25/+37
* Back out M25P support -- its not ready yetpatacongo2010-09-111-3/+3
* Add support for SPI NOR chip selectpatacongo2010-09-112-2/+19
* Add M25Px as paging sourcepatacongo2010-09-117-19/+192