Hardy Griech
Hardy Griech
**Describe the PR** With this PR it is also possible to compile the dcd_nrf5x with old Nordic SDKs. The current version of the driver uses API calls to nrf_clock with...
### Operating System Linux ### Board Raspi Pico RP2040 ### Firmware My probe project (https://github.com/rgrr/yapicoprobe/tree/feature/systemview-rndis) uses lwIP / TinyUSB to provide a network interface for SystemView (https://www.segger.com/products/development-tools/systemview/). The probe is...
**Describe the PR** This is a rewrite of the original NCM device driver. You can check tests concerning functionality and performance [here](https://github.com/rgrr/yapicoprobe/blob/master/doc/lwIP-notes.adoc#the-ncm_device_new-driver-comparison). **Additional context** Buggyness of the current driver can...
**Describe the PR** Select ECM for small devices, select NCM + iperf for bigger devices. This covers more modules during build time and also allows simple performance measurements with an...
### Operating System Windows 10 ### Board PCA10056 (nRF52840 Nordic DK) ### Firmware Firmware provides a USB-CDC and puts the received data onto BLE. The host software opens the COM...
**Describe the PR** removed obsolete tud_network_link_state_cb() **Additional context** -
I have old images which have 720 for longitude/latitude which correctly is rejected on database sync. Unfortunately the sync aborts at this point. sync should check the limits before sending...
Hello, the two functions swd_read_block() and swd_write_block() will stumble into misalignment, if their callers swd_read_memory() and swd_write_memory() are called with differently aligned src/dst, e.g. "address"=0x20001ef**1** (target), "data"=0x20013ee**0**. Important part are...
Hi, as far as I can see, board_info.swd_set_target_reset() is never used. Either this element should be removed from board_info or it should be taken into account in swd_set_target_reset().
if pyocd is invoked via command line (e.g. "pyocd reset" or "pyocd gdb"), then ID_DAP_Disconnect is sent to the probe on end of pyocd. If pyocd is started by "GDB...