From 33c1bfbc792a95a3f4f8cb69cb35f0da595a8f56 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Fri, 24 Dec 2021 02:55:13 -0500 Subject: [PATCH 1/2] =?UTF-8?q?[l475]=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/stm32l475-atk-pandora/applications/arduino/SConscript | 2 +- .../stm32l475-atk-pandora/applications/arduino/arduino_pinout.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/stm32/stm32l475-atk-pandora/applications/arduino/SConscript b/bsp/stm32/stm32l475-atk-pandora/applications/arduino/SConscript index b3d32f3717..fa9026dc59 100644 --- a/bsp/stm32/stm32l475-atk-pandora/applications/arduino/SConscript +++ b/bsp/stm32/stm32l475-atk-pandora/applications/arduino/SConscript @@ -7,6 +7,6 @@ inc = [cwd] group = DefineGroup('Arduino', src, depend = ['RT_USING_ARDUINO'], CPPPATH = inc) src = ['arduino_main.cpp'] -group = DefineGroup('Applications', src, depend = ['RT_USING_ARDUINO']) +group += DefineGroup('Applications', src, depend = ['RT_USING_ARDUINO']) Return('group') diff --git a/bsp/stm32/stm32l475-atk-pandora/applications/arduino/arduino_pinout.h b/bsp/stm32/stm32l475-atk-pandora/applications/arduino/arduino_pinout.h index e3b7b8a47a..1ec160b9d7 100644 --- a/bsp/stm32/stm32l475-atk-pandora/applications/arduino/arduino_pinout.h +++ b/bsp/stm32/stm32l475-atk-pandora/applications/arduino/arduino_pinout.h @@ -15,7 +15,7 @@ #define ARDUINO_PWM_HZ 500 /* Arduino UNO's PWM is around 500Hz */ #define ARDUINO_PINOUT_PIN_MAX 20 /* Arduino UNO has 20 pins in total*/ -#define ARDUINO_PINOUT_ADC_MAX 6 /* Arduino UNO has 5 ADC pins */ +#define ARDUINO_PINOUT_ADC_MAX 6 /* Arduino UNO has 6 ADC pins */ #define ARDUINO_PINOUT_PWM_MAX 5 /* Arduino UNO has 5 PWM pins */ #define A0 (14) From 559d4ef4d6a899f57d6e671472dd9afb495497d1 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 26 Dec 2021 22:15:49 -0500 Subject: [PATCH 2/2] =?UTF-8?q?[simulator][lvgl]=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=88=B0lvgl=E6=96=87=E4=BB=B6=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E4=BD=BF=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/simulator/applications/lvgl/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/simulator/applications/lvgl/lv_conf.h b/bsp/simulator/applications/lvgl/lv_conf.h index 0d9b3c63bc..e558398800 100644 --- a/bsp/simulator/applications/lvgl/lv_conf.h +++ b/bsp/simulator/applications/lvgl/lv_conf.h @@ -17,7 +17,7 @@ #define USE_WIN32DRV 1 #define WIN32DRV_MONITOR_ZOOM 1 -#define LV_USE_FS_WIN32 1 +//#define LV_USE_FS_WIN32 1 /* music player demo */ #include