rp2350: add pll generalized solution; fix ADC handles; pwm period fix

This commit is contained in:
soypat
2025-02-13 18:51:04 -03:00
committed by Ron Evans
parent 0ec1cb1e19
commit 9c7bbce029
9 changed files with 322 additions and 27 deletions
+2
View File
@@ -523,6 +523,8 @@ smoketest: testchdir
# regression test for #2563
cd tests/os/smoke && $(TINYGO) test -c -target=pybadge && rm smoke.test
# test all examples (except pwm)
$(TINYGO) build -size short -o test.hex -target=pga2350 examples/echo
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/adc