commit | f27d360d966280d3ddd612385e5473867aa2f448 | [log] [tgz] |
---|---|---|
author | Denis Mingulov <denis@mingulov.com> | Sun May 21 13:15:57 2023 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 23 08:55:00 2023 +0200 |
tree | bc298aace8aefa4dc52a9cf73693ee6b9b5601fe | |
parent | b5785f35452b56cec31bbc72a980eedbee39beb0 [diff] |
tests: boot: test_mcuboot: Add test with asserts enabled Chain-load images might behave differently comparing to the usual standalone boot, as for example some peripheral initialization might be done already. Add an additional test with CONFIG_ASSERT=y as enabled asserts could break up chain-loaded image. Signed-off-by: Denis Mingulov <denis@mingulov.com>