-
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export FLAVOUR="giga" | ||
export VARIANTS=("GIGA PORTENTA_H7_M4") | ||
export FQBNS=("giga envie_m4") | ||
export FQBNS=("giga") | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pennam
Contributor
|
||
export LIBRARIES=("MRI Portenta_SDRAM SPI WiFi ea_malloc openamp_arduino STM32H747_System ThreadDebug Himax_HM01B0 PDM Portenta_Video USBAudio KernelDebug Portenta_Audio RPC USBHID Wire Portenta_lvgl Camera rpclib OV7670 mbed-memory-status Scheduler USBMSD SocketWrapper MCUboot") | ||
export BOOTLOADERS=("GIGA") |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export FLAVOUR="nicla" | ||
export VARIANTS=("NICLA NICLA_VISION") | ||
export VARIANTS=("NICLA NICLA_VISION PORTENTA_H7_M4") | ||
export FQBNS=("nicla_sense nicla_voice nicla_vision") | ||
export LIBRARIES=("SPI Wire Scheduler Nicla_System WiFi ea_malloc openamp_arduino STM32H747_System ThreadDebug GC2145 Himax_HM01B0 PDM KernelDebug RPC USBHID Camera rpclib USBHOST mbed-memory-status USBMSD SocketWrapper MRI SE05X MLC NDP syntiant_ilib") | ||
export BOOTLOADERS=("NICLA NICLA_VISION NICLA_VOICE") |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export FLAVOUR="opta" | ||
export VARIANTS=("OPTA") | ||
export VARIANTS=("OPTA PORTENTA_H7_M4") | ||
export FQBNS=("opta") | ||
export LIBRARIES=("Ethernet SPI WiFi openamp_arduino ThreadDebug KernelDebug RPC USBHID Wire rpclib USBHOST mbed-memory-status Scheduler USBMSD SocketWrapper STM32H747_System MRI") | ||
export BOOTLOADERS=("OPTA") |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export FLAVOUR="portenta" | ||
export VARIANTS=("PORTENTA_H7_M7 PORTENTA_H7_M4 PORTENTA_X8") | ||
export FQBNS=("envie_m7 envie_m4 portenta_x8") | ||
export FQBNS=("envie_m7 portenta_x8") | ||
export LIBRARIES=("doom Ethernet MRI Portenta_SDRAM SPI WiFi ea_malloc openamp_arduino STM32H747_System ThreadDebug Himax_HM01B0 Himax_HM0360 PDM Portenta_Video USBAudio KernelDebug Portenta_Audio RPC USBHID Wire Portenta_lvgl Camera rpclib USBHOST mbed-memory-status Portenta_SDCARD Scheduler USBMSD SocketWrapper GSM GPS MCUboot") | ||
export BOOTLOADERS=("PORTENTA_H7") |
Isn't this missing a
PORTENTA_H7_M4
? @facchinm @pennam