README: fix markdown url markup, no content changes

This commit is contained in:
Sebastian Kuzminsky 2024-05-22 09:13:29 -06:00
parent b1e557b0cd
commit 8c63bcf98c

View File

@ -2,20 +2,20 @@
[![Build](https://github.com/candle-usb/candleLight_fw/actions/workflows/ci.yml/badge.svg)](https://github.com/candle-usb/candleLight_fw/actions) [![Build](https://github.com/candle-usb/candleLight_fw/actions/workflows/ci.yml/badge.svg)](https://github.com/candle-usb/candleLight_fw/actions)
This is firmware for certain STM32F042x/STM32F072xB-based USB-CAN adapters, notably: This is firmware for certain STM32F042x/STM32F072xB-based USB-CAN adapters, notably:
- candleLight: https://github.com/HubertD/candleLight (STM32F072xB) - candleLight: <https://github.com/HubertD/candleLight> (STM32F072xB)
- candleLight FD: https://linux-automation.com/en/products/candlelight-fd.html (STM32G0B1CBT) - candleLight FD: <https://linux-automation.com/en/products/candlelight-fd.html> (STM32G0B1CBT)
- candleLight: https://www.linux-automation.com/en/products/candlelight.html (STM32F072xB) - candleLight: <https://www.linux-automation.com/en/products/candlelight.html> (STM32F072xB)
- cantact: https://www.linklayer.com/tools (STM32F042C6) - cantact: <https://www.linklayer.com/tools> (STM32F042C6)
- canable (cantact clone): http://canable.io/ (STM32F042C6) - canable (cantact clone): <http://canable.io/> (STM32F042C6)
- USB2CAN: https://github.com/roboterclubaachen/usb2can (STM32F042x6) - USB2CAN: <https://github.com/roboterclubaachen/usb2can> (STM32F042x6)
- CANAlyze: https://kkuchera.github.io/canalyze/ (STM32F042C6) - CANAlyze: <https://kkuchera.github.io/canalyze/> (STM32F042C6)
- VulCAN Gen1: https://shop.copperforge.cc/products/ac41 (STM32F042x6) - VulCAN Gen1: <https://shop.copperforge.cc/products/ac41> (STM32F042x6)
- Entreé: https://github.com/tuna-f1sh/entree (STM32F042x6) - Entreé: <https://github.com/tuna-f1sh/entree> (STM32F042x6)
- CANable-MKS: https://github.com/makerbase-mks/CANable-MKS (STM32F072xB) - CANable-MKS: <https://github.com/makerbase-mks/CANable-MKS> (STM32F072xB)
- ConvertDevice-xCAN: https://github.com/ConvertDevice/xCAN (STM32F072xB) - ConvertDevice-xCAN: <https://github.com/ConvertDevice/xCAN> (STM32F072xB)
- ConvertDevice-xCANFD: https://github.com/ConvertDevice/xCANFD (STM32G0B1CBT6) - ConvertDevice-xCANFD: <https://github.com/ConvertDevice/xCANFD> (STM32G0B1CBT6)
- DSD TECH SH-C30A: https://www.deshide.com/product-details.html?pid=384242&_t=1671089557 (STM32F072xB) - DSD TECH SH-C30A: <https://www.deshide.com/product-details.html?pid=384242&_t=1671089557> (STM32F072xB)
- FYSETC UCAN: https://www.fysetc.com/products/fysetc-ucan-board-based-on-stm32f072-usb-to-can-adapter-support-with-canable-candlelight-klipper-firmware (STM32F072xB) - FYSETC UCAN: <https://www.fysetc.com/products/fysetc-ucan-board-based-on-stm32f072-usb-to-can-adapter-support-with-canable-candlelight-klipper-firmware> (STM32F072xB)
Of important note is that the common STM32F103 will NOT work with this firmware because its hardware cannot use both USB and CAN simultaneously. Of important note is that the common STM32F103 will NOT work with this firmware because its hardware cannot use both USB and CAN simultaneously.
Beware also the smaller packages in the F042 series which map a USB and CAN_TX signal on the same pin and are therefore unusable ! Beware also the smaller packages in the F042 series which map a USB and CAN_TX signal on the same pin and are therefore unusable !