Ha Thach
Ha Thach
could you confirm if the issue reproducible with Arduino IDE by changing the -Os to -O2 option here (there are 3 occurrences) https://github.com/adafruit/ArduinoCore-samd/blob/bd2a9cdbe7433ec88701591c49b1224c8686e940/platform.txt#L36-L42
Thank you for the update, I don't have the chip,though 10Mhz is a bit too slow since esp32 spi can actually run 40/60mhz with ease. Maybe it is other issue,...
Can you submit an PR for this, to be honest, this 1bit IO is not very useful. People should just use spi instead
since Adafruit does not make any board that need this 1bit IO communication, there is no motivation for me to write such as code. If you are worried about the...
should be fixed by https://github.com/adafruit/Adafruit_DAP/pull/42
can you tell me which BSP you used for host. I don't see these warnings in samd and nrf.
thanks for providing your setup. I have no idea why it complains, the GCC 4.4 is too old. I don't think we should worry about this if it doesn't affect...
> I'm working on a project where I would like to program an STM32G07x chip with ESP32 but this STM family is not supported now. Is there a way to...
nrf52 has been using PWM DMA previously, but the show() is implemented as blocking, this PR change show() behavior to non-blokcing (until the next invocation) https://github.com/adafruit/Adafruit_NeoPixel/pull/229
reviewed, and make some changed since not all chip support sleep mode. We need to check that before sending out command. Also some API rename to be consistent. Please try...