Skip to content

Commit 6b88bfc

Browse files
committed
Rename Portenta_Camera to Camera
1 parent 56f7305 commit 6b88bfc

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- libraries/PDM
7070
- libraries/doom
7171
- libraries/KernelDebug
72-
- libraries/Portenta_Camera/examples
72+
- libraries/Camera/examples
7373
- libraries/Portenta_lvgl/examples/Portenta_lvgl
7474
- libraries/Portenta_SDCARD
7575
- libraries/Portenta_SDRAM
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Portenta_Camera
1+
name=Camera
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Camera library for Portenta H7 Vision Shield
66
paragraph=
77
category=Other
8-
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_Camera
8+
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Camera
99
architectures=mbed,mbed_portenta,mbed_nicla

nicla.variables

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export FLAVOUR="nicla"
22
export VARIANTS=("NICLA NICLA_VISION")
33
export FQBNS=("nicla_sense nicla_vision")
4-
export LIBRARIES=("SPI Wire Scheduler Nicla_System WiFi ea_malloc openamp_arduino STM32H747_System ThreadDebug GC2145 Himax_HM01B0 PDM KernelDebug RPC USBHID Portenta_Camera rpclib USBHOST mbed-memory-status USBMSD SocketWrapper MRI")
4+
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")
55
export BOOTLOADERS=("NICLA NICLA_VISION")

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 STM32H747_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 GSM GPS")
4+
export LIBRARIES=("doom Ethernet 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 USBHOST mbed-memory-status Portenta_SDCARD Scheduler USBMSD SocketWrapper GSM GPS")
55
export BOOTLOADERS=("PORTENTA_H7")

0 commit comments

Comments
 (0)