mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-28 06:02:52 +08:00
Clarify stm32f0x2 support
This commit is contained in:
parent
0c04aaa45d
commit
28a31e6fd3
16
README.md
16
README.md
@ -1,14 +1,16 @@
|
||||
# candleLight_gsusb
|
||||
[![Build Status](https://travis-ci.org/candle-usb/candleLight_fw.svg?branch=master)](https://travis-ci.org/candle-usb/candleLight_fw)
|
||||
|
||||
This is a firmware for stm32f0-based USB-CAN adapters, notably:
|
||||
- candleLight: https://github.com/HubertD/candleLight
|
||||
- cantact: http://linklayer.github.io/cantact/
|
||||
- canable (cantact clone): http://canable.io/
|
||||
- USB2CAN: https://github.com/roboterclubaachen/usb2can
|
||||
- CANAlyze: https://kkuchera.github.io/canalyze/
|
||||
This is firmware for certain STM32F042x/STM32F072xB-based USB-CAN adapters, notably:
|
||||
- candleLight: https://github.com/HubertD/candleLight (STM32F072xB)
|
||||
- cantact: http://linklayer.github.io/cantact/ (STM32F042x6)
|
||||
- canable (cantact clone): http://canable.io/ (STM32F042x6)
|
||||
- USB2CAN: https://github.com/roboterclubaachen/usb2can (STM32F042x6)
|
||||
- CANAlyze: https://kkuchera.github.io/canalyze/ (STM32F042x6)
|
||||
|
||||
It implements the interface of the mainline linux gs_usb kernel module and
|
||||
Of important note is that the common STM32F103 will NOT work with this firmware because its hardware cannot use both USB and CAN simultaneously.
|
||||
|
||||
This implements the interface of the mainline linux gs_usb kernel module and
|
||||
works out-of-the-box with linux distros packaging this module, e.g. Ubuntu.
|
||||
|
||||
## Known issues
|
||||
|
Loading…
x
Reference in New Issue
Block a user