• Joined on 2023-07-24
morgan created branch bugfix_zc706 in morgan/artiq-zynq 2023-08-28 17:08:39 +08:00
morgan pushed to bugfix_zc706 at morgan/artiq-zynq 2023-08-28 17:08:39 +08:00
morgan pushed to master at morgan/artiq-zynq 2023-08-28 16:18:52 +08:00
622d267d55 add virtual LEDs, improve IO expander setup, drive TX_DISABLE
4ae8557018 drtio: remame drtio_transceiver to gt_drtio
Compare 2 commits »
morgan pushed to feature at morgan/artiq-zynq 2023-08-28 16:07:05 +08:00
831140b20d kasli_soc: rename drtio_transceiver to gt_drtio
morgan pushed to feature at morgan/artiq-zynq 2023-08-28 16:06:30 +08:00
cfe53a57a3 - runtime: replace block_sync with r#yield
f814a2006f - io_expander: modify function to take i2c
f7fbb03f7a add "hw_rev" rustc_cfg
28aa03b291 -runtime main: rename function
3a9699589c - inline i2c0..1 into io_expander
Compare 10 commits »
morgan pushed to feature at morgan/artiq-zynq 2023-08-18 13:35:01 +08:00
5279358640 - runtime: replace block_sync with r#yield
e8617e1b82 - io_expander: modify function to take i2c
eef01ea836 add "hw_rev" rustc_cfg
16e9d94afc -runtime main: rename function
29b624a3c9 - inline i2c0..1 into io_expander
Compare 10 commits »
morgan pushed to master at morgan/artiq-zynq 2023-08-18 13:32:21 +08:00
dc08c382a2 satman: wait longer for PLL lock (#246)
morgan commented on pull request M-Labs/artiq-zynq#244 2023-08-15 11:28:26 +08:00
use csr::virtual_leds for SFP0..3 LED indication

The block_async prevent "io_expanders_service" from locking up the whole cpu. As it blocks the loop from running over and over again.

morgan pushed to feature at morgan/artiq-zynq 2023-08-10 13:22:19 +08:00
aa073514b9 - io_expander: modify function to take i2c
43a8d09ab3 add "hw_rev" rustc_cfg
3ef5ad7ab2 -runtime main: rename function
a3a6051c80 - inline i2c0..1 into io_expander
09cbc8fca0 - remove debug message
Compare 9 commits »
morgan pushed to master at morgan/artiq-zynq 2023-08-10 11:57:13 +08:00
583b629b40 flake: update dependencies
morgan commented on pull request M-Labs/artiq-zynq#244 2023-08-04 15:48:54 +08:00
use csr::virtual_leds for SFP0..3 LED indication

LAST_VIRTUAL_LED_STATUS is a static mut. So it need an unsafe too

morgan pushed to feature at morgan/artiq-zynq 2023-08-04 14:32:27 +08:00
cf8eaabd78 add "hw_rev" rustc_cfg
morgan pushed to feature at morgan/artiq-zynq 2023-08-04 14:30:54 +08:00
85da57980a -runtime main: rename function
bc1f445be7 - inline i2c0..1 into io_expander
e1a2ab47e5 - remove debug message
163a85f9d8 rust format
88d030aded fix SPF LED stay on after removal
Compare 7 commits »
morgan pushed to master at morgan/artiq-zynq 2023-08-03 10:49:35 +08:00
ca17cd419e Revert "kasli_soc: add SFP0..3 LED indication"
morgan pushed to feature at morgan/artiq-zynq 2023-08-02 17:42:10 +08:00
aafa07df80 - inline i2c0..1 into io_expander
morgan pushed to feature at morgan/artiq-zynq 2023-08-01 16:59:12 +08:00
3d66c57247 - remove debug message
morgan pushed to feature at morgan/artiq-zynq 2023-08-01 16:29:46 +08:00
10cfd8fc50 rust format
morgan pushed to feature at morgan/artiq-zynq 2023-08-01 16:21:25 +08:00
9595355577 fix SPF LED stay on after removal
morgan created pull request M-Labs/artiq-zynq#244 2023-07-31 10:54:38 +08:00
use csr::virtual_leds for SFP0..3 LED indication
morgan created branch feature in morgan/artiq-zynq 2023-07-31 10:50:36 +08:00