From eb930609aa142ffc7fd8d81d83ac17fa86b12a42 Mon Sep 17 00:00:00 2001 From: ThinkPad-T460P Date: Thu, 11 Mar 2021 19:09:05 +0800 Subject: [PATCH] update --- .cproject | 41 +++++++++----- .gitmodules | 3 ++ .mxproject | 74 +++++++++++++------------- .settings/stm32cubeide.project.prefs | 4 +- App/Inc/th_button.h | 6 +-- App/Inc/th_elog.h | 4 ++ App/Inc/th_iwdg.h | 12 +++++ App/Src/th_button.c | 8 +-- App/Src/th_coulomb.c | 2 +- App/Src/th_demo.c | 19 ++++--- App/Src/th_elog.c | 15 ++++-- App/Src/th_iwdg.c | 28 ++++++++++ App/Src/th_led.c | 4 +- App/Src/th_power.c | 2 +- Core/Inc/stm32f1xx_it.h | 4 ++ Core/Inc/usart.h | 3 -- Core/Src/adc.c | 11 ++++ Core/Src/freertos.c | 45 ++++++++-------- Core/Src/i2c.c | 10 ++++ Core/Src/iwdg.c | 10 ++++ Core/Src/main.c | 30 +++++++++-- Core/Src/navikit.c | 1 + Core/Src/rtc.c | 10 ++++ Middlewares/Lab-Project-FreeRTOS-POSIX | 1 + NaviKit_EC_stm32 Debug.launch | 1 + NaviKit_EC_stm32 Release.launch | 2 + NaviKit_EC_stm32.ioc | 48 ++++++++++++++++- README.md | 13 +++-- STM32F107VCTX_FLASH.ld | 4 +- USB_DEVICE/Target/usbd_conf.c | 1 + USB_DEVICE/Target/usbd_conf.h | 9 +--- 31 files changed, 307 insertions(+), 118 deletions(-) create mode 100644 App/Inc/th_iwdg.h create mode 100644 App/Src/th_iwdg.c create mode 160000 Middlewares/Lab-Project-FreeRTOS-POSIX diff --git a/.cproject b/.cproject index 7fde85f..218e6d7 100644 --- a/.cproject +++ b/.cproject @@ -4,7 +4,13 @@ - + + + + + + + @@ -25,7 +31,7 @@ - + + + @@ -124,22 +134,24 @@