9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
#include "common.dtsi"
|
|
|
|
/* Application Configuration - Firmware wird in slot0_partition geschrieben */
|
|
/ {
|
|
chosen {
|
|
zephyr,code-partition = &slot0_partition;
|
|
zephyr,uart-mcumgr = &cdc_acm_uart0;
|
|
};
|
|
}; |