Mario Hüttel mhu
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 15:09:44 +02:00
8ac1d52240 Fix style issues in spi-eeprom.c/h
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 15:07:36 +02:00
3e82cf69b4 Fix style in settings-sd-card.c
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 15:07:03 +02:00
62b256fd18 Fix style in settings-sd-card.c
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 15:04:11 +02:00
74111826a0 Fix style in settings-eeprom.c
69d7724c8f Fix style problems in settings.c
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 14:44:58 +02:00
48f69d0fb5 Fix style issues in watchdog.c
8fd924829e Fix style problems in stack-check.c
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 14:40:56 +02:00
ba8072c21d Fix style problems in safety-memory.c
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 13:01:47 +02:00
5ddae7efee Fiy style issues
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-16 12:46:54 +02:00
14ea4d22fe Fix style issues in STM peripheral drivers
d5780500f3 Update C-style checker
Compare 2 commits »
mhu pushed to master at mhu/c-style-checker 2022-07-16 12:38:16 +02:00
aeb2707d80 Disable warning about volatile variables. They are oftne needed in embedded code
mhu pushed tag v2.2 to mhu/microscope-ring-light 2022-07-15 19:52:20 +02:00
mhu deleted branch dmx_receiver from mhu/microscope-ring-light 2022-07-15 19:49:55 +02:00
mhu merged pull request mhu/microscope-ring-light#1 2022-07-15 19:49:55 +02:00
Implement DMX reciever and add more advanced failure mode
mhu pushed to master at mhu/microscope-ring-light 2022-07-15 19:49:55 +02:00
22be779d75 Merge pull request 'Implement DMX reciever and add more advanced failure mode' (#1) from dmx_receiver into master
be3efc07d3 Improve implementation. Add blinking red led to overtemperature mode
8dc30f15fb Implement first working version of DMX receiver. Might still be buggy
60f1923abe Implement first draft of working DMX. Still needs rework and beatifying
d06b2b7eaf Implement test RX for DMX. Still no functionality
Compare 8 commits »
mhu created pull request mhu/microscope-ring-light#1 2022-07-15 19:49:40 +02:00
Implement DMX reciever and add more advanced failure mode
mhu pushed to dmx_receiver at mhu/microscope-ring-light 2022-07-15 19:48:17 +02:00
be3efc07d3 Improve implementation. Add blinking red led to overtemperature mode
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-07-13 19:46:43 +02:00
d4d654e8dd Add additional debug info to version command and add CPU cycle counter to cc instruction's output
mhu pushed to dmx_receiver at mhu/microscope-ring-light 2022-07-07 17:39:55 +02:00
8dc30f15fb Implement first working version of DMX receiver. Might still be buggy
mhu pushed to dmx_receiver at mhu/microscope-ring-light 2022-06-24 19:42:39 +02:00
60f1923abe Implement first draft of working DMX. Still needs rework and beatifying
mhu pushed to dmx_receiver at mhu/microscope-ring-light 2022-06-24 18:08:34 +02:00
d06b2b7eaf Implement test RX for DMX. Still no functionality
mhu pushed to dmx_receiver at mhu/microscope-ring-light 2022-06-21 22:04:26 +02:00
3faab7173c Implement Uart RX functionality. UART RX works. DMX frame detection not yet implemented.