zynq-rs/libboard_zynq/src
pca006132 90904634cd DDR: fixed register write.
Previously it writes `0x20066`, while the ps7_init set it to be
`0x200066`, notice the 1 more 0.
This should perform the same writes to the registers, so we do not have
to apply the ps7_init in artiq_zynq.
2020-07-06 11:46:37 +08:00
..
clocks SDIO module completed 2020-06-05 12:27:12 +08:00
ddr DDR: fixed register write. 2020-07-06 11:46:37 +08:00
devc fixed global timer reset 2020-06-16 17:31:37 +08:00
dmac libboard_zynq: delint 2020-04-10 20:41:16 +02:00
eth eth: doc 2020-06-18 18:07:50 +02:00
flash libboard_zynq: use log logging 2020-05-01 01:46:42 +02:00
ps7_init simplify ps7_init 2020-07-06 00:52:40 +08:00
sdio removed newline character 2020-06-16 17:36:01 +08:00
timer clean up 2020-05-01 01:17:53 +02:00
uart libboard_zynq: flush Uart by waiting for tx idle 2020-05-02 23:32:01 +02:00
axi_gp.rs split into lib{register, cortex_a9, board_zynq, board_zc706} crates 2019-12-17 23:35:58 +01:00
axi_hp.rs split into lib{register, cortex_a9, board_zynq, board_zc706} crates 2019-12-17 23:35:58 +01:00
lib.rs ps7_init: move from experiments to libboard_zynq 2020-06-25 01:40:42 +02:00
logger.rs libboard_zynq: flush Uart by waiting for tx idle 2020-05-02 23:32:01 +02:00
mpcore.rs libboard_zynq: find prescaler for GlobalTimer, rename new() to start() 2020-04-25 02:59:48 +02:00
slcr.rs SDIO module completed 2020-06-05 12:27:12 +08:00
stdio.rs libboard_zynq: flush Uart by waiting for tx idle 2020-05-02 23:32:01 +02:00
time.rs Added Copy trait for Milliseconds struct. 2020-06-16 14:56:29 +08:00