📖 更新文档

Signed-off-by: DAVE <ro7enkranz@qq.com>
This commit is contained in:
DAVE 2022-03-29 14:26:12 +08:00
parent 2c3340f8c2
commit 4d66fd894c
3 changed files with 18 additions and 13 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/build*
*.log

View File

@ -1,25 +1,30 @@
# PEAK PCAN firmware for STM32F042 based boards
# PEAK PCAN firmware for STM32F042 based boards <a title="Hits" target="_blank" href="https://github.com/SummerFalls/pcan_cantact"><img src="https://hits.b3log.org/SummerFalls/pcan_cantact.svg"></a>
![build workflow](https://github.com/moonglow/pcan_cantact/actions/workflows/firmware_build.yml/badge.svg)
[![Build PCAN firmware](https://github.com/SummerFalls/pcan_cantact/actions/workflows/firmware_build.yml/badge.svg)](https://github.com/SummerFalls/pcan_cantact/actions/workflows/firmware_build.yml)
## Target Hardware
## :dart: 目标硬件 / Target Hardware
* [CANtact](https://github.com/linklayer/cantact-hw) - opensource USB-CAN adapter project `make cantact_16`
* [CANable](https://canable.io/) - opensource USB-CAN adapter based on CANtact project `make canable`
* [Entreé](https://github.com/tuna-f1sh/entree) - opensource USB-C CAN adapter based on CANable project `make entree`
* [Ollie](https://github.com/slimelec/ollie-hw) - opensource USB-CAN adapter with isolated USB `make ollie`
* Any other STM32F042 based boards with external or internal OSC.
- [CANtact](https://github.com/linklayer/cantact-hw) - opensource USB-CAN adapter project `make cantact_16`
- [CANable](https://canable.io/) - opensource USB-CAN adapter based on CANtact project `make canable`
- [Entreé](https://github.com/tuna-f1sh/entree) - opensource USB-C CAN adapter based on CANable project `make entree`
- [Ollie](https://github.com/slimelec/ollie-hw) - opensource USB-CAN adapter with isolated USB `make ollie`
- Any other STM32F042 based boards with external or internal OSC.
## Toolchain
## :wrench: 工具链 / Toolchain
* GNU Arm Embedded Toolchain
- GNU Arm Embedded Toolchain
## :beers: 鸣谢 / Credits & Special Thanks
> 支持原作者 Support original author [@Moonglow][Moonglow]
#### Support me
- <a href="https://www.patreon.com/bePatron?u=58145249" data-patreon-widget-type="become-patron-button">Become a Patron!</a>
- **Bitcoin (P2WPKH):** bc1qstnsjqu2kw9v2axens54ycegn3stwvluq7ze5j
License
## :star: License
----
WTFPL
[Moonglow]: https://github.com/moonglow

View File

@ -20,4 +20,3 @@
#else
#error Unknown board variant
#endif