nuttx/arch/arm/src/tiva
2015-04-01 12:37:44 -06:00
..
chip Update some recent Tiva changes so that old LM3S parts at least still build (but have not been retested) 2015-03-23 11:21:26 -06:00
chip.h Tiva ADC: Partial build support. Still missing Kconfg changes 2015-02-05 18:01:18 -06:00
Kconfig - ADC driver has been re-organized; configuration is now handled in code 2015-03-23 09:12:52 -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 - ADC driver has been re-organized; configuration is now handled in code 2015-03-23 09:12:52 -06:00
tiva_adc.h - ADC driver has been re-organized; configuration is now handled in code 2015-03-23 09:12:52 -06:00
tiva_adclib.c - ADC driver has been re-organized; configuration is now handled in code 2015-03-23 09:12:52 -06:00
tiva_adclow.c - ADC driver has been re-organized; configuration is now handled in code 2015-03-23 09:12:52 -06:00
tiva_allocateheap.c arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 17:19:38 -06:00
tiva_dumpgpio.c Tiva GPIO clean-up by Calvin Maguranis 2015-02-20 13:40:25 -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 Tiva: Remove unconditional debug output from GPIO code 2015-03-23 18:28:18 -06:00
tiva_gpio.h Fix typo from last commit 2015-03-23 18:40:35 -06:00
tiva_gpioirq.c Tiva: Remove unconditional debug output from GPIO code 2015-03-23 18:28:18 -06:00
tiva_i2c.c Fix some time value changes; mostly changing greater than 1000000000 to greater than or equal to 1000000000. From Juha Niskanen 2015-02-20 07:07:36 -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 GPIO clean-up by Calvin Maguranis 2015-02-20 13:40:25 -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: Remove unconditional debug output from GPIO code 2015-03-23 18:28:18 -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 - ADC driver has been re-organized; configuration is now handled in code 2015-03-23 09:12:52 -06:00
tiva_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
tiva_timerlib.c Tiva: Remove unconditional debug output from GPIO code 2015-03-23 18:28:18 -06:00
tiva_timerlow32.c Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/. 2015-04-01 12:37:44 -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 Oops... Conditioned on IPv4 wheren IPv6 was intended 2015-02-09 14:16:32 -06:00