summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
Commit message (Expand)AuthorAgeFilesLines
* Refresh all LM3/4/Tiva configurationsGregory Nutt2014-03-093-97/+656
* Refresh LM3S defconfig filesGregory Nutt2014-03-081-37/+258
* functions and definitions renamed from lm_ to tiva_Gregory Nutt2014-03-088-110/+110
* All files and functions beginning with lm_ changed to tiva_Gregory Nutt2014-03-088-44/+45
* The old lm/ directories were enamed tiva/ to better support new products comi...Gregory Nutt2014-03-084-4/+4
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-064-4/+0
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-5/+5
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-033-6/+6
* configs/lm3s8962-ek/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-4/+4
* Removed almost all ostest configurationsGregory Nutt2014-02-284-723/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-282-0/+4
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-211-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-13/+13
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-245-5/+0
* Misc changes from Richard CochranGregory Nutt2014-01-155-3/+3
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-133-0/+3
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-205-10/+20
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-255-5/+5
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-254-4/+4
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-255-5/+5
* Remove empty README.txt filesGregory Nutt2013-08-312-2/+0
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-266-14/+14
* Created new directories to hold SPI-related filesGregory Nutt2013-07-013-5/+5
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-135-5/+5
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-1/+0
* .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
* Add TCP echo example for the LM3S6965-EK. From Max HoltzbergGregory Nutt2013-05-224-0/+879
* Add UDP discovery example for the LM3S6965-EK. From Max HoltbergGregory Nutt2013-05-213-0/+833
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-0/+1
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-074-18/+75
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-7/+5
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-223-3/+0
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-033-3/+3
* Correct a memory leak in NSHpatacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
* LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-213-0/+263
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-152-2/+2
* Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-098-27/+28
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-0911-127/+127
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-6/+6
* Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-085-8/+11
* Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-084-3/+4
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-033-3/+3
* Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-023-1/+8
* All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-017-952/+1536
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-083-3/+3