- 25 Mar, 2021 1 commit
-
-
Earle F. Philhower, III authored
-
- 24 Mar, 2021 12 commits
-
-
Earle F. Philhower, III authored
Add non-standard library calls used by String
-
Earle F. Philhower, III authored
Borrowed from https://github.com/esp8266/Arduino , include dtostrf() and others. Fixes #13
-
Earle F. Philhower, III authored
Thanks to @me-no-dev, the serial monitor issue was traced down to DTR/RTS settings in boards.txt. Clean those up and the monitor seems to work perfectly now.
-
Earle F. Philhower, III authored
Use chunks not bytes to transfer data to host, like in the serial_usb SDK.
-
Earle F. Philhower, III authored
-
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
-