32 kB bootloader for the xDot

Files at this revision

API Documentation at this revision

Comitter:
Evan Hosseini
Date:
Tue Apr 24 15:38:29 2018 -0500
Parent:
4:9a648d11c8a1
Child:
6:fb181c5bc5e9
Commit message:
Update binary path in config file

Changed in this revision

mbed_app_BOOTLOADER_CFG.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app_BOOTLOADER_CFG.json	Tue Apr 24 15:35:32 2018 -0500
+++ b/mbed_app_BOOTLOADER_CFG.json	Tue Apr 24 15:38:29 2018 -0500
@@ -1,7 +1,7 @@
 {
     "target_overrides": {
         "XDOT_L151CC": {
-            "target.bootloader_img": "bootloader/xdot-bootloader.bin"
+            "target.bootloader_img": "xDot-bootloader/bootloader/xdot-bootloader.bin"
         }
     }
 }