-
Raspberry Pi Zero W
Board: Adafruit Trinket M0
I'm trying to compile and getting an internal compiler error.
```
arduino-cli compile --fqbn adafruit:samd:adafruit_trinket_m0 MyFirstSketch
/ho…
-
I discovered that your WebUSB does no longer work when installing newer SAMD-Board versions.
The default WebUSB example work for SAMD Board version 1.8.9.
But it does not work anymore for version …
-
During synchronization with API the samd WInterrupts.h was deleted. But in common.h there is an additional function
attachInterruptParam, for which no implementation exists in samd
-
This simple test of the PM->RCAUSE.bit.WDT bit cause an error in a CMSIS Macro... Other bits in RCAUSE work fine...
Arduino 1.85
SAMD21 1.6.19
CMSIS-Atmel 1.1.0
~~~
void setup() {
if (PM…
-
Looks like a requestFrom() function taking 5 parameters is undocumented, and only implemented in 2 of the 4 platforms Arduino supports.
Here are the definitions in the AVR and SAM platforms:
htt…
-
After loading either Arduino example to my board, I do not get a notification message with the link to the landing-page. The rest of WebUSB seems to work, because I can use the console example to send…
-
I have modified the Adafruit trinket_m0 Arduino SAMD board definition to insert references to all output pins used by the design, but this isn't working quite yet. See https://github.com/adafruit/Ard…
-
Whenever I try to start a debugging session with any Adafruit based SAMD21 board I get a pop up saying that its currently not supported, even the officially supported board the Feather M0 gives the sa…
-
VersionSpecs:
Windows 10
Arduino 1.8.9
SparkFun SAMD Boards 1.6.1
Arduino SAMD Boards 1.8.1
Trying to upload to a SparkFun 9DoF Razor IMU M0, I get the following error:
`java.io.IOException…
-
Unlike the samd core repo https://github.com/arduino/ArduinoCore-samd/blob/master/README.md
This one does not seem to have a readme file. A readme with details about the contents of the repository…