packaging: add renamed Arduino_H7_Video and USBMIDI libraries

This commit is contained in:
Martino Facchin
2023-07-25 11:56:43 +02:00
parent 6ba5c2d814
commit 24138cc4b9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
export FLAVOUR="giga"
export VARIANTS=("GIGA PORTENTA_H7_M4")
export FQBNS=("giga")
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 LIBRARIES=("MRI Portenta_SDRAM SPI WiFi ea_malloc openamp_arduino STM32H747_System ThreadDebug Himax_HM01B0 PDM Arduino_H7_Video USBAudio KernelDebug Portenta_Audio RPC USBHID Wire Portenta_lvgl Camera rpclib OV7670 mbed-memory-status Scheduler USBMSD USBMIDI SocketWrapper MCUboot")
export BOOTLOADERS=("GIGA")

View File

@@ -1,5 +1,5 @@
export FLAVOUR="nano"
export VARIANTS=("NANO_RP2040_CONNECT ARDUINO_NANO33BLE")
export FQBNS=("nanorp2040connect nano33ble")
export LIBRARIES=("PDM SPI Wire MRI USBHID USBMSD ThreadDebug Scheduler SFU Nano33BLE_System SocketWrapper MLC")
export LIBRARIES=("PDM SPI Wire MRI USBHID USBMIDI USBMSD ThreadDebug Scheduler SFU Nano33BLE_System SocketWrapper MLC")
export BOOTLOADERS=("nano33ble")

View File

@@ -1,5 +1,5 @@
export FLAVOUR="portenta"
export VARIANTS=("PORTENTA_H7_M7 PORTENTA_H7_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 LIBRARIES=("doom Ethernet MRI Portenta_SDRAM SPI WiFi ea_malloc openamp_arduino STM32H747_System ThreadDebug Himax_HM01B0 Himax_HM0360 PDM Arduino_H7_Video USBAudio KernelDebug Portenta_Audio RPC USBHID Wire Portenta_lvgl Camera rpclib USBHOST mbed-memory-status Portenta_SDCARD Scheduler USBMSD USBMIDI SocketWrapper GSM GPS MCUboot")
export BOOTLOADERS=("PORTENTA_H7")