Skip to content

Instantly share code, notes, and snippets.

View syedtaqi95's full-sized avatar
👨‍💻

Syed Taqi Haider syedtaqi95

👨‍💻
View GitHub Profile
@syedtaqi95
syedtaqi95 / pico-debug.md
Last active July 19, 2024 11:38
Debug Wiznet W6100-EVB-Pico (or other RP2040 boards) using a Raspberry Pi Debug Probe

Debug Wiznet W6100-EVB-Pico using a Raspberry Pi Debug Probe

This tutorial explains how to debug a Wiznet W6100-EVB-Pico (or other RP2040 boards) using a Raspberry Pi Debug Probe and Linux (Ubuntu) host PC using the terminal.

Getting Started

Hardware

  • Connect a USB cable from the Wiznet board to the host PC.
@syedtaqi95
syedtaqi95 / shaider-dev.code-profile
Last active October 7, 2023 05:07
shaider-dev VSCode Profile
{"name":"shaider-dev","settings":"{\"settings\":\"{\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"githubPullRequests.pullBranch\\\": \\\"never\\\",\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.detectIndentation\\\": false,\\n \\\"editor.formatOnSave\\\": false,\\n \\\"editor.renderWhitespace\\\": \\\"boundary\\\",\\n \\\"editor.rulers\\\": [\\n 80,\\n 100\\n ],\\n \\\"editor.wordWrap\\\": \\\"bounded\\\",\\n \\\"editor.inlayHints.enabled\\\": \\\"offUnlessPressed\\\",\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"editor.linkedEditing\\\": true,\\n \\\"files.insertFinalNewline\\\": true,\\n \\\"files.trimTrailingWhitespace\\\": true,\\n \\\"[python]\\\": {\\n \\\"editor.formatOnType\\\": true,\\n \\\"editor.formatOnSave\\\": false,\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.black-formatter\\\",\\n \\\"editor.detectIndentation\\\": true,\\n \\\"editor.tabSize\\\": 4\\n },\