-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/efc: add API for read/erase/write flash #31
base: development
Are you sure you want to change the base?
Conversation
All checks are finally passing. Currently a user could generate multiple tokens for the same flash sector, I'm going to look into making sure that only one set of I am uncertain about the Apart from that, it would be nice to have better support for writing across multiple sectors, e.g. iterating across a subset of the sectors or similar. |
I have basically rewritten the FLash API from scratch, as I found the |
I suggest rebasing upon master, and some squashing, to simplify the review. |
Add Erase Sector Method Add Write Page Method Add Write Word Method Add Two Bootloader Examples
Update `efc.rs` Example Add Flash Sector Tokens and read_word Funcitonality (WIP) Add Erase Sector Method Add Write Page Method Add Write Word Method Refractor Flash API, Move Sectors Struct Into Efc Struct Update `efc.rs` Example Fix Issues Causing `docs` Generation To Fail Fix Clippy Lints Fix Issues With `atsamv71_xult` Examples Run `cargo fmt` Run `cargo fmt` On Examples
Remove Dead Code Conform To Clippy And Rusfmt Update Examples Update `CHANGELOG.md` Run `fmt` On Examples
Add Doc Comment To CAPACITY const
73c3f03
to
5fd4c3b
Compare
No description provided.