其他特徵
我們衍生了 Debug
特徵。實作多一點特徵也會有幫助。
Speaker Notes
- 實作
Write
即可搭配Uart
型別使用write!
和writeln!
巨集。 - 使用
src/bare-metal/aps/examples
下的make qemu_minimal
,在 QEMU 中執行範例。
我們衍生了 Debug
特徵。實作多一點特徵也會有幫助。
Write
即可搭配 Uart
型別使用 write!
和 writeln!
巨集。src/bare-metal/aps/examples
下的 make qemu_minimal
,在 QEMU 中執行範例。