-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added darwin_arm64 and updated linux_arm_* (#2)
Add libftd2xx_darwin_arm64_v1.4.24.a so build is fixed on Macs M1/M2. libftd2xx_darwin_amd64_v1.4.4.a => libftd2xx_darwin_amd64_v1.4.24.a libftd2xx_linux_amd64_v1.4.24.a => libftd2xx_linux_amd64_v1.4.27.a libftd2xx_linux_arm6hf_v1.4.24.a => libftd2xx_linux_arm6hf_v1.4.27.a libftd2xx_linux_arm64_v1.4.24.a => libftd2xx_linux_arm8hf_v1.4.27.a
- Loading branch information
Showing
11 changed files
with
17 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright 2022 The Periph Authors. All rights reserved. | ||
// Use of this source code is governed under the Apache License, Version 2.0 | ||
// that can be found in the LICENSE file. | ||
|
||
//go:build cgo && !no_d2xx | ||
// +build cgo,!no_d2xx | ||
|
||
package d2xx | ||
|
||
/* | ||
#cgo LDFLAGS: -framework CoreFoundation -framework IOKit ${SRCDIR}/third_party/libftd2xx_darwin_arm64_v1.4.24.a | ||
*/ | ||
import "C" |
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
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+455 KB
third_party/libftd2xx_linux_amd64_v1.4.24.a → third_party/libftd2xx_linux_amd64_v1.4.27.a
Binary file not shown.
Binary file renamed
BIN
+376 KB
third_party/libftd2xx_linux_arm6hf_v1.4.24.a → third_party/libftd2xx_linux_arm6hf_v1.4.27.a
Binary file not shown.
Binary file renamed
BIN
+451 KB
third_party/libftd2xx_linux_arm64_v1.4.24.a → third_party/libftd2xx_linux_arm8hf_v1.4.27.a
Binary file not shown.