Update README

pull/99/head
Andre Richter 3 years ago
parent 53c1163c51
commit 4caf880e0c
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -25,8 +25,8 @@
- `#![no_std]`, `#![no_main]`
- `cpu.S`: Assembly `_start()` function that executes `wfe` (Wait For Event), halting all cores that
are executing `_start()`.
- We (have to) define a `#[panic_handler]` function.
- Just waits infinitely for a cpu event.
- We (have to) define a `#[panic_handler]` function to make the compiler happy.
- Make it `unimplemented!()` because it will be stripped out since it is not used.
[inner attributes]: https://doc.rust-lang.org/reference/attributes.html

Loading…
Cancel
Save