Rust Embassy: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 January 2025

31 December 2024

30 December 2024

  • curprev 23:4223:42, 30 December 2024 Iwiseman talk contribs 1,488 bytes +1,004 Getting Started
  • curprev 23:3923:39, 30 December 2024 Iwiseman talk contribs 484 bytes +484 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..."