9names / bl602-rust-example

A simple example showcasing what's working in the bl602-hal
MIT License
7 stars 2 forks source link

Update BL602-hal to embedded-1.0.0-Alpha5 commit #2

Closed kiyoshigawa closed 3 years ago

kiyoshigawa commented 3 years ago

When I first tried to compile, I ran into errors with the tryset*() functions, so I updated a couple things so that this will work using the latest commit from the bl602-hal repo that has the embedded-hal-1.0.0-Alpha5 integrated into it. It now compiles right out of the box with these changes, at least for me.

This is my first time working officially with embedded rust and this code base, so please let me know if any of my changes would make more sense if done differently.

9names commented 3 years ago

FYI: There's nothing in this commit that I would have done differently - that's why there's no comments about changes