Initial commit, basic sanity
Some paths hardcoded to my custom toolchain build dir, will be updated to a package.json tools setup soon. https://github.com/earlephilhower/pico-quick-toolchain Blink and Fade examples work (i.e. digitalWrite/analogWrite/delay). Includes a discovery script which will detect RPI Picos in UF2 bootmode.
parents
Showing
.gitmodules
0 → 100644
assembly/crt0.S
0 → 100644
boards.txt
0 → 100644
cores/rp2040/Arduino.h
0 → 100644
cores/rp2040/api
0 → 120000
cores/rp2040/delay.cpp
0 → 100644
cores/rp2040/main.cpp
0 → 100644
pico_base/pico/version.h
0 → 100644
platform.txt
0 → 100644
This diff is collapsed.
programmers.txt
0 → 100644
File added
system/discovery.py
0 → 100755
system/libs/pico.a
0 → 100644
File added
system/uf2conv.py
0 → 100755
This diff is collapsed.
Please register or sign in to comment