-
I recently updated my Arduino IDE and am now continously hitting a SerialUSB error when compiling. I have since completely uninstalled and then installed the latest Arudino IDE (1.8.13) and latest Op…
-
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…
-
Based on https://community.platformio.org/t/platformio-microchip-samr34-lora/10789/12.
The store https://electroniccats.com/store/ sells a few Atmel SAMD/E/R/C based development boards, for exampl…
-
I can't seem to get SAMD working with the examples. I'm running Windows 10 with Chrome Cannary.
When I upload the serial example I get an unkown USB device in the device Manager, this does not change…
-
As the title says, builds fail with **Arduino SAMD Boards (32-bits ARM Cortex M0+)** version **1.8.13**.
Reverting to version **1.8.9** builds works correctly.
I am using **HID-Project** version *…
-
On some boards, such as STM32 boards (and probably SAMD boards too), there are multiple I²C controllers available, typically named `Wire`, `Wire1`, etc.
Currently, this library always uses `Wire` h…
-
Hello, and first of all thanks for your great and useful library!
By compiling code containing reference to "SdsDustSensor.h" on Arduino IDE 1.8.42.0 using card "Arduino Nano 33 BLE" I get the foll…
-
This library currently only supports these architectures: avr, sam, samd
Is there any plan to support the newer STM32 boards like the Portenta boards or Arduino GIGA?
I recently bought the Arduino…
-
I am testing the library on an ESP8266 based board and samples don't work without codes modifications.
First, I must replace this code bloc with just ` #include ` because otherwise I have a compile…
-
## Bug Report
### Current behavior
Currently, `boards.txt` allows specifying "menu" options for a board. E.g. for the Arduino Mini, `boards.txt` contains the following (heavily redacted to just …