forked from EmbeddedTeam/app_photomagnetic
- Add UID encoding/decoding with flash storage and CRC16 validation - Add write UID (0x07) and LED strip color (0x08) protocol commands - Add debug LED strip configuration option - Switch MCUboot signing from RSA-2048 to ECDSA-P256 - Add SMP serial client for firmware upload over UART - Add firmware version output on boot - Update upgrade documentation with ECDSA key generation steps
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
/ {
|
|
chosen {
|
|
/* MCUboot 从 boot_partition 启动(Nordic 教程 Step 2.5)
|
|
* Serial Recovery 使用板级 dts 中的 zephyr,uart-mcumgr = &usart1
|
|
* console 使用 zephyr,console = &usart3(调试口)
|
|
*/
|
|
zephyr,code-partition = <&boot_partition>;
|
|
};
|
|
};
|