- 24 Mar, 2021 7 commits
-
-
Earle F. Philhower, III authored
Add a symlink to the repo to point to the ArduinoAPI submodule instead of requiring manual addition after athe first `git clone`.
-
Earle F. Philhower, III authored
Added size validation to the EEPROM begin, but forgot to set the class variable with the new adjusted size. Fixes #10
-
Earle F. Philhower, III authored
Forgot to `git add` a wiring file. Fixes #11
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Use CDC class for the USB serial port
-
Earle F. Philhower, III authored
Fixes #8 and some other weirdness seen when going between computers. Use the CDC and not MISC class to identify the Pico
-
Earle F. Philhower, III authored
Allow for spaces in paths of the platform/core/etc.
-
- 23 Mar, 2021 1 commit
-
-
Earle F. Philhower, III authored
Properly quote all instances of file paths and runtime paths in the platform file to ensure thathaving a username with spaces in it won't break the compile. Fixes #6
-
- 21 Mar, 2021 19 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Allow ::print() to go to a serial port instead of dropping. Will allow for full VFS/etc. with standard FILE semantics, or at least ::putc and ::getc on STDOUT/STDERR to work.
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
- 20 Mar, 2021 6 commits
-
-
Earle F. Philhower, III authored
Allows Adafruit GFX libraries to be used
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
pico-sdk-lib/build.sh will compile a libpico.a file from scratch using the selected pico SDK directory.
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
- 19 Mar, 2021 1 commit
-
-
Earle F. Philhower, III authored
-
- 18 Mar, 2021 2 commits
-
-
Earle F. Philhower, III authored
Avoid any short pulses which could cause servo twitches or damage by adding a shutdown command to the PIO program and checking it's in that safe part of the loop before detaching the servo.
-
Earle F. Philhower, III authored
-
- 17 Mar, 2021 4 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Arduino API doesn't support printf on Print objects, so bring our own.
-
Earle F. Philhower, III authored
/system is only downloaded tools /tools is all scripts/submodules that are part of the main core /lib is the linker libs
-
Earle F. Philhower, III authored
-