Skip to content

Latest commit

 

History

History

bcm2711_pac

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

bcm2711_pac

BCM2711 SoC向けのperipheral access crateです。使い方に関してはtock-registersREADME.mdrust-blinky-pac-stdを参考にしてください。

使用法

このパッケージをSOLID-Rustプロジェクトに追加するには Cargo.toml に次の記述を追加してください。

  [dependencies]
+ bcm2711_pac = { git = "https://github.com/KyotoMicrocomputer/solid-rapi4-examples.git" }