nuttx/arch/arm/src/tiva
2015-01-09 11:07:52 -06:00
..
chip Tiva Timer: Partial support for 16- and 32-bit, oneshot and periodic timer configurations 2015-01-08 13:44:10 -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: Add register level debug support 2015-01-08 10:14:38 -06:00
lm3s_ethernet.c TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers 2015-01-01 12:28:46 -06:00
Make.defs Tiva Timer: Add basic framework to configure timers. Incomplete on initial commit 2015-01-08 09:47:38 -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.c Tiva Timer: Add interfaces to start/stop timers and to set the interval load registers. 2015-01-09 11:07:52 -06:00
tiva_timer.h Tiva Timer: Add interfaces to start/stop timers and to set the interval load registers. 2015-01-09 11:07:52 -06:00
tiva_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -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 Tiva: Upate GPIO header file for TM4C129X 2014-12-22 12:59:13 -06:00
tm4c_ethernet.c Tiva PHY Interrupts: Need to read the PHY interrupt status register in order to clear the pending PHY interrupt 2015-01-05 15:12:45 -06:00