summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lm4f120-launchpad
AgeCommit message (Expand)AuthorFilesLines
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt1-2/+2
2014-12-28Tiva SSI: Fix some recent breakage to the Tiva SSI driver for the case where ...Gregory Nutt1-2/+2
2014-12-21Tiva SSI and board configurations: hange negative Tiva logic CONFIG_SSIx_DISA...Gregory Nutt5-13/+10
2014-12-18Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic ...Gregory Nutt2-18/+18
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt1-1/+1
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-17/+1
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt1-0/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt1-1/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt1-1/+1
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt1-1/+1
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt1-1/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt1-1/+1
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt1-1/+1
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt2-5/+1
2014-04-13More trailing whilespace removalGregory Nutt5-17/+17
2014-04-07Cosmetic changes to comments and READMEGregory Nutt2-18/+18
2014-03-08functions and definitions renamed from lm_ to tiva_Gregory Nutt4-49/+49
2014-03-08All files and functions beginning with lm_ changed to tiva_Gregory Nutt6-32/+32
2014-03-08The old lm/ directories were enamed tiva/ to better support new products comi...Gregory Nutt2-23/+184
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-02-28Removed almost all ostest configurationsGregory Nutt4-755/+0
2014-02-28configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt1-0/+2
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt1-4/+4
2014-01-24Rename up_buttoninit to board_button_intializeGregory Nutt1-60/+4
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt2-2/+0
2014-01-15Misc changes from Richard CochranGregory Nutt2-0/+0
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt2-4/+8
2013-09-25Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2-2/+2
2013-09-25Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2-2/+2
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt3-8/+8
2013-07-01Created new directories to hold SPI-related filesGregory Nutt2-3/+3
2013-06-13Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2-2/+2
2013-06-12Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt1-1/+0
2013-05-30.dSYM only needs to be in the same .gitignore files as .exeGregory Nutt1-1/+0
2013-05-30Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt1-5/+3
2013-04-09Fixes to the LM4F clock configuration. Errors in register handling caused ev...Gregory Nutt1-3/+23
2013-04-04Clone svn:ignore directory atributed to .gitignore filesGregory Nutt1-0/+5
2013-03-24Fix configured SRAM size for LM4F120 LaunchPad; add an NSH configurationpatacongo5-2/+823
2013-03-24Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTspatacongo2-0/+52
2013-03-24Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo1-2/+5
2013-03-20Fix various typos assocated with LM4Fpatacongo4-10/+16
2013-03-16Add OpenOCD support for LM4F120 LaunchPad. From JP Carballopatacongo4-12/+166
2013-03-05Add LM4F120 pin configuration header filepatacongo1-5/+4
2013-03-01Add interrupt vector logic for the LM4F120patacongo9-73/+116
2013-03-01Add a configuration to begin development of an LM4F120 LaunchPad portpatacongo13-0/+2491