Remove K210 support.
This commit is contained in:
parent
82aff1d510
commit
19964a0ced
3 changed files with 1 additions and 11 deletions
|
@ -1,3 +0,0 @@
|
|||
//! Constants used in rCore for K210 devel board
|
||||
|
||||
pub const CLOCK_FREQ: usize = 403000000 / 62;
|
|
@ -23,12 +23,9 @@
|
|||
|
||||
use core::arch::global_asm;
|
||||
|
||||
#[cfg(feature = "board_k210")]
|
||||
#[path = "boards/k210.rs"]
|
||||
mod board;
|
||||
#[cfg(not(any(feature = "board_k210")))]
|
||||
#[path = "boards/qemu.rs"]
|
||||
mod board;
|
||||
|
||||
#[macro_use]
|
||||
mod console;
|
||||
mod config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue