Skip to content

Commit

Permalink
Add AVR to readme table.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Apr 8, 2022
1 parent 527ec90 commit 88ba991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This crate solves the problem by providing this missing universal API.
|--------------------|---------------------------|-------------------|
| thumbv[6-8] | `cpsid` / `cpsie`. | Only sound in single-core privileged mode. |
| riscv32* | set/clear `mstatus.mie` | Only sound in single-core privileged mode. |
| avr* | `cli` / `sei` | Only sound in single-core (does multicore AVR even exist?) |
| std targets | Global `std::sync::Mutex` | |

## Providing a custom impl
Expand Down

0 comments on commit 88ba991

Please sign in to comment.