Mario Hüttel mhu
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-05-05 18:20:18 +02:00
2187c1a712 Write a few doxygen headers
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-05-05 18:19:56 +02:00
2187c1a712 Write a few doxygen headers
60602008d4 Update 'stm-firmware/ui/lcd.c'
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-05-05 08:07:25 +02:00
60602008d4 Update 'stm-firmware/ui/lcd.c'
mhu pushed to master at mhu/reflow-oven-control-sw 2020-05-05 00:05:23 +02:00
2d3b61550b Fix ADC Watchdog handling
85fe0f6749 Fix LEDs in ptdump command
5ae31a1705 Increase ADC_PT1000_WATCHDOG_SAMPLE_COUNT to 50
ffe195d7b2 ADC Measurment: Introduce ADC_PT1000_WATCHDOG_SAMPLE_COUNT in order to filter out false Watchdog errors produces by EMI problems"
b9a38549dc Add stack_check_collision() function
Compare 11 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-05-05 00:03:54 +02:00
04389b1df6 Use correct format specifier in printf for uint32_t
90da880386 Makefile: Cleanup whole obj/ dir when clean
bd82f55966 Show rotary encode value on display
3d48bfb6a6 Fix lenght of LCD from 20 chars to 16 chars
ea3d0121cc Add selected functions to optimization for faster interrupt handling
Compare 35 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-05-05 00:01:27 +02:00
04389b1df6 Use correct format specifier in printf for uint32_t
90da880386 Makefile: Cleanup whole obj/ dir when clean
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-05-04 21:36:59 +02:00
bd82f55966 Show rotary encode value on display
3d48bfb6a6 Fix lenght of LCD from 20 chars to 16 chars
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-05-04 21:31:13 +02:00
ea3d0121cc Add selected functions to optimization for faster interrupt handling
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-05-04 21:21:58 +02:00
e2c2be6e30 Implement state machine controlled async LCD writing
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-05-02 19:10:35 +02:00
df82f14206 Make LCD code working. Add FSM for LCD in order to write it in mainloop
e237776810 Fix parenthesis in macros
88062dc8e4 Add systick function that checks for passed ticks with correct wrap around
67899c8f02 Merge branch 'dev' into ui
cfaffc7d50 Update shellmatta to newset version
Compare 5 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-05-01 19:52:54 +02:00
cfaffc7d50 Update shellmatta to newset version
mhu pushed to develop at mhu/shellmatta 2020-05-01 19:29:30 +02:00
73e8f0af03 fixed whitespaces in makefile
c74e37b846 fix #47 now calling a continued command even without new input data
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-04-27 21:53:37 +02:00
fe51c80248 Merge branch 'dev' into ui
e7106b54c4 Add cat command
119aa1b0ff Add main loop counter
415979e211 Merge branch 'dev' into ui
d91463c458 Make MOTD clear the screen
Compare 5 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-04-27 21:53:15 +02:00
e7106b54c4 Add cat command
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-04-27 20:19:53 +02:00
d91463c458 Make MOTD clear the screen
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-04-27 20:18:49 +02:00
122a16ad4e Use button module in main loop
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-04-27 20:18:18 +02:00
3834bd404c Fix button module and adjust long keypress time to a sane value
eb3b0eb459 Merge branch 'dev' into ui
9761204b08 Update shellmatta to newest version
4df68880f0 Add correct handling of sd card, add reset command, add ls command
6e07a363f4 Add settings module
Compare 12 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-04-26 22:25:54 +02:00
9761204b08 Update shellmatta to newest version
mhu pushed to develop at mhu/shellmatta 2020-04-26 22:25:35 +02:00
ebf65d7448 Merge branch 'Fix_redundant_assignment' of shimatta/shellmatta into develop
0fa2e5d1f8 Fix bug in shellmatta.c
3f54a989f3 fixed cppcheck call for older versions of cppcheck - removed misra checking (is broken anyway if there is no misra text file present
Compare 3 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-04-26 21:23:28 +02:00
4df68880f0 Add correct handling of sd card, add reset command, add ls command