Skip to content

Commit

Permalink
Merge pull request #165 from BlueAndi/feature/ArduinoNative_v0.2.1
Browse files Browse the repository at this point in the history
Update 3rd party lib - especially ArduinoNative v0.2.1
  • Loading branch information
BlueAndi authored Nov 10, 2024
2 parents 7d6399f + 175dee5 commit be61ee7
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ test_port = com9
platform = native @ ~1.2.1
build_flags =
-std=c++11
-DTARGET_NATIVE
-I./lib/Webots/include/c
-I./lib/Webots/include/cpp
-D TARGET_NATIVE
-D _USE_MATH_DEFINES
lib_deps =
MainNative
BlueAndi/ZumoHALWebots @ ~1.0.0
BlueAndi/ZumoHALWebots @ ~1.1.0
Webots
lib_ignore =
HALTest
Expand All @@ -121,13 +122,14 @@ webots_robot_serial_tx_channel = 2
platform = native @ ~1.2.1
build_flags =
-std=c++11
-DTARGET_NATIVE
-DUNIT_TEST
-Itest/common
-D TARGET_NATIVE
-D UNIT_TEST
-D _USE_MATH_DEFINES
lib_deps =
MainTestNative
BlueAndi/ArduinoNative @ ~0.1.1
BlueAndi/ZumoHALInterfaces @ ~1.0.0
BlueAndi/ArduinoNative @ ~0.2.1
BlueAndi/ZumoHALInterfaces @ ~1.0.2
HALTest
lib_ignore =
Webots
Expand Down Expand Up @@ -190,7 +192,7 @@ build_flags =
lib_deps =
APPConvoyLeader
Service
gabryelreyes/SerialMuxProt @ ~2.2.0
gabryelreyes/SerialMuxProt @ ~2.2.2
lib_ignore =
APPCalib
APPConvoyFollower
Expand Down Expand Up @@ -239,7 +241,7 @@ build_flags =
lib_deps =
APPConvoyFollower
Service
gabryelreyes/SerialMuxProt @ ~2.2.0
gabryelreyes/SerialMuxProt @ ~2.2.2
lib_ignore =
APPCalib
APPConvoyLeader
Expand Down Expand Up @@ -355,7 +357,7 @@ build_flags =
lib_deps =
APPRemoteControl
Service
gabryelreyes/SerialMuxProt @ ~2.2.0
gabryelreyes/SerialMuxProt @ ~2.2.2
lib_ignore =
APPCalib
APPConvoyFollower
Expand Down Expand Up @@ -404,7 +406,7 @@ build_flags =
lib_deps =
APPSensorFusion
Service
gabryelreyes/SerialMuxProt @ ~2.2.0
gabryelreyes/SerialMuxProt @ ~2.2.2
lib_ignore =
APPCalib
APPConvoyFollower
Expand Down

0 comments on commit be61ee7

Please sign in to comment.