boards: arm: gd32: Add support for counter device

Add line to yaml for supporting counter

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2022-11-03 23:46:13 +09:00 committed by Carles Cufí
parent 981d88bf7b
commit 7e9ffdf461
9 changed files with 9 additions and 0 deletions

View file

@ -12,4 +12,5 @@ toolchain:
- gnuarmemb
- xtools
supported:
- counter
- watchdog

View file

@ -15,3 +15,4 @@ supported:
- pwm
- gpio
- watchdog
- counter

View file

@ -14,3 +14,4 @@ toolchain:
supported:
- pwm
- gpio
- counter

View file

@ -12,5 +12,6 @@ toolchain:
- gnuarmemb
- xtools
supported:
- counter
- pwm
- watchdog

View file

@ -14,3 +14,4 @@ toolchain:
supported:
- pwm
- gpio
- counter

View file

@ -14,3 +14,4 @@ toolchain:
supported:
- pwm
- watchdog
- counter

View file

@ -14,3 +14,4 @@ toolchain:
supported:
- pwm
- gpio
- counter

View file

@ -12,6 +12,7 @@ toolchain:
- gnuarmemb
- xtools
supported:
- counter
- dac
- gpio
- i2c

View file

@ -12,6 +12,7 @@ toolchain:
- gnuarmemb
- xtools
supported:
- counter
- dac
- gpio
- i2c