Pieter P
Pieter P
When the MIDI connection is not active on the PC-side, there's a 250 ms timeout that blocks the entire program every time you (try to) send MIDI messages. Is there...
The latest `main` version of Control Surface adds preliminary Arduino UNO R4 support (#950). At this point, nothing has been tested on the actual hardware yet (I don't own an...
### Board Arduino Nano ESP32 ### Version latest master (checkout manually) ### Description Redefining Arduino API functions like `digitalWrite` as macros is problematic: It breaks user code and libraries because...
### Operating System Linux ### Arduino IDE version Arduino 2.3.2 ### Board Raspberry Pi Pico (FQBN: `rp2040:rp2040:rpipicow:usbstack=tinyusb,ipbtstack=ipv4btcble`) ### ArduinoCore version https://github.com/earlephilhower/arduino-pico 3.7.2 ### TinyUSB Library version 2.3.0 (bundled with core)...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
Hi Paul, When compiling using GCC 11 from Teensyduino 1.58 beta 2 with `-Wextra` enabled, I get the following two warnings in the Teensy core files. (I usually compile with...
Hi, I'm trying to use Bluetooth LE together with the Adafruit TinyUSB library. When initializing the Bluetooth stack first, this breaks the USB code. I've narrowed it down to the...
**Describe the bug** When an external project and the current project both have a MarkDown page with the same name/label, references in the current project resolve to the version of...
Hi, I'm working on a USB MIDI library using the `PluggableUSBModule` class. During my tests I've had sporadic failures due to the received USB packets reporting an incorrect length (the...
There seems to be bug in macro `pgm_read_ptr` macro in the `pgmspace.h` header. https://github.com/arduino/ArduinoCore-sam/blob/c893c62ec9953ed36a256b5243272fda2e473c14/cores/arduino/avr/pgmspace.h#L106 The cast to `const void **` is incorrect, because it casts it to _"a pointer to...