-
What kind of issue is this?
- [x] **Feature Request**.
Please add support for [Seeeduino XIAO](https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.htm…
-
```
{runtime.tools.bossac-1.7.0-arduino3.path}/bossac.exe -i -d --port=COM33 -U true -i -e -w -v C:\Users\takashi\AppData\Local\Temp\arduino_build_148209/sketch_may10a.ino.bin -R
java.io.IOExceptio…
-
I want to use STL.
This code got error.
**Board:** Seeeduino XIAO
**Code:**
```
#include
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your m…
-
**Board:** Seeeduino XIAO
**Code:**
```cpp
void setup() {
pinMode(DAC0, OUTPUT);
}
void loop() {
for (int i = 0; i < 1024; ++i)
{
analogWrite(DAC0, i);
delay(1);
}
}
`…
-
I'm trying to port tinyusb to the seeeduino xiao which uses the SAMD21G18A. Since this is the same chip as the feather_m0_express I used it as a template to begin. I've made the following changes:
…
-
mpu6050_dmp6 example does not work for ESP32
Arduino IDE 1.8.9
esp32 core 1.0.4
compile errors:
```
"D:\\arduino\\portable\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-80-g6c4433a-5.2.0/…
-
Describe the bug
running tests/kernel/sched/schedule_api/ error, it showed me assertion failed.
To Reproduce
Steps to reproduce the behavior:
sanitycheck --hardware-map ~/mec1.file --device-t…
-
**Describe the bug**
After one case was been flashed into the board:” ARC(R) HS Development Kit”, there is no case’s information in serial log, and only display the commit ID info.
For example , af…