Mario Hüttel mhu
mhu pushed to updater at mhu/reflow-oven-control-sw 2020-08-30 19:11:47 +02:00
cd4276e47b Merge branch 'dev' into updater
3dfe59482e Fix #17: Merge branch 'issue/17-rotary-emulation-cmd' into dev
9024402a3b Issue #17: Write documentation for emulation function
f32d1afde5 Issue #17: Add ui-emulate command to shell
0da6925119 Issue #17: Add override function for deltas of rotary encoder
Compare 208 commits »
mhu pushed to issue/4-constant-temperature-driver at mhu/reflow-oven-control-sw 2020-08-30 19:08:25 +02:00
3dfe59482e Fix #17: Merge branch 'issue/17-rotary-emulation-cmd' into dev
9024402a3b Issue #17: Write documentation for emulation function
f32d1afde5 Issue #17: Add ui-emulate command to shell
0da6925119 Issue #17: Add override function for deltas of rotary encoder
914abd8562 Issue #17: Add override function for button
mhu deleted tag issue/4-constant-temperature-driver from mhu/reflow-oven-control-sw 2020-08-30 19:08:25 +02:00
mhu pushed to issue/3-load-oven-pid-params at mhu/reflow-oven-control-sw 2020-08-30 19:07:27 +02:00
3dfe59482e Fix #17: Merge branch 'issue/17-rotary-emulation-cmd' into dev
9024402a3b Issue #17: Write documentation for emulation function
f32d1afde5 Issue #17: Add ui-emulate command to shell
0da6925119 Issue #17: Add override function for deltas of rotary encoder
914abd8562 Issue #17: Add override function for button
mhu deleted tag issue/3-load-oven-pid-params from mhu/reflow-oven-control-sw 2020-08-30 19:07:27 +02:00
mhu closed issue mhu/reflow-oven-control-sw#17 2020-08-30 19:05:41 +02:00
Shell command that allows emulation of rotary encoder/button for testing
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-30 19:04:37 +02:00
3dfe59482e Fix #17: Merge branch 'issue/17-rotary-emulation-cmd' into dev
9024402a3b Issue #17: Write documentation for emulation function
f32d1afde5 Issue #17: Add ui-emulate command to shell
0da6925119 Issue #17: Add override function for deltas of rotary encoder
914abd8562 Issue #17: Add override function for button
Compare 5 commits »
mhu opened issue mhu/reflow-oven-control-sw#17 2020-08-30 18:09:19 +02:00
Shell command that allows emulation of rotary encoder/button for testing
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-29 08:53:34 +02:00
80edd09528 temperature converter: Replace division with multiplication. This makes the code faster
ab4499a284 Fix mrpropewr make target to clean debug and release projects
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-23 21:51:41 +02:00
cc6e922d1b Move variables to CCM RAM
149c5715c6 Add fault modes and start implementation of backup SRAM. However, this will probably never be used
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-23 00:04:07 +02:00
627da0def5 Fix-up documentation
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-22 23:57:30 +02:00
324e6d506d Issue #5: Write documentation for error flags and their handling
mhu pushed to master at mhu/stm32f407vx-template 2020-08-22 13:46:14 +02:00
ebbf27735c Fix bugs in linker script
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-22 13:45:25 +02:00
dcd1fa9605 remove executable flag from CCM memory because it is not executable
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-22 13:33:56 +02:00
3cc49fb764 Remove unneeded variable
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-22 13:31:07 +02:00
13ac487ddb remove unneeded variables
mhu commented on issue mhu/reflow-oven-control-sw#16 2020-08-22 00:05:09 +02:00
Rewrite Startup code

Fixed in ec117e0627

mhu closed issue mhu/reflow-oven-control-sw#16 2020-08-22 00:05:09 +02:00
Rewrite Startup code
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-21 23:48:42 +02:00
ec117e0627 Change linker script and startup code.
mhu pushed to master at mhu/stm32f407vx-template 2020-08-21 23:17:00 +02:00
bdcfb2c29c Add full vector table and implement region tests in main. Verified by debugger