Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-can authored Sep 21, 2023
1 parent 7a59a51 commit 4e088ff
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,26 +117,27 @@ Type `can_test --help` to display all program options.
### Target Platform
- macOS 11.0 and later (Intel x64 and Apple silicon)
- Debian GNU/Linux 12 (Linux Kernel 6.x)
### Development Environment
#### macOS Ventura
- macOS Ventura (13.5.1) on a Mac mini (M1, 2020)
- macOS Ventura (13.5.2) on a Mac mini (M1, 2020)
- Apple clang version 14.0.3 (clang-1403.0.22.14.1)
- Xcode Version 14.3.1 (14E300c)
#### macOS Big Sur
- macOS Big Sur (11.7.9) on a MacBook Pro (2019)
- macOS Big Sur (11.7.10) on a MacBook Pro (2019)
- Apple clang version 13.0.0 (clang-1300.0.29.30)
- Xcode Version 13.2.1 (13C100)
#### macOS High Sierra
#### Debian Bookworm
- macOS High Sierra (10.13.6) on a MacBook Pro (late 2011)
- Apple LLVM version 10.0.0 (clang-1000.11.45.5)
- Xcode Version 10.1 (10B61)
- Debian Bookworm (Debian GNU/Linux 12) on an Intel Core i5
- gcc (Debian 12.2.0-14) 12.2.0
- PCAN Driver and Library for Linux v8.16
### Required PCBUSB Library
Expand All @@ -157,14 +158,23 @@ General test settings can be adapted in the file `Settings.h`.
## This and That
### PCBUSB Library for macOS®
The PCBUSB library can be downloaded form the [MacCAN](https://mac-can.com/) website (binaries only). \
Please note the copyright and license agreements.
### PCAN Linux® Driver and Library
The PCAN Linux (chardev) driver and library can be downloaded form [Peak's](https://www.peak-system.com/fileadmin/media/linux/index.htm/) website.
### Wrapper Library for Windows®
A CAN API V3 compatible Wrapper Library for Windows is also available.
It is build upon Peak´s PCANBasic DLL and can be downloaded from / cloned at [GitHub](https://github.com/uv-software/PCANBasic-Wrapper).
### CAN API V3 Reference
A generic documentation of the CAN API V3 application programming interface can be found [here](https://uv-software.github.io/CANAPI-Docs/#/).
### Dual-License
This work is dual-licensed under the terms of the BSD 2-Clause "Simplified" License
Expand Down

0 comments on commit 4e088ff

Please sign in to comment.