Rust Embassy

From bibbleWiki
Revision as of 23:39, 30 December 2024 by Iwiseman (talk | contribs) (Created page with "=Introduction= After spending some time on RTOS I wanted to compare using Rust to do the same thing. Embassy seem more used than the non-std rust. In fact getting the bluetooth to work seem too hard =Getting Started= For the older wroom-32 boards, they use xtensa chips. For this we need to install the toolchain <syntaxhighlight lang="bash"> cargo install espup espup install # To install Espressif Rust ecosystem . $HOME/export-esp.sh # This add stuff to the path </syntaxh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

After spending some time on RTOS I wanted to compare using Rust to do the same thing. Embassy seem more used than the non-std rust. In fact getting the bluetooth to work seem too hard

Getting Started

For the older wroom-32 boards, they use xtensa chips. For this we need to install the toolchain

cargo install espup
espup install # To install Espressif Rust ecosystem
. $HOME/export-esp.sh # This add stuff to the path