nuttx/arch/arm/src/tiva
Xiang Xiao a0ce81d659 sched/wdog: Don't dynamically allocate wdog_s
to save the preserved space(1KB) and also avoid the heap overhead

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I694073f68e1bd63960cedeea1ddec441437be025
2020-08-11 12:28:55 -06:00
..
cc13xx arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
common arch: tiva: Introduce tiva_idle.c 2020-05-24 09:44:46 -03:00
hardware tiva/cc13x0: fix error 'TIVA_GPIO_BASE' undeclared 2020-04-29 07:10:44 -06:00
lm sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
tm4c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -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 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Make.defs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
tiva_adc.h Check return from nxsem_wait_uninterruptible() 2020-04-02 17:37:46 -06:00
tiva_chipinfo.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01: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 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01: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 Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
tiva_i2c.h Fix some typos 2019-09-17 10:46:23 -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 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 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tiva_pwm.h drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated. 2019-09-02 07:57:10 -06:00
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 Fix some typos 2019-09-17 10:46:23 -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 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01: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