Skip to content

Commit

Permalink
Merge pull request #48 from 45gfg9/master
Browse files Browse the repository at this point in the history
Update platformio.ini to use `build_src_filter`
  • Loading branch information
puzrin authored Aug 27, 2022
2 parents 338a107 + c33b578 commit 2ebfc90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lib_deps =
; Use direct URL, because package registry is unstable
;lv_drivers@~7.9.0
lv_drivers=https://github.com/lvgl/lv_drivers/archive/refs/tags/v8.2.0.zip
src_filter =
build_src_filter =
+<*>
+<../hal/sdl2>
; Force compile LVGL demo, remove when working on your own project
Expand All @@ -67,7 +67,7 @@ extends = env:emulator_64bits
build_flags =
${env:emulator_64bits.build_flags}
-m32
src_filter =
build_src_filter =
+<*>
+<../hal/sdl2>
+<../.pio/libdeps/emulator_32bits/lvgl/demos>
Expand All @@ -87,7 +87,7 @@ lib_deps =
${env.lib_deps}
BSP-ili9341
BSP-stmpe811
src_filter =
build_src_filter =
+<*>
+<../hal/stm32f429_disco>
; Force compile LVGL demo, remove when working on your own project
Expand Down

0 comments on commit 2ebfc90

Please sign in to comment.