1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #15424 from basilfx/feature/efm32_fix_timers

boards/efm32: update channel_numof with correct values
This commit is contained in:
benpicco 2020-11-11 09:49:24 +01:00 committed by GitHub
commit 808c5b7eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 6 deletions

View File

@ -148,7 +148,7 @@ static const timer_conf_t timer_config[] = {
.cmu = cmuClock_TIMER1
},
.irq = TIMER1_IRQn,
.channel_numof = 4
.channel_numof = 3
},
{
.prescaler = {

View File

@ -125,7 +125,7 @@ static const timer_conf_t timer_config[] = {
.cmu = cmuClock_TIMER1
},
.irq = TIMER1_IRQn,
.channel_numof = 4
.channel_numof = 3
},
{
.prescaler = {

View File

@ -155,7 +155,7 @@ static const timer_conf_t timer_config[] = {
.cmu = cmuClock_TIMER1
},
.irq = TIMER1_IRQn,
.channel_numof = 4
.channel_numof = 3
},
{
.prescaler = {

View File

@ -146,7 +146,7 @@ static const timer_conf_t timer_config[] = {
.cmu = cmuClock_WTIMER1
},
.irq = WTIMER1_IRQn,
.channel_numof = 4
.channel_numof = 3
},
{
.prescaler = {
@ -158,7 +158,7 @@ static const timer_conf_t timer_config[] = {
.cmu = cmuClock_TIMER1
},
.irq = TIMER1_IRQn,
.channel_numof = 4
.channel_numof = 3
},
{
.prescaler = {

View File

@ -155,7 +155,7 @@ static const timer_conf_t timer_config[] = {
.cmu = cmuClock_TIMER1
},
.irq = TIMER1_IRQn,
.channel_numof = 4
.channel_numof = 3
},
{
.prescaler = {

View File

@ -14,6 +14,7 @@ BOARDS_TIMER_250kHz := \
BOARDS_TIMER_32kHz := \
hifive1 \
hifive1b \
ikea-tradfri \
%-kw41z \
openlabs-kw41z-mini \
frdm-k64f \
@ -21,6 +22,7 @@ BOARDS_TIMER_32kHz := \
slstk3401a \
slstk3402a \
sltb001a \
slwstk6000b-% \
slwstk6220a \
stk3600 \
stk3700 \