1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu
Francisco Molina 8ed8daa493
cpu/cc2538/timer: fix 32 bit timer reload value
The interval load value was only set to 0xffff regardless of the counter
mode used which mad the 32bit timer apparently stop after 0xffff (it
would never reach values >0xffff).

When a GPTM is configured to one of the 32-bit modes, TAILR appears as a
32-bit register (the upper 16-bits correspond to the contents of the
GPTM Timer B Interval Load (TBILR) register). In a 16-bit mode, the
upper 16 bits of this register read as 0s and have no effect on the
state of TBILR.

Thsi commit set the correct value for TAILR depending on the configured
timer mode.
2020-08-12 11:35:42 +02:00
..
arm7_common Merge pull request #14556 from benpicco/bitarithm_test_and_clear 2020-07-28 10:11:47 +02:00
atmega32u4 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega128rfa1 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega256rfr2 Merge pull request #14206 from leandrolanzieri/pr/kconfig/atmega256rfr2_based_boards 2020-06-24 11:06:04 +02:00
atmega328p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1281 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1284p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega2560 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega_common Merge pull request #14615 from maribu/atmega-idle-stack-size 2020-07-30 14:43:20 +02:00
cc26x0 cpu/cc26x0: set CPU_HAS_BITBAND 2020-08-08 12:44:11 +02:00
cc26x2_cc13x2 cpu/cc26x2_cc13x2: set CPU_HAS_BITBAND 2020-08-08 12:44:11 +02:00
cc26xx_cc13xx cpu/cc26xx_cc13xx: model features in Kconfig 2020-06-08 08:23:45 -05:00
cc2538 cpu/cc2538/timer: fix 32 bit timer reload value 2020-08-12 11:35:42 +02:00
cortexm_common Merge pull request #14516 from benpicco/bitband_hw 2020-08-08 14:26:49 +02:00
efm32 Merge pull request #14516 from benpicco/bitband_hw 2020-08-08 14:26:49 +02:00
esp32 Merge pull request #14729 from gschorcht/cpu/esp32/vendor_dependeny_boarddir 2020-08-07 17:03:40 +02:00
esp8266 cpu/esp8266: Add Kconfig symbols 2020-07-07 16:27:43 +02:00
esp_common cpu/esp_common: Allows use feature cpp 2020-07-23 20:18:33 +02:00
ezr32wg cpu/ezr32wg: set CPU_HAS_BITBAND 2020-08-07 17:38:38 +02:00
fe310 boards/hifive1* cpu/fe310: improve clock customization 2020-08-06 15:59:34 +02:00
kinetis cpu/kinetis: set CPU_HAS_BITBAND 2020-07-16 14:44:28 +02:00
lm4f120 Merge pull request #14516 from benpicco/bitband_hw 2020-08-08 14:26:49 +02:00
lpc23xx cpu/lpc23xx: use RIOT_EPOCH 2020-08-07 13:24:58 +02:00
lpc1768 Merge pull request #14516 from benpicco/bitband_hw 2020-08-08 14:26:49 +02:00
mips32r2_common cpu/mips32r2_common/Kconfig: Select HAS_LIBSTDCPP 2020-07-23 20:28:32 +02:00
mips_pic32_common cpu/mips_pic32_common: Add Kconfig symbols 2020-07-16 13:20:04 +02:00
mips_pic32mx cpu/mips_pic32mx: Add Kconfig symbols 2020-07-16 13:20:05 +02:00
mips_pic32mz cpu/mips_pic32mz: Add Kconfig symbols 2020-07-16 13:20:05 +02:00
msp430_common cpu/msp430_common: increase THREAD_STACKSIZE_DEFAULT to 384 2020-08-05 14:32:58 +02:00
msp430fxyz cpu/msp430: update deps, move to Makefile.dep 2020-08-05 14:32:57 +02:00
native cpu/native/async_read: close fds on cleanup 2020-07-28 14:47:59 +02:00
nrf5x_common Merge pull request #14497 from aabadie/pr/drivers/makefile_dep_cleanup 2020-07-20 13:04:59 +02:00
nrf51 cpu/nrf51: Add Kconfig symbols 2020-07-16 10:23:49 +02:00
nrf52 nrf802154: fix set_tx_power function 2020-07-31 17:16:10 +02:00
sam0_common Merge pull request #14711 from benpicco/cpu/sam0_common/gpio-intermediate_irq 2020-08-11 16:32:57 +02:00
sam3 cpu/sam3: Add Kconfig symbols 2020-07-16 15:35:23 +02:00
sam_common cpu/sam_common: set CPU_HAS_BITBAND 2020-08-08 12:44:11 +02:00
samd5x cpu/samd5x: remove RTC workaround 2020-07-31 22:00:09 +02:00
samd21 Merge pull request #14007 from benpicco/cpu/sam0_common-pwm 2020-07-09 10:01:08 +02:00
saml1x cpu/saml1x: Add Kconfig symbols 2020-07-16 18:09:59 +02:00
saml21 cpu/saml21: Add Kconfig symbols 2020-07-16 21:29:46 +02:00
stellaris_common cpu: do not locally export compilation variables 2019-08-29 10:35:53 +02:00
stm32 Merge pull request #14564 from benpicco/cpu/stm32-bitarithm_test_and_clear 2020-08-11 14:05:38 +02:00
doc.txt cpu/lpc23xx: rename Doxygen group 2020-07-16 17:01:10 +02:00
Kconfig cpu/kconfig: Rename CPU classification symbols 2020-06-16 14:27:27 +02:00