Mario Hüttel mhu
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-02 18:19:45 +01:00
e37001e3c4 improve SDIO driver
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-02 18:17:58 +01:00
09ea84beaf Increase watchdog timeout because some SD card operations need a lot of time
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 21:24:17 +01:00
dc9fc2f814 Fix code warnings
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 21:22:32 +01:00
32c8e2e937 Add define to move uart on debug header even when compiled in release mode
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 21:03:03 +01:00
88360fe307 close config parser after use for reading calibration
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 21:00:50 +01:00
57308e18e3 Delete cmsis math library. It is not needed anymore
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 20:59:21 +01:00
731cb4fec3 Remove cmsis dsp library from project
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 20:58:35 +01:00
8ff276e30d see last commit
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 20:56:52 +01:00
1166477a6c Calibration routines adapted
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 20:44:02 +01:00
7aa0b62012 Implement saftey memory dump feature and increase heap space
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 18:03:55 +01:00
10596cdbf0 Add base64 library to Makefile
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 18:01:32 +01:00
fc6fb1aee0 Add base 64 library
mhu pushed to master at mhu/base64-lib 2020-11-01 17:59:07 +01:00
2035cf0ad8 Implement Base64 encoding function
mhu deleted tag master from mhu/base64-lib 2020-11-01 17:59:07 +01:00
mhu created repository mhu/base64-lib 2020-11-01 17:58:47 +01:00
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-01 00:59:54 +01:00
1eeaf3d892 Use new config parser for calibration
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-10-31 01:11:21 +01:00
a3778fcb6e Change double numbers to float in order to prevent unwanted double to float conversion
86f153bf69 Fix code style
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-10-30 23:12:44 +01:00
3ca5e41602 Implement config read function
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-10-30 22:24:06 +01:00
dcec366b0a Implement config_parser_reset_to_start()
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-10-30 22:21:38 +01:00
14b7bdbf19 Start config parser