Gregory Nutt
|
0aa32a003c
|
Tiva Timer: Rename tiva_timerlow.c to tiva_timerlow32.c since it only supports 32-bit periodic timers
|
2015-01-13 10:10:02 -06:00 |
|
Gregory Nutt
|
1bd74b4dcc
|
Tiva Timer: Allow timeout interrupts even if the reload value is zero. That is the value that is need to get an interrupt on the wrap from 0xffffffff to 0x00000000
|
2015-01-13 08:29:25 -06:00 |
|
Gregory Nutt
|
73e6fc8142
|
Tiva Timer: Rename tiva_timer.c to tiva_timerlib.c
|
2015-01-12 15:55:41 -06:00 |
|
Gregory Nutt
|
f93e69e94e
|
Tiva Timer: First cut at timer driver lower half (still incomplete)
|
2015-01-12 15:52:48 -06:00 |
|
Gregory Nutt
|
6c612cf967
|
Tiva Timer: Add basic framework to configure timers. Incomplete on initial commit
|
2015-01-08 09:47:38 -06:00 |
|
Gregory Nutt
|
903e7f5d2b
|
Tiva Ethernet: First cut at TM4C129X Ethernet driver. Initial commit is basically just the STM32 Ethernet driver with modifications for a clean compilation in the Tiva environment
|
2014-12-31 11:34:24 -06:00 |
|
Gregory Nutt
|
d701532141
|
TM4C129X: Framework for new Tiva clocking logic (details not yet implemented)
|
2014-12-21 10:14:40 -06:00 |
|
Gregory Nutt
|
286a142a08
|
Tiva: Add build framework and skeleton files for Tiva I2C driver. Initial commit is just the STM32 I2C driver with name changes and STM32-specific logic removed
|
2014-12-09 12:18:40 -06:00 |
|
Gregory Nutt
|
31b8137956
|
There used to be two ways to pass parameters to new tasks, depending upon 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.
|
2014-09-01 15:39:34 -06:00 |
|
Gregory Nutt
|
e11679acf8
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
|
Gregory Nutt
|
594083d870
|
Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
|
2014-08-06 16:26:01 -06:00 |
|
Gregory Nutt
|
82c9694c5b
|
All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabled
|
2014-03-23 10:07:52 -06:00 |
|
Gregory Nutt
|
6cd5f3d321
|
functions and definitions renamed from lm_ to tiva_
|
2014-03-08 15:50:26 -06:00 |
|
Gregory Nutt
|
8f5dfc3541
|
All files and functions beginning with lm_ changed to tiva_
|
2014-03-08 13:29:09 -06:00 |
|
Gregory Nutt
|
88c2da5bc1
|
The old lm/ directories were enamed tiva/ to better support new products coming down the pipe from TI
|
2014-03-08 12:31:06 -06:00 |
|