| .. |
|
cc13xx
|
arch/arm/src: Remove dependency on CONFIG_ARCH_FPU for inclusion of nvic.h in all other *_start.c files.
|
2019-04-25 07:17:10 -06:00 |
|
common
|
arch/arm/src/tiva/common/tiva_serial.c: Fix some typos in comments.
|
2019-08-19 10:57:00 -06:00 |
|
hardware
|
arch/arm/src/tiva, arch/arm/include: Add support for Tiva TM4C123AH6PM.
|
2019-08-15 14:17:24 -06:00 |
|
lm
|
arch/arm/src/tiva: LM3S, LM4F, TM4C: Fix GPIO IRQ error, ports R, S, T. Preprocessor logic for CONFIG_TIVA_GPIOx_IRQS was setting/clearing port Q defines when it should act on ports R, S, T. gpioport2irq() was missing handling for port T.
|
2019-08-04 16:55:26 -06:00 |
|
tm4c
|
arch/arm/src/tiva: LM3S, LM4F, TM4C: Fix GPIO IRQ error, ports R, S, T. Preprocessor logic for CONFIG_TIVA_GPIOx_IRQS was setting/clearing port Q defines when it should act on ports R, S, T. gpioport2irq() was missing handling for port T.
|
2019-08-04 16:55:26 -06:00 |
|
chip.h
|
arch/arm/src/tiva: Use naming sysctrl vs syscontrol be better match TI documentation. Combine hardware/cc13x2_cc26x2_v* directories.
|
2018-12-04 07:32:53 -06:00 |
|
Kconfig
|
arch/arm/src/tiva, arch/arm/include: Add support for Tiva TM4C123AH6PM.
|
2019-08-15 14:17:24 -06:00 |
|
Make.defs
|
arch/arm/src/armv7-m: Add ARMv7-M setjmp/longjump functions.
|
2019-08-06 15:59:19 -06:00 |
|
tiva_adc.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
tiva_chipinfo.h
|
arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c: Add chip info source file. This will be needed later in order to manage trimming and power setup.
|
2018-12-14 13:37:54 -06:00 |
|
tiva_eeprom.h
|
Re-arranging some Tiva directories to simply forthcoming SimpleLink port
|
2018-12-01 09:29:47 -06:00 |
|
tiva_enableclks.h
|
Squashed commit of the following:
|
2018-12-09 07:03:10 -06:00 |
|
tiva_enablepwr.h
|
Squashed commit of the following:
|
2018-12-09 07:03:10 -06:00 |
|
tiva_ethernet.h
|
up_initialize(): As noted by Roland Takacs in Bitbucket issue 141, there is a compilation error for STM32 if CONFIG_NET and CONFIG_NETDEV_LATEINIT are selected. That was due in part to commit 19e16cb which extended up_netinitialize() with a !defined(CONFIG_NETDEV_LATEINIT) guard but did not add the guard to concrete implementations. I say "in part" because I don't think that the original intent of commit 19e16cb was to enable an alternative initialization of MCU internal Ethernet support but rather to enable support of external Ethernet devices that may have dependencies on, for example, SPI. However, this is still a proper fix to avoid the compilation error that can occur with this combination of configuration options.
|
2019-01-25 07:21:03 -06:00 |
|
tiva_flash.h
|
mtd/config: erase block between block read and write
|
2017-05-10 08:25:39 -06:00 |
|
tiva_gpio.h
|
arch/arm/src/tiva: Fix more Tiva-related errors found in build testing.
|
2018-12-09 14:00:44 -06:00 |
|
tiva_hciuart.h
|
arch/arm/src/tiva/common/tiva_hciuart.c: Port bluetooth HCI uart interface from stm32 to tiva
|
2018-12-15 15:47:49 -06:00 |
|
tiva_i2c.h
|
Re-arranging some Tiva directories to simply forthcoming SimpleLink port
|
2018-12-01 09:29:47 -06:00 |
|
tiva_lowputc.h
|
arch/arm/src/tiva: Modify preprocessor logic to support configs with no UART. Now similar to logic for other archs, such as arch/arm/src/a1x/a1x_lowputc.c and arch/arm/src/am335x/am335x_lowputc.c. This change eliminates compiler errors and warnings that were breaking the build with "No CONFIG_UARTn_SERIAL_CONSOLE Setting" when no UARTs / console were configured.
|
2019-08-15 18:16:24 -06:00 |
|
tiva_mpuinit.h
|
|
|
|
tiva_periphrdy.h
|
arch/arm/src/tiva: Use naming sysctrl vs syscontrol be better match TI documentation. Combine hardware/cc13x2_cc26x2_v* directories.
|
2018-12-04 07:32:53 -06:00 |
|
tiva_pwm.h
|
|
|
|
tiva_qencoder.h
|
arch/arm/src/tiva, include/nuttx/sensors: Reinstate TM4C qencoder driver and expand its ioctls.
|
2019-08-02 15:56:05 -06:00 |
|
tiva_ssi.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
tiva_start.h
|
arch/arm/src/tiva: Remove CONFIG_TIVA_BOARD_EARLYINIT. The option is no long meaningfule. Also set the CC13xx SYSCLCK freqency to a fixed 48MHz.
|
2018-12-04 17:20:25 -06:00 |
|
tiva_sysctrl.h
|
arch/arm/src/tiva: Remove option CONFIG_TIVA_BOARD_CLOCKCONFIG. It is not used and unnecessary. Fix some naming. up_clockconfig() is inappropriate. Change tiva_clockconfig() to tiva_clock_reconfigure() then we can change up_clockconfig() to tive_clock_configure().
|
2018-12-04 18:15:46 -06:00 |
|
tiva_timer.h
|
Tiva GPTM timers: Implement 16-bit PWM mode
|
2019-08-09 11:03:44 -06:00 |
|
tiva_userspace.h
|
|
|