Vadzim Dambrouski

Results 10 issues of Vadzim Dambrouski

You can run the tool for each MCU in the database using this command: ```bash for i in msp430-gcc-support-files/targetdb/devices/*.xml; do j=${i%.*}; k=${j##*/}; echo $k; cargo run --release $k >/dev/null; done...

While doing more testing for MSP430 I have found that dslite files I use for generating SVD have a lot of registers that have fields with wrong offset.

``` $ cargo run --example=caps Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs Running `target/debug/examples/caps` Vendor: "Intel" Family: "Iris Pro Graphics" Max threads per threadgroup: MTLSize { width: 512,...

bug

When LVM_INSERTITEM is called after we updated LVM_SETITEMCOUNT, the actual count will be increased by one causing one extra item to appear in the table and loading data from the...

```bash $ cargo run --example threaded Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs Running `target/debug/examples/threaded` qml: Page downloaded Anything qml: Page downloaded Anything qml: Page downloaded Anything qml:...

Is there any specific reason why FLASH_ACR_DCEN is not enabled? u-boot does it, and it seems to work.

Can be usefull for mapping files.

### Describe the bug Sometimes (1% reproduce rate) call to z_close hangs indefinitely on aarch64. Full trace here: [z_close_deadlock.txt](https://github.com/eclipse-zenoh/zenoh/files/15099263/z_close_deadlock.txt) ### To reproduce Can be reproduced by calling z_get example app...

bug

The sync word used in cc1101 packet mode is different from the one that is specified in AX25 protocol. How is it possible to connect to existing amateur radio networks...

Recently I needed to add some attributes to IO ports to make my module work nicely in Vivado block design. Something like this: ```verilog (* X_INTERFACE_INFO = "xilinx.com:interface:aximm:1.0 AXI_LITE ARADDR"...