pico-debug VS DAPLink

Compare pico-debug vs DAPLink and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
pico-debug DAPLink
2 5
269 2,140
- 1.8%
4.1 6.5
over 1 year ago about 2 months ago
C C
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pico-debug

Posts with mentions or reviews of pico-debug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-28.
  • What're my debugging options without a raspberry pi?
    3 projects | /r/raspberrypipico | 28 Jul 2022
    There's also apparently a way to use the other core of a Pico as a debug programmer: https://github.com/majbthrd/pico-debug/ but that's pretty advanced.
  • Raspberry Pico: Simple Debugging with just one Device
    4 projects | dev.to | 25 Apr 2021
    This blog pot continues the Pico setup series and will detail how to setup a fully working debugger in VS Studio Code. Keep in mind that ultimately the steps are based on explanations from pico-debug project, and wizio-pico, but the setup is complex so I wrote a summarizing blog article. Follow along and you will be debugging your Pico C programs with the press of a simple launch button.

DAPLink

Posts with mentions or reviews of DAPLink. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-28.
  • At what abstraction level does the USB MSC class operate?
    1 project | /r/embedded | 16 Apr 2023
    If you just want to transfer data without necessarily using a filesystem on your storage device, check out daplink. It implements a virtual FAT filesystem over USB so you can copy over firmware updates easily.
  • DAP-Link Confusion
    1 project | /r/embedded | 19 Feb 2023
    From what I've found that DAP-Link is actually an ARM Mbed open source project to basically be similar to STM32 ST-Link: https://github.com/ARMmbed/DAPLink
  • What are some interesting uses of WebUSB you have come across?
    4 projects | news.ycombinator.com | 28 Jan 2023
    It's used for flashing the BBC micro:bit in both Microsoft MakeCode (makecode.microbit.org) and the micro:bit Python Editor (python.microbit.org). MakeCode uses it for lots of other devices like MakeCode Arcade too https://arcade.makecode.com )

    It's amazing for students to be able to quickly get a program they've written in their browser onto a device in their hands that can respond to and interact with the real world.

    Also great because with MicroPython and the Python Editor you get a standalone Python environment including REPL that's completely isolated from the PC - schools love it because no matter what the students do they're not going to break the host PCs.

    (The firmware that implements web USB on the micro:bit's USB interface chip is open source, DAPLink https://github.com/ARMmbed/DAPLink - poke

  • The design approach to the Zig programming language
    2 projects | news.ycombinator.com | 6 Sep 2022
    https://github.com/ARMmbed/DAPLink/blob/main/source/daplink/...

    Note the nested do { do { } while (); if (err) break;} while(); if (err) break;

    Should that code be rewritten? Most certainly it should, and it should be given a proper Error type. However, when you are first porting it, you need to match semantics or you get a bunch of off-by-one, missed error, or missed end of stream bugs. And, as you point out, the Rust loop{} equivalents suck.

    We've all written suboptimal code, and we all live in a suboptimal world. :)

  • How to flash an arm microcontroller on Linux?
    3 projects | /r/embedded | 7 Jul 2021
    I checked for DAPLink, but this seems to require keil, based on what I read in the readme.

What are some alternatives?

When comparing pico-debug and DAPLink you can also consider the following projects:

wizio-pico - Raspberry Pi Pico development platform for PlatformIO

pyOCD - Open source Python library for programming and debugging Arm Cortex-M microcontrollers

PlatformIO - Your Gateway to Embedded Software Development Excellence :alien:

dap42 - CMSIS-DAP debugger firmware for STM32F042Fx and STM32F103xx

NXP-MCUBootUtility - 恩智浦全系列MCU安全启动一站式工具(研发模式),基于Python2.7.15+wxPython4.0.3

EnvOpenPico - An open source RP2040 MCU Board Family

remote-debugger

pico-composite8 - Raspberry Pi Pico NTSC 8-bit Composite Video output using Resistor R2R DAC, interlaced at 640x480, with slideshow on second core.

libopencm3 - Open source ARM Cortex-M microcontroller library

openocd

ig-debugheap - Debug heap useful for tracking down memory errors.