reflow-oven-control-sw/stm-firmware
Mario Hüttel 8a9bd0df6e Add documentation for reflow controller 2021-07-15 00:20:03 +02:00
..
base64-lib@251e90abf3 Update base64 lib submodule 2021-03-23 22:19:43 +01:00
boot Write memory test for system RAM 2021-05-22 11:25:55 +02:00
config-parser Restructuring and comments 2021-05-22 16:40:08 +02:00
doxygen Change doxygen config 2021-05-22 15:26:39 +02:00
fatfs Update fatfs in main application 2021-04-10 20:35:33 +02:00
include Add documentation for reflow controller 2021-07-15 00:20:03 +02:00
linklist-lib@18b3ab377a Update linked list library and include it into build 2021-04-10 22:35:30 +02:00
safety updater: Add function to safety memory for storing the update file name 2021-04-07 13:19:16 +02: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
temp-profile Doxygen headers 2021-05-22 17:02:37 +02:00
ui Fix #35: List with updae filename was freed before it was used. This is now fixed and working 2021-07-13 21:05:00 +02:00
updater Improve code style and comments 2021-05-22 12:44:43 +02: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 Restructuring and comments 2021-05-22 16:40:08 +02:00
adc-meas.c Safety Bug: Add meas ADC timing flag to output of the pt1000 read function so it becomes invalid in this case. 2021-04-04 19:35:32 +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 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 Restructuring and comments 2021-05-22 16:40:08 +02:00
oven-driver.c Add kd_tau to oven PID parameters 2021-01-24 19:56:00 +01:00
pid-controller.c Add documentation for reflow controller 2021-07-15 00:20:03 +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
shell.c Move push button and rotary encoder files to UI folder 2021-05-22 17:05:56 +02:00
stm32f407vet6_flash.ld Fix aligment problems in Linkerscript 2021-05-24 12:38:37 +02:00
syscalls.c Change linker script and startup code. 2020-08-21 23:47:55 +02:00
systick.c Expand documentation 2021-05-22 15:27:55 +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