完成大部分功能,还差高压互锁检测
This commit is contained in:
commit
95ee1328c3
BIN
HAL_RTOS_Charge_Simulator(旧板).rar
Normal file
BIN
HAL_RTOS_Charge_Simulator(旧板).rar
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/.mxproject
Normal file
BIN
HAL_RTOS_Charge_Simulator/.mxproject
Normal file
Binary file not shown.
20
HAL_RTOS_Charge_Simulator/.vscode/c_cpp_properties.json
vendored
Normal file
20
HAL_RTOS_Charge_Simulator/.vscode/c_cpp_properties.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"compilerPath": "D:\\Program Files\\MinGW\\mingw64\\bin\\gcc.exe",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "gnu++14",
|
||||
"intelliSenseMode": "windows-gcc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
7
HAL_RTOS_Charge_Simulator/.vscode/settings.json
vendored
Normal file
7
HAL_RTOS_Charge_Simulator/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"serialscr.h": "c",
|
||||
"main.h": "c",
|
||||
"data_process.h": "c"
|
||||
}
|
||||
}
|
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/FreeRTOSConfig.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/FreeRTOSConfig.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/adc.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/adc.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/can.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/can.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/dma.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/dma.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/gpio.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/gpio.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/iwdg.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/iwdg.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/main.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/main.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/rtc.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/rtc.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/stm32f1xx_hal_conf.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/stm32f1xx_hal_conf.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/stm32f1xx_it.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/stm32f1xx_it.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/usart.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Inc/usart.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/adc.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/adc.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/can.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/can.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/dma.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/dma.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/freertos.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/freertos.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/gpio.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/gpio.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/iwdg.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/iwdg.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/main.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/main.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/rtc.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/rtc.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/stm32f1xx_hal_msp.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/stm32f1xx_hal_msp.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/stm32f1xx_hal_timebase_tim.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/stm32f1xx_hal_timebase_tim.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/stm32f1xx_it.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/stm32f1xx_it.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/system_stm32f1xx.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/system_stm32f1xx.c
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Core/Src/usart.c
Normal file
BIN
HAL_RTOS_Charge_Simulator/Core/Src/usart.c
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/cmsis_gcc.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/cmsis_gcc.h
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm0.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm0.h
Normal file
Binary file not shown.
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm1.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm1.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm23.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm23.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm3.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm3.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm33.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm33.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm4.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm4.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm7.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/core_cm7.h
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/mpu_armv7.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/mpu_armv7.h
Normal file
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/mpu_armv8.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core/Include/mpu_armv8.h
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core_A/Include/core_ca.h
Normal file
BIN
HAL_RTOS_Charge_Simulator/Drivers/CMSIS/Core_A/Include/core_ca.h
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user