- 26 Mar, 2021 3 commits
-
-
Earle F. Philhower, III authored
Fixes #21
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Use a constexpr template to calculate the valid pins for different IO hardware. This lets us have an easily readable list of pin numbers that we can adjust/check.
-
- 25 Mar, 2021 7 commits
-
-
Earle F. Philhower, III authored
Add serialEvent support for USB, UART0, UART1
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Clean up gitignore, debug port configuation. PicoProbe support began.
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
- 24 Mar, 2021 14 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
-
me-no-dev authored
for the cases where one of the UARTs is used.
-
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.
-
me-no-dev authored
OpenOCD still needs to be added for this to work :)
-
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 15 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
-