| commit | fff32576b61e8852c35a230c699f304db957cc3e | [log] [tgz] |
|---|---|---|
| author | Tim Pambor <tim.pambor@codewrights.de> | Fri Oct 17 15:20:11 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Tue Oct 21 12:23:06 2025 -0400 |
| tree | 3f1d28a78fb94d0c25d9e2b98cf2f8f59f1b7a56 | |
| parent | 41513d7813d2dca575a3f0abcf479b0ba0d8568b [diff] |
samples: canopennode: no_storage: disable program download Boards that use MCUboot to start XIP from external flash default to CONFIG_CANOPENNODE_PROGRAM_DOWNLOAD=y. However, in the no_storage sample, dependencies such as CONFIG_FLASH are disabled. This causes build errors. Work around this by explicitly disabling program download in the no_storage sample configuration. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>