( uid_6201 | 2021. 04. 19., h – 08:55 )

GPIO kiosztás terén a Raspberry sokaknak támpontot ad. Ahogy elnézem, a beaglev is az Rpi-vel nagyjából kompatibilis GPIO-ra törekedett.

Ezt is jól lehet majd programozni C-ben és Rust-ban egyaránt.

$ rustc --print target-list | grep riscv
riscv32gc-unknown-linux-gnu
riscv32i-unknown-none-elf
riscv32imac-unknown-none-elf
riscv32imc-unknown-none-elf
riscv64gc-unknown-linux-gnu   # ez kell a beaglev-nek
riscv64gc-unknown-none-elf
riscv64imac-unknown-none-elf

A beaglev lapkáról itt írnak még néhány érdekes paramétert: https://wiki.debian.org/RISC-V#StarFive_.22JH7100.22_SoC_.2F_BeagleBoar…