riscv-rust / riscv-rust-quickstart

A template for building Rust applications for HiFive1 boards
205 stars 24 forks source link

Fix: Updated broken wifi example #20

Closed ajbt200128 closed 3 years ago

ajbt200128 commented 3 years ago

Fixes #12, where the wifi example has timing issues when the board has communication issues with the wifi chip when clocked at 80MHz, so we change the example to 320MHz where these issues disappear.

Disasm commented 3 years ago

Thank you!