Aïssata Maïga
Aïssata Maïga
### Describe your change: closes #6020 Please see issue: * [x] Fix a bug or typo in an existing algorithm? * [x] Documentation change? ### Checklist: * [x] I have...
Points to be added to the driver exercise NEED TO ADD BAUD RATE
`rust-lld` is a [linker](https://nxmnpg.lemoda.net/1/ld.lld) for GNU files. (call with `rust-lld -flavor gnu -T memory.x `) `flip-link` should accept the same files as `rust-lld`. Currently, some memory.x files (describing the memory)...
In the book there is a paragraph on hardware exceptions: https://docs.rust-embedded.org/book/start/exceptions.html?highlight=exception#the-default-exception-handler This can be a question mark for people used to software exceptions. What about adding, directly after the first...
All details in README in no-std-embedded-demo/
We would like to add an example using `spin` to make sure the heap is initialized once :).