Skip to content

Edge control build fixes and CI #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
edge_control: add GSM GPS and SoketWrapper libraries to edge_control …
…build
  • Loading branch information
pennam committed Nov 15, 2023
commit 4183176577353fc34d0e7bc5c3867821dc31cca4
2 changes: 1 addition & 1 deletion edge.variables
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export FLAVOUR="edge"
export VARIANTS=("EDGE_CONTROL")
export FQBNS=("edge_control")
export LIBRARIES=("PDM SPI Wire MRI USBHID USBMSD ThreadDebug Scheduler")
export LIBRARIES=("SocketWrapper GSM GPS PDM SPI Wire MRI USBHID USBMSD ThreadDebug Scheduler")
export BOOTLOADERS=("EDGE_CONTROL")
2 changes: 1 addition & 1 deletion libraries/GPS/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=GPS Support Library
paragraph=
category=Other
url=http://www.arduino.cc/en/Reference/GSM
architectures=mbed,ArduinoCore-mbed,mbed_portenta
architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_edge
2 changes: 1 addition & 1 deletion libraries/GSM/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=GSM wrapper
paragraph=
category=Other
url=http://www.arduino.cc/en/Reference/GSM
architectures=mbed,ArduinoCore-mbed,mbed_portenta
architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_edge
2 changes: 1 addition & 1 deletion libraries/SocketWrapper/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=Wrapper for mbed Socket classes
paragraph=
category=Other
url=http://www.arduino.cc/en/Reference/WiFi
architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga
architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga,mbed_edge