mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_FlashIface: add support for DTR variant of w25q found on SPRacingH7
This commit is contained in:
parent
ed952a0ea0
commit
0696dda324
@ -39,8 +39,9 @@ struct supported_device {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct supported_device supported_devices[] = {
|
static const struct supported_device supported_devices[] = {
|
||||||
{"mt25q", 0x20, 0xBA}, // https://www.mouser.in/datasheet/2/671/mict_s_a0003959700_1-2290909.pdf
|
{"mt25q", 0x20, 0xBA}, // https://www.mouser.in/datasheet/2/671/mict_s_a0003959700_1-2290909.pdf
|
||||||
{"w25q", 0xEF, 0x40}
|
{"w25q", 0xEF, 0x40},
|
||||||
|
{"w25q-dtr", 0xEF, 0x70}
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef HAL_BOOTLOADER_BUILD
|
#ifdef HAL_BOOTLOADER_BUILD
|
||||||
|
Loading…
Reference in New Issue
Block a user