Mario Hüttel mhu
mhu commented on issue mhu/reflow-oven-control-sw#5 2020-08-21 00:48:15 +02:00
Implement fault handling of safety controller and document it

Add this information to the sphinx docu!

mhu opened issue mhu/reflow-oven-control-sw#14 2020-08-21 00:47:45 +02:00
Define and Implement Panic Mode
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-21 00:29:22 +02:00
95de84fa85 Fix #13: Add hang command to shell
mhu closed issue mhu/reflow-oven-control-sw#13 2020-08-21 00:29:22 +02:00
Add hang command
mhu opened issue mhu/reflow-oven-control-sw#13 2020-08-21 00:28:42 +02:00
Add hang command
mhu commented on issue mhu/reflow-oven-control-sw#9 2020-08-21 00:21:51 +02:00
Rework SDIO driver

Sometimes f_open returns FR_INT_ERR which indicates a FAT error.

mhu closed issue mhu/reflow-oven-control-sw#12 2020-08-21 00:20:23 +02:00
flags command: Fix print of timing monitor
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-21 00:20:23 +02:00
432d30cc34 Fix #12: Timing monitors are now correctly displayed in flags command
mhu opened issue mhu/reflow-oven-control-sw#12 2020-08-21 00:16:38 +02:00
flags command: Fix print of timing monitor
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-21 00:07:12 +02:00
0395cd19d4 SD card settings folder: Use f_stat to determine if directory is present
04994bff51 Issue #9: Fix timeout bug in write block command
Compare 2 commits »
mhu opened issue mhu/stm32f4-sdio#4 2020-08-20 23:29:18 +02:00
Check for card state = TRAN in write function
mhu closed issue mhu/reflow-oven-control-sw#11 2020-08-18 20:47:18 +02:00
Safety Controller: Check Timing monitors not IRQ save
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-18 20:47:12 +02:00
45564a7789 Fix safety issue #11
mhu opened issue mhu/reflow-oven-control-sw#11 2020-08-18 20:46:40 +02:00
Safety Controller: Check Timing monitors not IRQ save
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-18 20:23:51 +02:00
fa20304df8 Makefile: Add linker script as dependency for linking step
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-18 20:10:44 +02:00
86ba94a3f3 Makefile: Add linker flag to show memory usage after linking
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-18 19:58:10 +02:00
60e990632b Fix #10: Moved static and global variablöes that are 0 initialized to CCMRAM in order to make room and increase performance.
mhu closed issue mhu/reflow-oven-control-sw#10 2020-08-18 19:58:10 +02:00
Move certain variables to CCMRAM
mhu opened issue mhu/reflow-oven-control-sw#10 2020-08-18 19:33:45 +02:00
Move certain variables to CCMRAM
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-08-18 19:31:01 +02:00
64ef7b4a3c Issue #9: Increase SDIO clock speed to 4.2 MHz