Skip to content

Commit 38a7c68

Browse files
committed
tools/atecc608a: rename to tools/atecc608
There are two versions, ATECC608A and ATECC608B, and the tool works for both.
1 parent 0310e8c commit 38a7c68

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

.ci/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ make -j8 factory-setup
5050
make -j8 bootloader-semihosting
5151
make -j8 firmware-semihosting
5252

53-
(cd tools/atecc608a; go test ./...)
53+
(cd tools/atecc608; go test ./...)
5454

5555
# Don't generate graphics in CI
5656
(cd build; cmake -DDOC_GRAPHS=NO ..)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dockerdev:
127127
dockerrel:
128128
./scripts/dockerenv.sh release
129129
generate-atecc608-config:
130-
cd tools/atecc608a && go run main.go
130+
cd tools/atecc608 && go run main.go
131131
ci:
132132
./.ci/ci
133133
prepare-tidy: | build build-build
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)