Skip to content

Instantly share code, notes, and snippets.

View bdpdx's full-sized avatar

Brian Doyle bdpdx

  • CodeSage, LLC
  • Lake Oswego, Oregon
View GitHub Profile
@bdpdx
bdpdx / gist:d7efccec55ddc84c36dadf3d9cd472ed
Created January 8, 2021 03:12 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@bdpdx
bdpdx / debug_helper_additions.c
Created July 22, 2023 17:06
ESP-IDF All tasks backtrace to JSON
/*
Based on this fantastic work by Chip Weinberger:
https://github.com/espressif/esp-idf/pull/11575
This function can be added to:
esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c
with declaration to: