spi_host support

This commit is contained in:
mverch67 2024-05-01 11:47:03 +02:00
parent 0a7e15b819
commit fab3028465
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
; The Portduino based sim environment on top of any host OS, all hardware will be simulated ; The Portduino based sim environment on top of any host OS, all hardware will be simulated
[portduino_base] [portduino_base]
platform = https://github.com/meshtastic/platform-native.git#2ef818943157a3ebea7cbbc283d124fb67c0ffc1 platform = https://github.com/meshtastic/platform-native.git#784007630ca43b4811c6637606440588bb5acf39
framework = arduino framework = arduino
build_src_filter = build_src_filter =
@ -24,7 +24,7 @@ lib_deps =
${env.lib_deps} ${env.lib_deps}
${networking_base.lib_deps} ${networking_base.lib_deps}
rweather/Crypto@^0.4.0 rweather/Crypto@^0.4.0
https://github.com/lovyan03/LovyanGFX.git#d35e60f269dfecbb18a8cb0fd07d594c2fb7e7a8 https://github.com/lovyan03/LovyanGFX.git#5a39989aa2c9492572255b22f033843ec8900233 ; contains spi_host fix
build_flags = build_flags =
${arduino_base.build_flags} ${arduino_base.build_flags}

@ -1 +1 @@
Subproject commit 7a39caafd43bf2c149d9e61f2a6935b31d242044 Subproject commit 710a8a29847e68c07f98d489abe21fe514254301