Skip to content

Commit 97b18b5

Browse files
committed
packaging: fix build scripts for renamed libraries
1 parent 73f24e7 commit 97b18b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nano.variables

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export FLAVOUR="nano"
22
export VARIANTS=("NANO_RP2040_CONNECT ARDUINO_NANO33BLE")
33
export FQBNS=("nanorp2040connect nano33ble")
4-
export LIBRARIES=("PDM SPI Wire MRI USBHID USBMSD ThreadDebug Scheduler SFU Nano33_System SocketWrapper")
4+
export LIBRARIES=("PDM SPI Wire MRI USBHID USBMSD ThreadDebug Scheduler SFU Nano33BLE_System SocketWrapper")
55
export BOOTLOADERS=("nano33ble")

portenta.variables

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export FLAVOUR="portenta"
22
export VARIANTS=("PORTENTA_H7_M7 PORTENTA_H7_M4")
33
export FQBNS=("envie_m7 envie_m4")
4-
export LIBRARIES=("doom Ethernet MRI Portenta_SDRAM SPI WiFi ea_malloc openamp_arduino Portenta_System ThreadDebug Himax_HM01B0 PDM Portenta_Video USBAudio KernelDebug Portenta_Audio RPC USBHID Wire LittleVGL Portenta_Camera rpclib USBHOST mbed-memory-status Portenta_SDCARD Scheduler USBMSD SocketWrapper")
4+
export LIBRARIES=("doom Ethernet MRI Portenta_SDRAM SPI WiFi ea_malloc openamp_arduino Portenta_System ThreadDebug Himax_HM01B0 PDM Portenta_Video USBAudio KernelDebug Portenta_Audio RPC USBHID Wire Portenta_lvgl Portenta_Camera rpclib USBHOST mbed-memory-status Portenta_SDCARD Scheduler USBMSD SocketWrapper")
55
export BOOTLOADERS=("PORTENTA_H7")

0 commit comments

Comments
 (0)