reflow-oven-control-sw/stm-firmware
Mario Hüttel c78477296a Bugfix: Fix hardfault when update menu is opened and no hex file is located on disk 2021-11-27 18:47:17 +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 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
crc-patcher Make a wrong size of the flashcrc struct an error becuase it might lead to misaligned CRCs in the structure 2021-10-23 21:26:01 +02:00
doxygen Improve doxygen comments in code. 2021-10-11 19:45:13 +02:00
fatfs Update fatfs in main application 2021-04-10 20:35:33 +02:00
include 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
linklist-lib@18b3ab377a Update linked list library and include it into build 2021-04-10 22:35:30 +02:00
safety 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
settings Fix wrongly typed float literal 2021-10-23 20:54:20 +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 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
temp-profile Comment code 2021-10-23 21:14:24 +02:00
ui Bugfix: Fix hardfault when update menu is opened and no hex file is located on disk 2021-11-27 18:47:17 +01:00
updater 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
.gitignore Add Cmake variable for Uart on debug header in release and use -Og for debugbuild instead of -O0 2021-04-06 19:25:25 +02:00
CMakeLists.txt Add doxygen to CMake and update the config 2021-10-10 22:09:46 +02: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 Add support for subdirectories in create-c-file script 2020-04-26 20:20:57 +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 Improve doxygen comments in code. 2021-10-11 19:45:13 +02:00
hw-version-detect.c Add v1.3.1 to supported hardware revisions 2021-10-24 21:59:44 +02:00
main-cycle-counter.c Improve doxygen comments in code. 2021-10-11 19:45:13 +02:00
main.c 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
oven-driver.c Add STM device resvision to MOTD. 2021-10-15 22:06:30 +02: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