reflow-oven-control-sw/stm-firmware
Mario Hüttel b621c66378 Update Flag Weights
* Fix #47: Update flash and data CRCs to trigger panic mode
* Update meas ADC CRC flag to stop PID
* Update safety ADC CRC flag to trigger panic mode
2022-12-31 19:53:45 +01:00
..
base64-lib@251e90abf3 Update base64 lib submodule 2021-03-23 22:19:43 +01:00
boot Add a bunch of stuff: Add baudrate reconfig command to shell and move the uart to separate C file 2021-11-27 17:41:11 +01:00
config-parser Update doxygen headers in config parser 2022-12-31 19:43:37 +01:00
crc-patcher Rename python file to snake case 2022-08-09 00:23:23 +02:00
doxygen Improve doxygen comments in code. 2021-10-11 19:45:13 +02:00
fatfs Add new FatFS implementation 2021-12-16 20:41:10 +01:00
include Update Flag Weights 2022-12-31 19:53:45 +01:00
linklist-lib@18b3ab377a Update linked list library and include it into build 2021-04-10 22:35:30 +02:00
safety Separate flash CRC checker from safety controller and implement shell command to calculate CRCs 2022-09-22 21:16:41 +02:00
settings Fix style issues in spi-eeprom.c/h 2022-07-16 15:09:41 +02:00
setup Fix warnings in autogenerated file system_stm32f4xx.c 2020-02-12 21:15:51 +01:00
shellmatta@28e82c65de update shellmatta tonewest version with fixed history 2021-01-24 20:59:07 +01:00
stm-periph Fix style issues in STM peripheral drivers 2022-07-16 12:46:52 +02:00
temp-profile Issue #39: Implement DIGIO profile commands 2021-12-26 20:54:04 +01:00
ui Separate flash CRC checker from safety controller and implement shell command to calculate CRCs 2022-09-22 21:16:41 +02:00
updater Update updater to newest fatfs and enable exfat support 2021-12-16 20:47:08 +01:00
.gitignore Update gitignore for use with vscode and clangd 2022-12-31 19:25:55 +01:00
CMakeLists.txt Remove mthumb-interwork from GCC command line. It is not neededfor CM4 cores 2022-12-31 19:24:27 +01:00
adc-meas.c Fix style warnings 2021-10-10 20:40:40 +02:00
arm-none-eabi-gcc.cmake fisr draft of cmake buidl system. Update generation still missing 2021-03-21 22:38:22 +01:00
calibration.c Issue #26: Add configuration for overtemperature flag to safety controller and include the config in the memory checking 2021-02-02 20:35:45 +01:00
create-c-file-with-header.py Update C file generator script 2022-09-22 21:16:07 +02:00
create-temp-lookup-table.py Add stack checker module andf fix all license headers 2020-02-21 21:22:01 +01:00
digio.c digio: Make digio check if an port to set is an output port. 2021-12-26 20:40:28 +01:00
hw-version-detect.c Improve HW version detect code. Funtionally equivalent 2022-08-09 00:23:55 +02:00
main-cycle-counter.c Improve doxygen comments in code. 2021-10-11 19:45:13 +02:00
main.c Restructure safety handle function. Now returns worst flag state set. Used to blink LED 2022-07-30 16:04:46 +02:00
oven-driver.c cleanup code and write a little documentation 2021-11-28 23:40:43 +01:00
pid-controller.c Fix style in file 2021-10-10 20:49:42 +02:00
program-device.gdb Increase programming clock freq to 4 MHz 2020-02-16 00:42:00 +01:00
program-device.sh Make programming script take the elf file as an argument 2020-04-18 01:37:50 +02:00
stm32f407vet6_flash.ld Improve code and add a Flash CRC check 2021-07-16 21:17:59 +02:00
syscalls.c Change linker script and startup code. 2020-08-21 23:47:55 +02:00
systick.c Clean up systick.c 2021-10-10 21:02:39 +02:00
temp-converter.c Improve code and add a Flash CRC check 2021-07-16 21:17:59 +02:00