Skip to content

Commit 3e609d3

Browse files
committed
Add support for opta board
1 parent 730ba6f commit 3e609d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Firmware update for the Portenta H7.
66
paragraph=This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_Portenta_OTA
9-
architectures=mbed,mbed_portenta,mbed_nicla
9+
architectures=mbed,mbed_portenta,mbed_nicla,mbed_opta
1010
includes=Arduino_Portenta_OTA.h

src/Arduino_Portenta_OTA_Config.h

+5
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@
3535
#define ARDUINO_PORTENTA_OTA_QSPI_SUPPORT
3636
#endif
3737

38+
#if defined(ARDUINO_OPTA)
39+
#define ARDUINO_PORTENTA_OTA_MAGIC 0x23410264
40+
#define ARDUINO_PORTENTA_OTA_QSPI_SUPPORT
41+
#endif
42+
3843
#endif /* ARDUINO_PORTENTA_OTA_CONFIG_H_ */

0 commit comments

Comments
 (0)