From 8481ba85f7b346e4e02caa0becd68f8cefb2c1a2 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 24 Feb 2021 03:09:14 +0100 Subject: [PATCH] Code clean-up --- platformio.ini | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/platformio.ini b/platformio.ini index 4f6c92de..163f6391 100644 --- a/platformio.ini +++ b/platformio.ini @@ -222,30 +222,4 @@ lib_deps = ; sstaub/Ticker @ ^3.2.0 stm32duino/STM32duino LwIP @ ^2.1.2 ;https://github.com/stm32duino/LwIP.git - - -;*************************************************** -; Native build -;*************************************************** -;[env:native] -;platform = native -;build_flags = -; -D LV_CONF_INCLUDE_SIMPLE -; ; -I src Required to find lv_conf.h -; -I src -; -I drivers/sdl2 -; -lSDL2 -; ; SDL drivers options -; -D LV_LVGL_H_INCLUDE_SIMPLE -; -D LV_DRV_NO_CONF -; -D USE_MONITOR -; -D MONITOR_ZOOM=2 -; -D USE_MOUSE -; -D USE_MOUSEWHEEL -; -D USE_KEYBOARD -;lib_deps = -; ;lvgl=https://github.com/littlevgl/lvgl/archive/master.zip -; ;lvgl@^6.1.0 -; ;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/master.zip -; lv_drivers@^6.0.2 -;src_filter = +<*> +<../drivers/sdl2> + \ No newline at end of file