We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f12628 commit b20bf0eCopy full SHA for b20bf0e
tools/test/config_test/test29/mbed_app.json
@@ -0,0 +1,7 @@
1
+{
2
+ "target_overrides": {
3
+ "K64F": {
4
+ "target.bootloader_img": "does_not_exists.bin"
5
+ }
6
7
+}
tools/test/config_test/test29/test_data.py
@@ -0,0 +1,6 @@
+expected_results = {
+ "desc": "error when bootloader not found",
+ "exception_msg": "not found"
0 commit comments