harry pushed to stm32-dfu at harry/nix-scripts 2020-09-17 12:52:22 +08:00
7c4eb8e770 stm32: generate memory image from elf for dfu bootloader to download
6b8724eeb9 stm32: generate memory dump from elf for dfu bootloader to download
Compare 2 commits »
harry pushed to stm32-dfu at harry/nix-scripts 2020-09-17 12:50:08 +08:00
6b8724eeb9 stm32: generate memory dump from elf for dfu bootloader to download
c64d73649f stm32: update rustc
e6fb3088b1 stm32: cleanup rustManifest
e4d6dd253d stm32: fix stabilizer IP address override
b5d7b1d10a stm32: update rustc
harry pushed to test-mdio at harry/zynq-rs 2020-08-14 16:50:17 +08:00
58402fda1e eth: expose certain PHY reg for testing MDIO on experiments
b494bd0477 eth: expose certain PHY reg for testing MDIO on experiments
Compare 2 commits »
harry pushed to test-mdio at harry/zynq-rs 2020-08-14 14:58:23 +08:00
b494bd0477 eth: expose certain PHY reg for testing MDIO on experiments
harry pushed to cleanup at harry/zynq-rs 2020-08-13 14:49:29 +08:00
1a96a7550a libboard_zynq: make RegisterBlock constructors more consistent
2402ab5bcb libboard_zynq: make RegisterBlock constructors more consistent
Compare 2 commits »
harry pushed to cleanup at harry/zynq-rs 2020-08-13 14:15:23 +08:00
2402ab5bcb libboard_zynq: make RegisterBlock constructors more consistent
36947104e3 libboard_zynq: make constructor names more consistent
0bd44792da libboard_zynq: make constructor names more consistent
Compare 3 commits »
harry pushed to master at harry/zynq-rs 2020-08-13 10:02:43 +08:00
c69cd9951e Update README and build.sh (#59)
76a4cac873 i2c: disable its usage on Cora Z7-10
aed2a619f1 update build.sh to use rpi-4 directly; fix README
4614ed1371 i2c: simplify ctor_common()
fa07bdb681 libcortex_a9/mmu: share ocm3.
Compare 11 commits »
harry pushed to cleanup at harry/zynq-rs 2020-08-13 09:47:31 +08:00
0bd44792da libboard_zynq: make constructor names more consistent
11089d8a64 i2c: delete dead code
c69cd9951e Update README and build.sh (#59)
harry commented on pull request M-Labs/zynq-rs#59 2020-08-11 11:24:16 +08:00
Update README and build.sh

aed2a619f17cf7a7e85efa2b0891609bbc0449a6 now replaces nixbld port 2204 with rpi-4. The scp's -6 parameter is unneeded.

harry pushed to i2c at harry/zynq-rs 2020-08-10 14:24:18 +08:00
76a4cac873 i2c: disable its usage on Cora Z7-10
960eb92f99 i2c: disable its usage on Cora Z7-10
Compare 2 commits »
harry pushed to i2c at harry/zynq-rs 2020-08-10 12:29:04 +08:00
960eb92f99 i2c: disable its usage on Cora Z7-10
62eff1d940 i2c: disable its usage on Cora Z7-10
Compare 2 commits »
harry pushed to i2c at harry/zynq-rs 2020-08-10 12:10:04 +08:00
62eff1d940 i2c: disable its usage on Cora Z7-10
0aaea8689b i2c: disable its usage on Cora Z7-10
4614ed1371 i2c: simplify ctor_common()
219df29f4e i2c: simplify ctor_common()
fa07bdb681 libcortex_a9/mmu: share ocm3.
Compare 5 commits »
harry pushed to i2c at harry/zynq-rs 2020-08-10 11:49:24 +08:00
0aaea8689b i2c: disable its usage on Cora Z7-10
harry pushed to master at harry/zynq-rs 2020-08-10 11:24:25 +08:00
aed2a619f1 update build.sh to use rpi-4 directly; fix README
b6919d1730 update build.sh to use IPv6; fix README
Compare 2 commits »
harry pushed to master at harry/zynq-rs 2020-08-07 19:36:35 +08:00
b6919d1730 update build.sh to use IPv6; fix README
1597349acc WIP: update build.sh
Compare 2 commits »
harry pushed to i2c at harry/zynq-rs 2020-08-07 19:28:54 +08:00
824a8b3b35 i2c: I2C::i2c() → I2C::new()
harry pushed to i2c at harry/zynq-rs 2020-08-07 17:44:33 +08:00
824a8b3b35 i2c: I2C::i2c() → I2C::new()
harry pushed to master at harry/zynq-rs 2020-08-07 16:56:08 +08:00
1597349acc WIP: update build.sh
harry pushed to i2c at harry/zynq-rs 2020-08-07 15:56:50 +08:00
219df29f4e i2c: simplify ctor_common()
harry created pull request M-Labs/zynq-rs#58 2020-08-07 11:22:45 +08:00
i2c: Implement I2C controller via GPIO and bitbanging