-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### macOS® User-Space Driver for TouCAN USB Interfaces from Rusoku | ||
|
||
_Copyright © 2020-2022 Uwe Vogt, UV Software, Berlin ([email protected])_ | ||
_Copyright © 2020-2023 Uwe Vogt, UV Software, Berlin ([email protected])_ | ||
|
||
# Running CAN on Mac® | ||
|
||
|
@@ -126,15 +126,15 @@ Type `can_test --help` to display all program options. | |
### Development Environment | ||
#### macOS Monterey | ||
#### macOS Ventura | ||
- macOS Monterey (12.5) on a Mac mini (M1, 2020) | ||
- Apple clang version 13.1.6 (clang-1316.0.21.2.5) | ||
- Xcode Version 13.4.1 (13F100) | ||
- macOS Ventura (13.5.2) on a Mac mini (M1, 2020) | ||
- Apple clang version 15.0.0 (clang-1500.0.40.1) | ||
- Xcode Version 15.0 (15A240d) | ||
#### macOS Big Sur | ||
- macOS Big Sur (11.6.8) 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) | ||
|
@@ -149,21 +149,15 @@ Type `can_test --help` to display all program options. | |
- TouCAN USB (Model F4FS1, Hardware 1.0.0, Firmware 1.0.1) | ||
- TouCAN USB (Model F4FS1, Hardware 1.0.0, Firmware 1.0.4) | ||
### Testing | ||
The Xcode project for the trial program includes a xctest target with one test suite for each CAN API V3 **C** interface function. | ||
To run the test suites or single test cases two CAN devices are required. | ||
General test settings can be change in the file `Settings.h`. | ||
## Known Bugs and Caveats | ||
For a list of known bugs and caveats see tab [Issues](https://github.com/mac-can/RusokuCAN.dylib/issues) in the GitHub repo. | ||
## This and That | ||
For reasons unknown to me, the artifacts build with Xcode detect the TouCAN USB adapter only under macOS 10.15 (Catalina) and higher. | ||
The artifacts build by Makefile also detect the adapter under macOS 10.13 (High Sierra). | ||
So I hope that the artifacts build by Makefile are backward compatible down to version 10.8 (Mountain Lion) of the world´s mostest advanced OS. | ||
### 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). | ||
### Licenses | ||
|
@@ -193,7 +187,7 @@ The terms of the GNU General Public License v3.0 (or any later version) apply to | |
Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other countries. \ | ||
Windows is a registered trademark of Microsoft Corporation in the United States and/or other countries. \ | ||
Linux is a registered trademark of Linus Torvalds. \ | ||
All other company, product and service names mentioned herein may be trademarks, registered trademarks or service marks of their respective owners. | ||
All other company, product and service names mentioned herein may be trademarks, registered trademarks, or service marks of their respective owners. | ||
### Hazard Note | ||
|