Comprehensive Rust(繁体中文) 202406
interoperability with C++ and how to include third-party crates in Chromium. • Bare-metal:這是半天的課程,會說明如何使用 Rust 在 bare-metal (嵌入式系統) 上台開發。課程 內容包含微控制器和處理器。 • 並行:這個全天課程著重於 Rust 中的並行問題。我們將探討傳統並行 (使用執行緒和互斥鎖進行先 的建構知識。我們建議使用偵錯元件版本來加快執行速度,但其他版本也適用。請 確保您能夠執行所建構的 Chromium 瀏覽器。 Bare-Metal Rust The Bare-Metal Rust deep dive is a full day class on using Rust for bare-metal (embedded) development. Both microcontrollers and application 1 偵錯 Embed.toml: [default.general] chip = "nrf52833_xxAA" [debug.gdb] enabled = true 在 src/bare-metal/microcontrollers/examples/ 底下的一個終端機中: cargo embed --bin board_support debug 在相同目錄的另一個終端機中: 使用0 码力 | 356 页 | 1.41 MB | 1 年前3
共 1 条
- 1