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 dfa9c5c commit f209e31Copy full SHA for f209e31
default_bd.cpp
@@ -49,6 +49,17 @@ static BlockDevice *default_bd = NULL;
49
static MBRBlockDevice *logical_bd = NULL;
50
#endif
51
52
+/*
53
+ * MCUBOOT_AS_ENVIE -> Secondary Block device defined by getOTAData [SDCARD, QSPI] Internal flash not supported
54
+ * -> !!WARNING!! Scratch Block device by default on QSPI + MBR + FAT
55
+ *
56
+ * MCUBOOT_USE_FILE_BD -> Secondary Block device on QSPI + MBR + FAT
57
+ * -> Scratch Block device on QSPI + MBR + FAT
58
59
+ * -> Secondary Block device on RAW QSPI @0x0000000
60
+ * -> Scratch Block device on Internal flash @MCUBOOT_SCRATCH_START_ADDR
61
+ */
62
+
63
BlockDevice *BlockDevice::get_default_instance()
64
{
65
#if MCUBOOT_AS_ENVIE
0 commit comments