KurtE
KurtE
### Describe the problem Sorry there is probably something screwy in this code, that I am hacking up... I tried to do a verify operation, and the build aborted with...
@duff2013 @PaulStoffregen (@mjs513) As per Paul's list of examples that are not building using the current Teensyduino releases or soon to be released new version, that I would try to...
The newer releases have additional capabilities and libraries, such as LittleFS.
### Describe the problem Let's say I have 1000 lines of debug output in the serial monitor window, how do I do a select all, such that I can copy...
### Describe the request Wish there was a defined way that when you choose a board type from the Tools menu or the board selection drop down, That the board...
Put up this Pull Request, that tries to reduce or eliminate any memory allocations done as part of group_sync_read or group_sync_write. They both create a single buffer, that holds all...
Sorry again not following the issue template. I am running into a few issues/problems with updating the OpenCM 9.04 code base to current release code here. Also have questions about...
### Describe the request The current library manager code. appears to want to update libraries which it did not install and/or which has been superseded by a git clone setup....
### Describe the problem On Arduino 1.8.19, if you for example open up the example sketch: 01 Basic -> blink And then close down Arduino. And then reopen Arduino, and...
As I mentioned in another issue today. @mjs513 and myself have been working on the Teensy T3.6/T4.1 library USBHost_t36 that adds USB Host support including Bluetooth and Joysticks including the...