summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/Make.defs
Commit message (Collapse)AuthorAgeFilesLines
* Tiva Timer: Add basic framework to configure timers. Incomplete on initial ↵Gregory Nutt2015-01-081-0/+4
| | | | commit
* Tiva Ethernet: First cut at TM4C129X Ethernet driver. Initial commit is ↵Gregory Nutt2014-12-311-1/+6
| | | | basically just the STM32 Ethernet driver with modifications for a clean compilation in the Tiva environment
* TM4C129X: Framework for new Tiva clocking logic (details not yet implemented)Gregory Nutt2014-12-211-3/+9
|
* Tiva: Add build framework and skeleton files for Tiva I2C driver. Initial ↵Gregory Nutt2014-12-091-2/+6
| | | | commit is just the STM32 I2C driver with name changes and STM32-specific logic removed
* There used to be two ways to pass parameters to new tasks, depending upon ↵Gregory Nutt2014-09-011-3/+4
| | | | the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-2/+2
| | | | new CONFIG_BUILD_KERNEL
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ↵Gregory Nutt2014-08-061-3/+7
| | | | interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-0/+4
|
* functions and definitions renamed from lm_ to tiva_Gregory Nutt2014-03-081-1/+1
|
* All files and functions beginning with lm_ changed to tiva_Gregory Nutt2014-03-081-7/+7
|
* The old lm/ directories were enamed tiva/ to better support new products ↵Gregory Nutt2014-03-081-0/+86
coming down the pipe from TI