Rust on ESP Cheat Sheet
My cheat sheet for Rust on ESP. For Rust in general, see The Rust Programming Language and The Embedded Rust Book.
My cheat sheet for Rust on ESP. For Rust in general, see The Rust Programming Language and The Embedded Rust Book.
I have been working on FreeBSD ports of Rust on ESP. In addition to C/C++ tool-chains, trombik/xtensa-esp32-elf includes the following Rust on ESP ports.
ESP8266 has been quite popular. After years of community efforts, it was the de-facto platform for WiFi-enabled projects. Espressif, the chip vendor of ESP82...
I have been developing applications for ESP32 and ESP8266 devices on FreeBSD for quite some time. Here is a summary of how to develop code for the embedded d...
I recently bought two ESP32-S2 development boards, ESP32-S2-Saola-1 and nanoESP32-S2. ESP32-S2 is a recent addition to ESP32-family, a scaled-down version of...
As a maintainer of esp-idf-lib, I would like to test the library on ESP32S2, a single core version of ESP32. At the moment, the only ESP32S2 development boar...