tests: drivers: adc: Add sam0 boards configs
Add sam0 boards configuration to test api. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
3d85dd8cdc
commit
28ba3b5e50
4 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- adc
|
||||
- gpio
|
||||
- pwm
|
||||
- spi
|
||||
|
|
|
@ -12,6 +12,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- adc
|
||||
- gpio
|
||||
- i2c
|
||||
- ieee802154
|
||||
|
|
2
tests/drivers/adc/adc_api/boards/atsame54_xpro.conf
Normal file
2
tests/drivers/adc/adc_api/boards/atsame54_xpro.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
CONFIG_ADC=y
|
||||
CONFIG_ADC_SAM0=y
|
2
tests/drivers/adc/adc_api/boards/atsamr21_xpro.conf
Normal file
2
tests/drivers/adc/adc_api/boards/atsamr21_xpro.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
CONFIG_ADC=y
|
||||
CONFIG_ADC_SAM0=y
|
Loading…
Add table
Add a link
Reference in a new issue