Commit cb09bd20 authored by George Beckstein's avatar George Beckstein Committed by David Brown
Browse files

Add config params for shared data usage in Mbed-OS

parent bd6dc5e9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -155,6 +155,16 @@
            "macro_name": "MCUBOOT_DATA_SHARING",
            "value": null
        },
        "share-data-base-address": {
            "help": "Start of reserved RAM region for data shared between bootloader and application",
            "macro_name": "MCUBOOT_SHARED_DATA_BASE",
            "value": null
        },
        "share-data-size": {
            "help": "Size of reserved RAM region for data shared between bootloader and application",
            "macro_name": "MCUBOOT_SHARED_DATA_SIZE",
            "value": null
        },
        "direct-xip": {
            "help": "Enable ability to boot update candidates in-place.",
            "macro_name": "MCUBOOT_DIRECT_XIP",