add safety system, stub of new gui task
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
##########################################################################################################################
|
||||
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Tue Mar 14 20:49:50 CET 2023]
|
||||
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Tue Mar 14 20:49:50 CET 2023]
|
||||
##########################################################################################################################
|
||||
|
||||
# ------------------------------------------------
|
||||
@@ -52,6 +52,7 @@ Core/Src/app_temp.c \
|
||||
Core/Src/app_knob.c \
|
||||
Core/Src/app_buzzer.c \
|
||||
Core/Src/app_heater.c \
|
||||
Core/Src/app_safety.c \
|
||||
Core/Src/uart_stdout.c \
|
||||
Core/Src/stm32f1xx_it.c \
|
||||
Core/Src/system_stm32f1xx.c \
|
||||
@@ -244,10 +245,10 @@ build: all
|
||||
size: $(BUILD_DIR)/$(TARGET).elf
|
||||
$(SZ) $<
|
||||
|
||||
flash-stlink: $(BUILD_DIR)/$(TARGET).bin
|
||||
flash: $(BUILD_DIR)/$(TARGET).bin
|
||||
st-flash write $< 0x8000000
|
||||
|
||||
flash: $(BUILD_DIR)/$(TARGET).bin
|
||||
flash-pico: $(BUILD_DIR)/$(TARGET).bin
|
||||
pico-openocd -f target/stm32f1x.cfg -c "program $< 0x08000000 verify reset exit"
|
||||
|
||||
analyze: $(BUILD_DIR)/$(TARGET).elf
|
||||
|
||||
Reference in New Issue
Block a user