mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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[] = {
|
||||
{"mt25q", 0x20, 0xBA}, // https://www.mouser.in/datasheet/2/671/mict_s_a0003959700_1-2290909.pdf
|
||||
{"w25q", 0xEF, 0x40}
|
||||
{"mt25q", 0x20, 0xBA}, // https://www.mouser.in/datasheet/2/671/mict_s_a0003959700_1-2290909.pdf
|
||||
{"w25q", 0xEF, 0x40},
|
||||
{"w25q-dtr", 0xEF, 0x70}
|
||||
};
|
||||
|
||||
#ifdef HAL_BOOTLOADER_BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user