Add NXP_SE050 detection (#5651)

* Add NXP_SE050 detection

* Put the flag in the right place

* Include libi2c0 dependency in .deb packages
This commit is contained in:
Jonathan Bennett
2024-12-22 22:53:54 -06:00
committed by GitHub
parent 6a2a4ffa2a
commit 32719f69c9
6 changed files with 38 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
; The Portduino based 'native' environment. Currently supported on Linux targets with real LoRa hardware (or simulated).
[portduino_base]
platform = https://github.com/meshtastic/platform-native.git#73bd1a21183ca8b00c4ea58bb21315df31a50dff
platform = https://github.com/meshtastic/platform-native.git#562d189828f09fbf4c4093b3c0104bae9d8e9ff9
framework = arduino
build_src_filter =
@@ -39,4 +39,5 @@ build_flags =
-lbluetooth
-lgpiod
-lyaml-cpp
-li2c
-std=c++17