homebrew to query clkrst registers, requires rebuilding nx-hbloader to allow access; emc pllm(b) divm accepts 1/2/4 only

This commit is contained in:
KazushiM
2022-02-09 15:27:57 +08:00
parent c701de9ca5
commit 94ac52e80b
8 changed files with 130 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ export CC := g++-11
all: test
test:
$(CC) ldr_oc_suite.cpp test.cpp -o ./test -O2 -std=c++20 -DOC_TEST
$(CC) ldr_oc_suite.cpp test.cpp -o ./test -O2 -std=c++20
clean:
rm ./test