forked from EmbeddedTeam/app_photomagnetic
Group UART sensors into channel slots and add an MS board overlay with per-port speed and sensor mode configuration. Also add optional per-second channel diagnostic output controlled by APP_DEBUG_PRINT.
16 lines
305 B
YAML
16 lines
305 B
YAML
common:
|
|
platform:
|
|
- native_sim/native/64
|
|
- nucleo_f429zi
|
|
tests:
|
|
sample.helloworld:
|
|
extra_configs:
|
|
- CONFIG_SAMPLE_HELLOWORLD=y
|
|
sample.ntc:
|
|
extra_configs:
|
|
- CONFIG_SAMPLE_NTC=y
|
|
sample.ms:
|
|
extra_args:
|
|
- DTC_OVERLAY_FILE=boards/use_ms.overlay
|
|
extra_configs:
|