Portduino WIP

This commit is contained in:
Thomas Göttgens
2022-11-15 07:59:01 +01:00
parent 79eff42c3c
commit b5ebfa9cc3
2 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
; The Portduino based sim environment on top of any host OS, all hardware will be simulated
[portduino_base]
platform = https://github.com/caveman99/platform-native.git#develop
framework = arduino
build_src_filter =
${env.build_src_filter}
-<platform/esp32/>
@@ -16,5 +18,6 @@ lib_deps =
${env.lib_deps}
${networking_base.lib_deps}
rweather/Crypto@^0.4.0
jgromes/RadioLib@5.4.1
; jgromes/RadioLib@5.4.1
https://github.com/caveman99/RadioLib.git#master
build_flags = ${arduino_base.build_flags} -Isrc/platform/portduino