UART asynchronous API will ensure highest throughput but it is not necessary as polling API is also supported as a fallback. Do not enforce use of asynchronous API as there might be cases when polling might be used (e.g. to reduce memory footprint). Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
10 lines
273 B
YAML
10 lines
273 B
YAML
name: nordic-log-stm-dict
|
|
append:
|
|
EXTRA_CONF_FILE: log_stm_dict.conf
|
|
boards:
|
|
/.*/nrf54h20/cpuapp/:
|
|
append:
|
|
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpuapp.overlay
|
|
/.*/nrf54h20/cpurad/:
|
|
append:
|
|
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpurad.overlay
|