gtrainavicius
gtrainavicius
https://github.com/arduino/arduino-builder/blob/29cf4c8b1473b4d0ba429c67ee497e2e061bd2fc/ctags/ctags_parser.go#L105 # Issue Description I hit this issue after writing a complex macro which defines a 'strong' function implementation, and the code generated by the macro must be written in...
The SPI transfer speed used on RPi4 is 2 times slower (50kHz) than requested for example here: https://github.com/raspberrypi/linux/blob/rpi-4.19.y/sound/soc/bcm/pisound.c#L329 (100kHz) On RPi4, requesting 100000 Hz produces 50kHz communcation speed. Changing the...
### Describe the bug Pisound is the I²S master, the default eeprom dt overlay we shipped it with is not working on Pi 5. I've noticed issue #5724, and based...
AVR arduino has PluggableUSB.h in 'arduino' subfolder, while the ARM based cores (SAMD including) have it in 'USB' subfolder, making it difficult to have a library which supports both cores....