.. |
chip
|
Add QEI lower-half driver impl. for Tiva series chip
|
2016-09-21 17:08:31 +08:00 |
chip.h
|
Tiva ADC: Partial build support. Still missing Kconfg changes
|
2015-02-05 18:01:18 -06:00 |
Kconfig
|
LM3S Ethernet now supports CONFIG_NET_NOINTS
|
2016-12-03 08:32:49 -06:00 |
lm3s_ethernet.c
|
Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed.
|
2016-12-03 16:28:19 -06:00 |
Make.defs
|
Add QEI lower-half driver impl. for Tiva series chip
|
2016-09-21 17:08:31 +08:00 |
tiva_adc.h
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
tiva_adclib.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
tiva_adclow.c
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
tiva_allocateheap.c
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
tiva_dumpgpio.c
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -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
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
tiva_gpio.c
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
tiva_gpio.h
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
tiva_gpioirq.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
tiva_i2c.c
|
arch: Disable priority inheritance on all semaphores used for signaling in all I2C/TWI drivers
|
2016-11-03 14:23:42 -06:00 |
tiva_i2c.h
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:08:23 -06:00 |
tiva_irq.c
|
Fix another victim of the mass name changes: xyz_errmonitor->xyz_dbgmonitor
|
2016-06-17 07:00:33 -06:00 |
tiva_lowputc.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
tiva_lowputc.h
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:26 -06:00 |
tiva_mpuinit.c
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:21 -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_pwm.c
|
Fix two bugs of tiva pwm lower-half driver impl.
|
2016-08-10 13:25:43 +08:00 |
tiva_pwm.h
|
Changes from Review of last PR adding Tiva PWM driver
|
2016-08-05 07:17:42 -06:00 |
tiva_qencoder.c
|
Add a new ioctl command (set MAXPOS) for tiva QEI
|
2016-09-26 18:10:06 +08:00 |
tiva_qencoder.h
|
Add a new ioctl command (set MAXPOS) for tiva QEI
|
2016-09-26 18:10:06 +08:00 |
tiva_serial.c
|
Trivial fix to alignment
|
2016-06-28 09:10:32 -06:00 |
tiva_ssi.c
|
arch: Disable priority inheritance on all semaphores used for signaling in the rest of the MCU drivers
|
2016-11-03 17:38:26 -06:00 |
tiva_ssi.h
|
Rename all tiva_spi functions to tiva_ssi
|
2016-02-04 10:33:15 -06:00 |
tiva_start.c
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
tiva_start.h
|
CC3200 Launchpad updates
|
2014-08-26 16:31:47 -06:00 |
tiva_syscontrol.c
|
Tiva: Fix some cosmetic spacing issues
|
2015-10-07 15:57:49 -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
|
Centralize definitions associated with CONFIG_DEBUG_TIMER
|
2016-06-16 07:16:25 -06:00 |
tiva_timerisr.c
|
Tiva: Fix some cosmetic spacing issues
|
2015-10-07 15:57:49 -06:00 |
tiva_timerlib.c
|
Centralize definitions associated with CONFIG_DEBUG_TIMER
|
2016-06-16 07:16:25 -06:00 |
tiva_timerlow32.c
|
apps/examples/timer: Restore the timer example, but adapt the interface to use the new signal logic from Sebastien, Lorquet. Totally untested and probably does not work!
|
2016-11-17 15:19:17 -06:00 |
tiva_userspace.c
|
Tiva: Fix some cosmetic spacing issues
|
2015-10-07 15:57:49 -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
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -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
|
Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed.
|
2016-12-03 16:28:19 -06:00 |