.. |
chip
|
Tiva Timer: Implements configuration of the 32-bit RTC timer
|
2015-01-10 12:41:15 -06:00 |
chip.h
|
All files and functions beginning with lm_ changed to tiva_
|
2014-03-08 13:29:09 -06:00 |
Kconfig
|
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 |
lm3s_ethernet.c
|
All Ethernet drivers (again): Missed one place where arp_out() is called and neighber_out() needs to be called
|
2015-01-21 11:36:33 -06:00 |
Make.defs
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
tiva_allocateheap.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
tiva_dumpgpio.c
|
Tiva GPIO: Fix a compiler error when debug is enabled with TM4C129X
|
2015-01-02 11:53:02 -06:00 |
tiva_enableclks.h
|
Tiva Timer: Add basic framework to configure timers. Incomplete on initial commit
|
2015-01-08 09:47:38 -06:00 |
tiva_enablepwr.h
|
Tiva Timer: Add basic framework to configure timers. Incomplete on initial commit
|
2015-01-08 09:47:38 -06:00 |
tiva_ethernet.h
|
TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers
|
2015-01-01 12:28:46 -06:00 |
tiva_flash.c
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
tiva_gpio.c
|
Improved comments
|
2014-12-21 14:09:04 -06:00 |
tiva_gpio.h
|
Tiva: Add GPIO interrupt support for the TMS4C129X
|
2014-12-18 11:52:06 -06:00 |
tiva_gpioirq.c
|
Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic CONFIG_TIVA_GPIOx_IRQS
|
2014-12-18 15:19:16 -06:00 |
tiva_i2c.c
|
Tiva I2C: For TM4C, high speed mode is now configurable (but disabled as EXPERIMENTAL)
|
2015-01-06 10:48:08 -06:00 |
tiva_i2c.h
|
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 |
tiva_irq.c
|
Tiva IRQs: Fix IRQ control logic; was limited to only 64 IRQs. That is a problem for higher numbered IRQs on many platforms
|
2015-01-06 10:49:47 -06:00 |
tiva_lowputc.c
|
Tiva: Wait for the console UART to be ready before configuring it
|
2015-01-02 12:57:41 -06:00 |
tiva_lowputc.h
|
Tiva: Fix typos in conditional compilation
|
2015-01-02 13:59:30 -06:00 |
tiva_mpuinit.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
tiva_mpuinit.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
tiva_periphrdy.h
|
Tiva Timer: Add basic framework to configure timers. Incomplete on initial commit
|
2015-01-08 09:47:38 -06:00 |
tiva_serial.c
|
Tiva serial: Add volatile to fix a wait loop that was not waiting; CR really should preced LF in CR-LF expansion
|
2015-01-02 14:05:42 -06:00 |
tiva_ssi.c
|
Tiva SSI: Fix oversight in last commit. Would only fixe the case where the single SSI enabled was SSI0
|
2014-12-28 16:58:36 -06:00 |
tiva_ssi.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
tiva_start.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
tiva_start.h
|
CC3200 Launchpad updates
|
2014-08-26 16:31:47 -06:00 |
tiva_syscontrol.c
|
Support the the TC3200 from Jim Ewing
|
2014-08-26 15:13:57 -06:00 |
tiva_syscontrol.h
|
TM4C129X: First cut at new Tiva clock configuration logic
|
2014-12-22 11:45:10 -06:00 |
tiva_timer.h
|
Tiva Timer: Revert the previous change. Thre is a better way to handler timerout interrupts.
|
2015-01-14 07:33:59 -06:00 |
tiva_timerisr.c
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |
tiva_timerlib.c
|
Update README
|
2015-01-14 09:10:26 -06:00 |
tiva_timerlow32.c
|
Tiva Timer: Revert the previous change. Thre is a better way to handler timerout interrupts.
|
2015-01-14 07:33:59 -06:00 |
tiva_userspace.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
tiva_userspace.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
tiva_vectors.S
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
tm4c129_syscontrol.c
|
Tive System Control: Add logic to configure the alternatie clock source (ALTCLK). Needed by the Tiva timer module
|
2015-01-09 14:10:31 -06:00 |
tm4c_ethernet.c
|
Tiva Ethernet: Move place where interrupts are disabled. It is probably not possible, but the logic looks like it could leave interrupts disabled
|
2015-01-27 14:59:31 -06:00 |