reflow-oven-control-sw/stm-firmware
Mario Hüttel f9b9a3c685 Add compile error for configuration mistake 2022-07-30 16:45:26 +02: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 Fix style issues in config-parser.c 2022-07-16 15:14:35 +02: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 Add new FatFS implementation 2021-12-16 20:41:10 +01:00
include Add compile error for configuration mistake 2022-07-30 16:45:26 +02:00
linklist-lib@18b3ab377a Update linked list library and include it into build 2021-04-10 22:35:30 +02:00
safety Restructure safety handle function. Now returns worst flag state set. Used to blink LED 2022-07-30 16:04:46 +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 Add additional debug info to version command and add CPU cycle counter to cc instruction's output 2022-07-13 19:47:16 +02:00
updater Update updater to newest fatfs and enable exfat support 2021-12-16 20:47:08 +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 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 Add compile error for configuration mistake 2022-07-30 16:45:26 +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