Alexis Marquet

Results 13 issues of Alexis Marquet

Currently cocotb only supports x86_64. As Apple is turning away from x86_64 and into arm64, the current Mac user base that was previously running it either on macos-x86_64 or linux-x86_64...

category:packaging

**Describe the bug** probe-rs fails to use the debugger on NXP's LPCxpresso54608 board **To Reproduce** Steps to reproduce the behavior: 1. program the CMSIS-dap fw on NXP's LPCXpresso54608 dev kit...

bug
probe:cmsis-dap
chip:nxp

**Describe the bug** probe-rs fails to use the debugger on NXP's LPCxpresso54608 board **To Reproduce** Steps to reproduce the behavior: 1. program the JLINK firmware on the board using LPCscrypt...

bug

I ran into a surprise using the `:a` hint when using it with single characters, they print as decimal: ```rust let v:u8 = 97; // 'a' let bytes = [104,...

type: enhancement
status: needs PR
difficulty: medium

The link for configuring Wolfssl in the README is broken, do you know what instructions are up to date now? I have found this: [https://fossies.org/linux/wolfssl/IDE/ARDUINO/README.md](https://fossies.org/linux/wolfssl/IDE/ARDUINO/README.md) but i still get config.h...

in section 6.1.5 Debug Module Interface Access, `dmi[data]` is specified both in capture-DR and in update-DR (read & write) same goes for `op` but `address` is only specified for update-DR,...

when trying to debug a DM with only one abstract data register (`data0`), read_memory_abstract uses `data1` (`@05`) even though it reads datacount to be 1 (only implementing data0, but implementing...

Openning this issue since we were talking about it on matrix. # hs-probe not detected by MCUXpresso **Issue: version 0.1.0, turbo, not detected on either Windows or macOs with MCUXpresso...

I think there was a minor typo in the parity type enum, i fixed it. This should technically require a major bump but i'm not sure many people have used...

Field with `*` matching only patches the first occurrence of the match: ```yaml SYSCON: STARTERP1: "SPI*": _replace_enum: DISABLED: [0, Disabled] ENABLED: [1, Enabled] ``` this only matches SPI0, and not...