Mario Hüttel mhu
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-14 23:36:56 +02:00
78417e0c8c Progress in error handling
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-14 23:22:39 +02:00
62a3e06baa Fixx style problems and design errors in main.c
485b887b54 fix too long lines
Compare 2 commits »
mhu pushed to O3-test at mhu/reflow-oven-control-sw 2020-06-14 21:04:15 +02:00
eb69d16ec1 Change FatFS to Unix line endings
mhu pushed to O3-test at mhu/reflow-oven-control-sw 2020-06-14 20:41:48 +02:00
bae9120a0a Test compiler optimization
fe75b93ec7 Fix logical or operator
ab157bfb5a Fix empty line
f0bf10d91d use correct LED for error blinking
cbd28f9a12 Add safety management in PID handler and main loop
mhu deleted tag O3-test from mhu/reflow-oven-control-sw 2020-06-14 20:41:48 +02:00
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-14 20:26:36 +02:00
fe75b93ec7 Fix logical or operator
ab157bfb5a Fix empty line
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-14 19:14:17 +02:00
f0bf10d91d use correct LED for error blinking
cbd28f9a12 Add safety management in PID handler and main loop
a33154b2d0 Move shadow buffer of LCD to CCMRAM
828b47f3be Fix error in power handling of LCD FSM
7b426c93c9 About GUI menu: Improve rotary handling
Compare 13 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 19:13:53 +02:00
f0bf10d91d use correct LED for error blinking
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 19:10:14 +02:00
cbd28f9a12 Add safety management in PID handler and main loop
a33154b2d0 Move shadow buffer of LCD to CCMRAM
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 17:52:30 +02:00
828b47f3be Fix error in power handling of LCD FSM
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 16:26:48 +02:00
7b426c93c9 About GUI menu: Improve rotary handling
20fd7b41e6 Edit about menu: Add new entry for serial number and compile info
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 14:50:34 +02:00
f60545f664 make convenience pointer to global structs const
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 14:46:02 +02:00
679d4534cb Add formatted prinbt function for LCD menu and use systick vonversion in uptime shell command
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 14:16:21 +02:00
372be53471 make uptime in LCD UI use systick function for converting uptime
0cdc7448e4 Systick: Add function to calculate uptime in days, hours, minutes, and seconds from global tick
43b4fd1e77 Changes for menu
d178910594 Fix last change to make controller WFI in LCD_FMS_NOP state
Compare 4 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 01:31:59 +02:00
6f4363e021 Change return value of reflow_menu_handle
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 01:20:42 +02:00
0fca4c6c20 LCD Timing changes
7595e6ced8 Fix smaller code mistake in LCD FSM
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-14 01:04:27 +02:00
0fca4c6c20 LCD Timing changes
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-13 23:37:12 +02:00
7595e6ced8 Fix smaller code mistake in LCD FSM
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-13 23:25:58 +02:00
2547c134f2 Add PID controller to oven driver module
a6dc4f9b46 Add about command to menu and restructure code. Delete preliminary code from mainloop. Better code will follow
e627cb67a5 fix smaller bugs in Menu code and implement first test of main menu with one functional sunbmenu for the safety parameters
d6e489bb61 Add defines for special LCD characters
3b2d8c14c3 Change division to multiplication in floating point operation
Compare 28 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-13 23:24:06 +02:00
2547c134f2 Add PID controller to oven driver module