From e309a1cce6f94ab5ec1cebf3b847379620202525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Wed, 25 Mar 2026 16:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/Power_Pico/MDK-ARM/EventRecorderStub.scvd | 9 +++++++++ software/Power_Pico/User/GUI/screens/ui_SetPage.c | 2 +- software/Power_Pico/power_pico.ioc | 5 +++-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 software/Power_Pico/MDK-ARM/EventRecorderStub.scvd diff --git a/software/Power_Pico/MDK-ARM/EventRecorderStub.scvd b/software/Power_Pico/MDK-ARM/EventRecorderStub.scvd new file mode 100644 index 0000000..2956b29 --- /dev/null +++ b/software/Power_Pico/MDK-ARM/EventRecorderStub.scvd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/software/Power_Pico/User/GUI/screens/ui_SetPage.c b/software/Power_Pico/User/GUI/screens/ui_SetPage.c index 0f981c7..bc13d00 100644 --- a/software/Power_Pico/User/GUI/screens/ui_SetPage.c +++ b/software/Power_Pico/User/GUI/screens/ui_SetPage.c @@ -500,7 +500,7 @@ void ui_SetPage_screen_init(void) ui_LabelAbout = lv_label_create(ui_PanelAbout); lv_obj_set_width(ui_LabelAbout, LV_SIZE_CONTENT); /// 1 lv_obj_set_height(ui_LabelAbout, LV_SIZE_CONTENT); /// 1 - lv_label_set_text(ui_LabelAbout, "About\nPower-Pico\nThe uA current meter\nV 1.0.7"); + lv_label_set_text(ui_LabelAbout, "About\nPower-Pico\nThe uA current meter\nV 1.0.8"); lv_obj_set_style_text_font(ui_LabelAbout, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); // init setting values diff --git a/software/Power_Pico/power_pico.ioc b/software/Power_Pico/power_pico.ioc index 12dd7a4..b346ac6 100644 --- a/software/Power_Pico/power_pico.ioc +++ b/software/Power_Pico/power_pico.ioc @@ -46,8 +46,9 @@ Dma.SPI2_TX.0.PeriphDataAlignment=DMA_PDATAALIGN_BYTE Dma.SPI2_TX.0.PeriphInc=DMA_PINC_DISABLE Dma.SPI2_TX.0.Priority=DMA_PRIORITY_LOW Dma.SPI2_TX.0.RequestParameters=Instance,Direction,PeriphInc,MemInc,PeriphDataAlignment,MemDataAlignment,Mode,Priority,FIFOMode -FREERTOS.IPParameters=Tasks01,configUSE_TICK_HOOK -FREERTOS.Tasks01=defaultTask,24,128,StartDefaultTask,Default,NULL,Dynamic,NULL,NULL +FREERTOS.FootprintOK=true +FREERTOS.IPParameters=Tasks01,configUSE_TICK_HOOK,FootprintOK +FREERTOS.Tasks01=defaultTask,8,128,DefaultTask,Default,NULL,Dynamic,NULL,NULL FREERTOS.configUSE_TICK_HOOK=1 File.Version=6 GPIO.groupedBy=