-
We have a custom board without USB using release 8.1.0. Because we don't have USB, we build with 'build_unflags = -DUSBCON'.
platform-atmelsam targets framework-arduino-samd ~1.8.13 which was never…
-
Hi, I'm new here. I'm working on a game targeting the PyGamer, which has a nice BSP here. Being a game, using async Rust is extremely valuable for me, and information on using async on SAMD processors…
-
I am trying to compile for SAMD21 board. I get an error in line 19 "SerialUSB was not declared in this scope".
#if defined (ARDUINO_ARCH_SAMD)
#define Serial SerialUSB
#endif
-
I receive an error when attempting to install the samd platform:
```
$ arduino-cli core --additional-urls https://raw.githubusercontent.com/Longan-Labs/LONGAN-SAME-TOOLS/master/package_longan_samd…
-
I managed to get the library working with both the ItsyBitsy M0 and M4 from adafruit with a relatively small code fix. I can submit a pull request(I think) once I get a bit more familiar with GIT, but…
-
Conflict with the latest arduino toolset for SAMD21 'synchronized' keyword:
```
c:\Users\Peter\Nextcloud\Projects\Arduino\libraries\grblHAL_MKRZERO\src\driver.c: In function 'driver_init':
c:\Users…
-
The level of support for the renesas_uno architecture is unclear.
* The `library.properties` does not currently declare support for the renesas_uno architecture.
* The [uno-r4-library-compatibilit…
-
Ich wollte das Sketch auf einem Nano 33 IoT (SAMD) nutzen. Außer Watchdog ginge das auch.
Ich habe aber die LCD Bibliothek durch:
```ino
#include // main hd44780 header
…
-
- [x] Test firmware compilation, many boards/architectures
- [x] Test example compilation, many boards/architectures
Try LED and accelstepper:
- [ ] run on uno,mega
- [x] run on m0/m4
Finis…
-
I just tried to build my Arduino example project:
https://github.com/RudolphRiedel/FT800-FT813/tree/5.x/examples/EVE_Test_Arduino_PlatformIO
And it builds for everything that is configured except …