We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0310e8c commit 38a7c68Copy full SHA for 38a7c68
.ci/ci
@@ -50,7 +50,7 @@ make -j8 factory-setup
50
make -j8 bootloader-semihosting
51
make -j8 firmware-semihosting
52
53
-(cd tools/atecc608a; go test ./...)
+(cd tools/atecc608; go test ./...)
54
55
# Don't generate graphics in CI
56
(cd build; cmake -DDOC_GRAPHS=NO ..)
Makefile
@@ -127,7 +127,7 @@ dockerdev:
127
dockerrel:
128
./scripts/dockerenv.sh release
129
generate-atecc608-config:
130
- cd tools/atecc608a && go run main.go
+ cd tools/atecc608 && go run main.go
131
ci:
132
./.ci/ci
133
prepare-tidy: | build build-build
tools/atecc608a/config/config.go renamed to tools/atecc608/config/config.go
tools/atecc608a/config/config_test.go renamed to tools/atecc608/config/config_test.go
tools/atecc608a/go.mod renamed to tools/atecc608/go.mod
tools/atecc608a/main.go renamed to tools/atecc608/main.go
0 commit comments