reflow-oven-control-sw/stm-firmware
Mario Hüttel 5c429ec894 Remove trailing whitespace 2024-03-24 14:13:56 +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
doxygen Improve doxygen comments in code. 2021-10-11 19:45:13 +02:00
fatfs Issue #48: Update FatFS of main firmware to R0.15 2023-01-03 15:02:48 +01:00
include Shorten wtchdog trigger interval to 1.25 seconds nominal. This will ensure the internal watchdog triggers before the external one 2023-06-09 00:04:32 +02:00
linklist-lib@18b3ab377a Update linked list library and include it into build 2021-04-10 22:35:30 +02:00
safety Fix watchdog tcode to write correct reload value 2023-06-09 00:12: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 Rework UI to use newly created version handling 2023-01-01 21:12:19 +01:00
updater Incrment Cmake required version number 2024-03-24 14:11:33 +01:00
.gitignore Update gitignore for use with vscode and clangd 2022-12-31 19:25:55 +01:00
CMakeLists.txt Remove trailing whitespace 2024-03-24 14:13:56 +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
create_version_header.sh Add script to generate header file containing version and commit hash 2023-01-01 20:45:57 +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 Fix #50: Enable core cycle counter 2023-01-01 20:18:39 +01:00
main.c Implement misc CRC monitor to supervise clocks and other system settings 2023-05-23 18:30:27 +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
sd.c Fix buf on sd mounting handling 2022-12-31 20:29:22 +01: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
version.c Add compile date and time to version.c 2023-01-01 21:07:10 +01:00