Skip to content

Instantly share code, notes, and snippets.

View 57maker's full-sized avatar

57maker 57maker

  • Taiwan
View GitHub Profile
@57maker
57maker / launch.json
Created October 11, 2025 14:11
Launch script for Zephyr IDE debug on Raspberry Pi
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Zephyr IDE: Debug",
"cwd": "${workspaceFolder}",
"gdbPath": "gdb-multiarch",