From 7fb46a8b344d91e4ef9c2f0d6d1974a930342ac2 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Wed, 22 May 2024 09:16:52 -0600 Subject: [PATCH] README: note that CANable-MKS 1.0 is supported, not 2.0 This clarification would have helped me avoid confusion leading to issue 180 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c08a97ce..48fa5414 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is firmware for certain STM32F042x/STM32F072xB-based USB-CAN adapters, nota - CANAlyze: (STM32F042C6) - VulCAN Gen1: (STM32F042x6) - EntreƩ: (STM32F042x6) -- CANable-MKS: (STM32F072xB) +- CANable-MKS 1.0: (STM32F072xB) - ConvertDevice-xCAN: (STM32F072xB) - ConvertDevice-xCANFD: (STM32G0B1CBT6) - DSD TECH SH-C30A: (STM32F072xB) @@ -30,6 +30,9 @@ firmware. Support for these devices is discussed in https://github.com/candle-usb/candleLight_fw/pull/139 and https://github.com/candle-usb/candleLight_fw/pull/176. +STM32G431-based devices (e.g. CANable-MKS 2.0) are not yet supported. + + ## Known issues Be aware that there is a bug in the gs_usb module in linux<4.5 that can crash the kernel on device removal.