reflow-oven-control-sw/stm-firmware
Mario Hüttel 666353e3b7 Merge branch 'dev' into feature/28-profile-parser 2021-04-04 17:01:51 +02:00
..
base64-lib@251e90abf3 Update base64 lib submodule 2021-03-23 22:19:43 +01:00
boot Fix startup code bug in release mode 2020-08-30 19:40:33 +02:00
config-parser Add temperature profile executer and add shell command 2021-03-19 20:19:37 +01:00
doxygen Doxygen: use short names 2021-01-26 21:24:11 +01:00
fatfs improve SDIO driver 2020-11-02 18:19:42 +01:00
include Issue #28: Start GUI for Temp Profile execution 2021-03-21 21:07:54 +01:00
safety Safety: Fix different spelling mistakes for persistence 2021-03-18 22:50:13 +01:00
settings Issue #26: Add overtemp limit setting to settings module and load it from EEPROM at startup 2021-02-15 20:28:45 +01: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 missing magic in SPI driver 2021-01-02 23:03:22 +01:00
ui Issue #28: Start GUI for Temp Profile execution 2021-03-21 21:07:54 +01:00
updater Make project Cmake ready 2021-03-23 22:15:11 +01:00
.gitignore Issue #21: Change calibration apply function 2020-11-15 23:10:19 +01:00
CMakeLists.txt Make project Cmake ready 2021-03-23 22:15:11 +01:00
adc-meas.c Issue #24: Make UNSTABLE flag only go away, if the PT1000 value stays within the stable region for a given amount of samples 2021-01-26 21:59:41 +01:00
arm-none-eabi-gcc.cmake fisr draft of cmake buidl system. Update generation still missing 2021-03-21 22:38:22 +01:00
button.c Renamed clock-enable manager to rcc manager and improve some header files with doxygen comments 2020-12-01 21:00:23 +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 Add default frequency to loudspeaker set 2021-01-01 19:48:31 +01:00
hw-version-detect.c Fix broken hardware version detect. v1.3 is now correctly detected. 2021-01-01 17:28:38 +01:00
main.c Add temperature profile executer and add shell command 2021-03-19 20:19:37 +01:00
oven-driver.c Add kd_tau to oven PID parameters 2021-01-24 19:56:00 +01:00
pid-controller.c Pid Controller: Set integral term lower boundary to 0 2021-03-21 19:18:08 +01: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
rotary-encoder.c Renamed clock-enable manager to rcc manager and improve some header files with doxygen comments 2020-12-01 21:00:23 +01:00
shell.c Issue #28: Start GUI for Temp Profile execution 2021-03-21 21:07:54 +01:00
stm32f407vet6_flash.ld Fix typo in linker script 2021-03-14 20:08:52 +01:00
syscalls.c Change linker script and startup code. 2020-08-21 23:47:55 +02:00
systick.c Move variables to CCM RAM 2020-08-23 21:51:34 +02:00
temp-converter.c Issue #26: Add reverse lookup function to temp converter that converts a temperature to a PT1000 resistance value 2021-02-02 19:32:12 +01:00
temp-profile-executer.c Issue #28: Improve script handling 2021-03-21 19:21:36 +01:00