occheung

Results 5 issues of occheung

## Summary This patch is to add `riscv32` target support to libfringe. ## Changes `arch/riscv32.rs`: Implemented a `riscv32` port similar to other supported targets. `mod.rs`: Point `imp` to `riscv32.rs` when...

## Description This PR implements control of devices on Pounder through MQTT. These parameters are configurable through MQTT (topic prefix: `/settings/pdh/ch/`). ```rust pub struct PDHChannel { pub osc_frequency: f32, //...

# ARTIQ Pull Request ## Description of Changes This PR implements the followings: 1. Flashing gateware/bootloader/firmware through `artiq_coremgmt` via `config write` similar to Zynq device. 2. Implement corresponding core-mgmt handling...

# ARTIQ Pull Request ## Description of Changes Prior to #2559, the DRTIO-over-EEM link between EFC and Kasli would never terminate on EFC's perspective for these reasons: - The EEM...

# ARTIQ Pull Request ## Description of Changes The PR changes one-by-one memory access from DMA and Analyzer to burst memory read/write. Availability of burst access is indicated by the...