Haly

Results 15 issues of Haly

**Describe the bug** When gdb executable is short format like this: `C:/PROGRA~2/GNUARM~1/102021~1.10/bin/AR470E~1.EXE` Full path: "C:\PROGRA~2\GNUARM~1\102021~1.10\bin\arm-none-eabi-gdb.exe" Then the consrtuctor will raise error: `gdb executable could not be resolved from` Checked the...

pyamqp==5.1.1 I used below sample code for testing. If set heartbeat, the connection will be killed by rabbitmq server. If disable heartbeat by set zero value, the code works very...

**Describe the bug** Get errors from pravega logs: ``` Nov 11, 2021 6:39:05 AM io.grpc.netty.NettyServerHandler onStreamError WARNING: Stream Error io.netty.handler.codec.http2.Http2Exception$StreamException: Stream closed before write could take place at io.netty.handler.codec.http2.Http2Exception.streamError(Http2Exception.java:172) at...

Hi, We are using pyocd(0.34) + gdb + semihosting to generate gcov *.gcda file. pyocd seems is freezed when semihosting write start. And in gdb side, it show errors: `Ignoring...

bug
component/semihosting

pyocd always use generic cortex_m when board id is not defined in board_ids.py. This make pyocd cannot works for new board with a DFP pack. This PR could make pyocd...

hi @flit, We are using pyocd as the major flash tool for our sdk application develop and testing. Thanks working on this excellent tool! We used gdbserver and gdb to...

flashing
under-investigation
performance

**General Description** We added custom device support in J-Link, by adding device info in JLinkDevices.xml, and provide flash algo in Devices directory. It works with JLink.exe, but failed with pylink,...

Hi, pylink is a greate tool and we use it to test MCU devices. However I always met some trobules if install it on windows 10 system. It fails to...

**Describe the bug** I am doing some trails to exeplorer features of probe-rc-cli tool. I have an NXP lpc845breakout evk board. Flashed `hello_world.bin` with command `probe-rs-cli download`, it flashed successful,...

bug