-
@tensorflow/micro
**System information**
- Host OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=19.10
DISTRIB_CODENAME=eoan
DIS…
-
## Environment
- Development Kit: Custom Board
- Kit version (for WroverKit/PicoKit/DevKitC): [v1|v2|v3|v4]
- Module or chip used: ESP32-WROVER-I
- IDF version: Slightly customised (not i2c…
-
It would be awesome if undulate could render wavedrom output to console compatible output.
Here Is an example; https://github.com/mithro/i2cslave/blob/ad4335fb1ef5bb46d652e44b813c559f71b37409/i2csl…
-
### Configuration
**Operating system**:
Manjaro Linux x86_64
5.14.21-2-MANJARO
**PlatformIO Version** (`platformio --version`):
PlatformIO Core, version 5.3.0b5
**IDE**:
CLion 2021.3.4
…
-
# Overview
I tried to reproduce the keyword recognition benchmark using the same hardware (Arduino Uno rev3, STM32-LPM01-XN_PowerShield, STM32-Nucleo-l4r5zi). I followed this [guide](https://github.c…
-
I keep getting the following error when trying to use I2C2 pins A4(PA_12) and A5(PA_11)
```
++ MbedOS Error Info ++
Error Status: 0x80FF0100 Code: 256 Module: 255
Error Message: Fatal Run-time err…
-
Hi Richard,
Thanks for your awesome work on this project. I'm trying to use a Teensy 4.1 as an I2C slave device connected to a proprietary master device, where the slave only reads data sent from t…
-
### Environment
- OS and version: Ubuntu 20.04.4 LTS
- VS Code: 1.68.0
- C/C++ extension: 1.10.5
- OS and version of remote machine (if applicable): -/-
- GDB / LLDB version: not applicable.
…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
…
-
### Description of defect
The i2cslave (example code of documentation) with this target can only be used when there is no sleep in the same thread and no other threads are running. When a sleep i…