freebsd

Rust on ESP for FreeBSD

1 minute read

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.

ESP32 and ESP8266 development on FreeBSD

4 minute read

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...