Skip to content

esp-hal vs esp-idf-hal for EV telematic application #1288

Closed Answered by bjoernQ
0xkelvin asked this question in Q&A
Discussion options

You must be logged in to vote

Just my very personal opinion and I'm biased since I'm working on esp-hal:

esp-idf-hal is basically a Rust wrapper over functionality provided by esp-idf. esp-idf is really battle tested and supports even more "exotic" configurations. esp-idf also supports pretty much everything the chips are capable of. Rust on top of esp-idf even supports the Rust-Standard-Library.

esp-hal is a somewhat young implementation on bare-metal. There are some gaps in supported functionality and the API might currently see breaking changes from release to release (there are some refactorings in the pipeline which definitely will be breaking changes - also we are constantly trying to improve the APIs for useabi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xkelvin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants