Mario Hüttel mhu
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 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 deleted branch dmx_receiver from mhu/microscope-ring-light 2022-07-15 19:49:55 +02:00
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.
mhu pushed to dmx_receiver at mhu/microscope-ring-light 2022-06-21 20:57:40 +02:00
4166396f75 Add detailed memory usage output to Makefile
mhu pushed to dmx_receiver at mhu/microscope-ring-light 2022-06-21 20:33:31 +02:00
d7ce66b1d8 Prepare DMX development
mhu created branch dmx_receiver in mhu/microscope-ring-light 2022-06-21 20:33:31 +02:00
mhu pushed to master at mhu/microscope-ring-light 2022-06-21 20:24:49 +02:00
3fc6e81569 Fix bug in clock setup. HSE was accidentally stopped instead of HSI. This didn't have any bad effects though
1cc3a85471 Update gitignores
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-06-09 18:44:34 +02:00
8a62ed2ea7 Fix wrong short shell command for setting baudrate
mhu pushed to dev at mhu/reflow-oven-control-sw 2022-06-09 18:18:57 +02:00
7d43b4130c Add connector info to LCD GUI. So TX and RX of UART can be found without looking at the schematic.