rust-raspberrypi-OS-tutorials
rust-raspberrypi-OS-tutorials copied to clipboard
:books: Learn to write an embedded OS in Rust :crab:
### Description Refactor sentence: "当我们引入全局可用的`print`宏在教程03,我门有一点作弊。" -> "我们在教程03引入全局可用的`print!`宏时有一点作弊。" Fix typo: "我门" typo corrected during sentence refactoring Related Issue: https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/issues/166 ### Pre-commit steps - [ ] Tested on QEMU and real HW...
I've been using [scip](https://github.com/BartMassey-upstream/scip) with my RPi3 and 'RPi serial output to USB cable'. I've also been using Python's `miniterm` for comparison. With the command: sudo python3 -m serial.tools.miniterm /dev/ttyUSB0...
### Description This Draft Pull Request introduces initial, work-in-progress support for the Raspberry Pi 5 to the tutorial series. The goal is to eventually provide full compatibility for the Pi...