Mario Hüttel mhu
mhu closed issue mhu/reflow-oven-control-sw#3 2020-11-08 21:38:49 +01:00
Load oven PID parameters, when SD card is inserted
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-08 21:38:40 +01:00
a858223c35 Fix #3: Merge branch 'issue/3-load-oven-pid-params' into dev
f2405e23b4 Add settings load function for PID parameters
Compare 2 commits »
mhu commented on issue mhu/reflow-oven-control-sw#3 2020-11-08 21:37:39 +01:00
Load oven PID parameters, when SD card is inserted

It tuned out, loading PIS on SD insertion is not the proper way. Instead, the commands that will start the pid will load the parameters using the in commit f2405e23b401bc7ccadc6dc2bed863b297fe6edb implemented settings function.

mhu pushed to issue/3-load-oven-pid-params at mhu/reflow-oven-control-sw 2020-11-08 21:35:44 +01:00
f2405e23b4 Add settings load function for PID parameters
mhu pushed to issue/3-load-oven-pid-params at mhu/reflow-oven-control-sw 2020-11-08 20:54:17 +01:00
2e640fa7fa Update base 64 library
1a3889b72d Update base64 lib to newest version. Now supports decoding
a7e376deab Add safety memory dump to file functionality
bb39c4b6e0 Fix bug in settings parser
7b1ae3bdc6 Improve code in calibration module
Compare 81 commits »
mhu deleted branch housing-v1.2 from pcb/reflow-oven-control-pcb 2020-11-08 19:58:55 +01:00
mhu pushed to v1.3-dev at pcb/reflow-oven-control-pcb 2020-11-08 19:58:18 +01:00
be3c30d734 Rescue symbol
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-02 23:47:36 +01:00
2e640fa7fa Update base 64 library
mhu pushed to master at mhu/base64-lib 2020-11-02 23:47:15 +01:00
80090b4b20 Fix build instructions
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-02 23:44:41 +01:00
1a3889b72d Update base64 lib to newest version. Now supports decoding
mhu pushed to master at mhu/base64-lib 2020-11-02 23:44:02 +01:00
b9cd9198d7 Finish first draft of this library
mhu pushed to master at mhu/base64-lib 2020-11-02 22:31:22 +01:00
5aa063cafd Modify test target and add build instructions to readme
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-02 18:21:27 +01:00
a7e376deab Add safety memory dump to file functionality
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-11-02 18:21:00 +01:00
bb39c4b6e0 Fix bug in settings parser
7b1ae3bdc6 Improve code in calibration module
Compare 2 commits »
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