Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Using ESP-IDF bootloader as a temporary runtime #1

Closed
MabezDev opened this issue Mar 18, 2019 · 0 comments
Closed

Using ESP-IDF bootloader as a temporary runtime #1

MabezDev opened this issue Mar 18, 2019 · 0 comments
Assignees

Comments

@MabezDev
Copy link
Member

Compared to most chips, the esp32 is quite complicated. Building a run time in pure Rust will take some time. Angus on the esp32 forum suggested a great idea to use the boot loader as a starting point, as this takes care of a lot of initialisation.

We could develop our Rust implementation behind a feature gate and swap the boot loader out when we are happy with it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant