chiptool icon indicating copy to clipboard operation
chiptool copied to clipboard

Results 9 chiptool issues
Sort by recently updated
recently updated
newest added

see embassy-rs/stm32-data#476

This enables `chiptool generate --svd atsaml10d14a.svd --common-module super::common` and same for `gen-block`

I'd be curious to hear thoughts from you guys on adding a mocking framework like [mockall](https://crates.io/crates/mockall) for PAC-generation? Basically, I'd like to be able to `rp-pac { version = "0.1.0",...

Running chiptool with: ``` chiptool generate --svd svdfile.svd ``` results with: ``` thread 'main' panicked at src/transform/mod.rs:104:60: called `Result::unwrap()` on an `Err` value: Err: on rename Fieldset "EMIOS_1::regs::C2_0", new name...

Adds a custom generator for interface based (unmappable memory) register manipulation. Based on the i2c branch adds a interface based regblock where the interface is expected to provide a simple...

Arrays of registers are currently supported, but the program does not support arrays of fields. A strinpped-down example of an unsupported field array... ```xml Test test generic Generic 1.0 Generic...

Various STM32 register bits have this rule: "Reserved, must be kept at reset value." The `modify` function in chiptool-generated PACs technically doesn't follow this rule, because it always writes back...

I'm experiencing some strange behaviour from the chiptool. ## Repro Checkout https://github.com/igiona/nrf-pac/tree/TestFlakyChiptool ``` cd TEST chiptool generate --svd nrf52840.svd --transform nrf52840.yaml rustfmt lib.rs git diff ``` You can commit these...