reflow-oven-control-sw/stm-firmware
Mario Hüttel ef8e6231ff Issue #4: Implement Constant temperature function in GUI. This is useful to verify the oven parameters 2020-11-30 21:43:38 +01:00
..
base64-lib@80090b4b20 Update base 64 library 2020-11-02 23:47:32 +01:00
boot Fix startup code bug in release mode 2020-08-30 19:40:33 +02:00
config-parser Add error checking function for config parser 2020-11-29 19:02:52 +01:00
doxygen Doxygen: Fix bug of IN_SECTION macro and __atribute__ 2020-09-06 22:13:51 +02:00
fatfs improve SDIO driver 2020-11-02 18:19:42 +01:00
include Issue #4: Implement Constant temperature function in GUI. This is useful to verify the oven parameters 2020-11-30 21:43:38 +01:00
obj First test version to sample temperature input and blink LEDs 2020-01-26 21:07:54 +01:00
safety Issue #4: Implement Constant temperature function in GUI. This is useful to verify the oven parameters 2020-11-30 21:43:38 +01:00
settings Use error checking function of config parser in settings module 2020-11-29 19:03:17 +01:00
setup Fix warnings in autogenerated file system_stm32f4xx.c 2020-02-12 21:15:51 +01:00
shellmatta@1b7cdb1acc Update shellmatta 2020-06-25 23:54:36 +02:00
stm-periph Implement saftey memory dump feature and increase heap space 2020-11-01 20:43:59 +01:00
ui Issue #4: Implement Constant temperature function in GUI. This is useful to verify the oven parameters 2020-11-30 21:43:38 +01:00
.gitignore Issue #21: Change calibration apply function 2020-11-15 23:10:19 +01:00
Makefile Add PCB/Hardware version detection 2020-11-29 19:02:30 +01:00
adc-meas.c Make Safety ADC use sequnece feature of ADC and use DMA to write data 2020-11-30 00:01:26 +01:00
button.c Issue #17: Add override function for button 2020-08-30 18:20:58 +02:00
calibration.c Add reset-cal shell command and modify cal command to show existing calibration 2020-11-17 00:53:21 +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 fixup style issues 2020-08-31 22:58:00 +02:00
hw-version-detect.c Add PCB/Hardware version detection 2020-11-29 19:02:30 +01:00
main.c Issue #4: Implement Constant temperature function in GUI. This is useful to verify the oven parameters 2020-11-30 21:43:38 +01:00
oven-driver.c Issue #4: Implement Constant temperature function in GUI. This is useful to verify the oven parameters 2020-11-30 21:43:38 +01:00
pid-controller.c Add low pass for Derviative part in PID controller 2020-11-30 21:40:28 +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 Issue #17: Add override function for deltas of rotary encoder 2020-08-30 18:25:10 +02:00
shell.c Add PCB/Hardware version detection 2020-11-29 19:02:30 +01:00
stm32f407vet6_flash.ld Implement saftey memory dump feature and increase heap space 2020-11-01 20:43:59 +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 temperature converter: Replace division with multiplication. This makes the code faster 2020-08-29 08:53:23 +02:00