forked from M-Labs/zynq-rs
Compare commits
No commits in common. "feature/pynq-support" and "master" have entirely different histories.
feature/py
...
master
@ -11,7 +11,6 @@ target_coraz7 = []
|
||||
target_ebaz4205 = []
|
||||
target_redpitaya = []
|
||||
target_kasli_soc = []
|
||||
target_pynqz2 = []
|
||||
ipv6 = [ "smoltcp/proto-ipv6" ]
|
||||
|
||||
[dependencies]
|
||||
|
@ -12,8 +12,6 @@ pub const PS_CLK: u32 = 33_333_333;
|
||||
pub const PS_CLK: u32 = 33_333_333;
|
||||
#[cfg(feature = "target_kasli_soc")]
|
||||
pub const PS_CLK: u32 = 33_333_333;
|
||||
#[cfg(feature = "target_pynqz2")]
|
||||
pub const PS_CLK: u32 = 50_000_000;
|
||||
|
||||
/// (pll_fdiv_max, (pll_cp, pll_res, lock_cnt))
|
||||
const PLL_FDIV_LOCK_PARAM: &[(u16, (u8, u8, u16))] = &[
|
||||
|
Loading…
Reference in New Issue
Block a user