blutack
blutack
The comment in the SKR1.4 cfg file uses the incorrect syntax for inverting the probe connection (at least as of current klipper). The ! and ^ were transposed. This patch...
Sorry about the last one, forgot to do the pull against a branch. Currently, debugging an incorrect repeating group template which is missing a tag is difficult because the required...
This is more of a documentation/footgun issue for all STM32 parts that use the FDCAN periph (L/G/H series). The libopencm3 function `fdcan_set_can` takes the following parameters: n_ts1, n_ts2, n_br_presc. These...
Add LPUART1 definition for the STM32G4xx LPUART as per the L4 family. Without the LPUART1 definition, usart_set_baudrate will calculate BRR incorrectly and the UART will not work due to an...