forked from platformio/platform-espressif32
-
Notifications
You must be signed in to change notification settings - Fork 100
OpenOCD: Add new GDB commands for FreeRTOS and ROM ELF #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
fdad69d
Add roms.json with ESP32 build information
Jason2866 e6f1084
Add new GDB commands for FreeRTOS and ROM ELF
Jason2866 77a9908
Delete misc/svd/roms.json
Jason2866 934575f
Add roms.json with ESP32 build information
Jason2866 2ea5d44
Update FTDI return value for ESP32 board
Jason2866 b678caa
Add UTF-8 encoding to file open for roms_json
Jason2866 21b59bf
allow whitespaces in path
Jason2866 4193971
Check GDB Python support before adding commands
Jason2866 76a7c74
Update GDB path resolution to support Windows executables
Jason2866 cf83897
Hoist the GDB probe and ROM-command build out of the per-link loop
Jason2866 eb6019c
GDB probes run before packages installed
Jason2866 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| { | ||
| "esp32": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x3ff9ea80", | ||
| "build_date_str": "Jun 8 2016" | ||
| }, | ||
| { | ||
| "rev": 300, | ||
| "build_date_str_addr": "0x3ff9e986", | ||
| "build_date_str": "Jul 29 2019" | ||
| } | ||
| ], | ||
| "esp32s2": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x3ffaf34b", | ||
| "build_date_str": "Oct 25 2019" | ||
| } | ||
| ], | ||
| "esp32s3": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x3ff194ad", | ||
| "build_date_str": "Mar 1 2021" | ||
| } | ||
| ], | ||
| "esp32c2": [ | ||
| { | ||
| "rev": 100, | ||
| "build_date_str_addr": "0x3ff47874", | ||
| "build_date_str": "Jan 27 2022" | ||
| } | ||
| ], | ||
| "esp32c3": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x3ff1b878", | ||
| "build_date_str": "Sep 18 2020" | ||
| }, | ||
| { | ||
| "rev": 3, | ||
| "build_date_str_addr": "0x3ff1a374", | ||
| "build_date_str": "Feb 7 2021" | ||
| }, | ||
| { | ||
| "rev": 101, | ||
| "build_date_str_addr": "0x3ff1a3dc", | ||
| "build_date_str": "Mar 1 2023" | ||
| } | ||
| ], | ||
| "esp32c5": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x4004b3c4", | ||
| "build_date_str": "Mar 29 2024" | ||
| } | ||
| ], | ||
| "esp32c6": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x4004a798", | ||
| "build_date_str": "Sep 19 2022" | ||
| } | ||
| ], | ||
| "esp32h2": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x4001c7dc", | ||
| "build_date_str": "Nov 1 2022" | ||
| } | ||
| ], | ||
| "esp32p4": [ | ||
| { | ||
| "rev": 0, | ||
| "build_date_str_addr": "0x4fc1d1ac", | ||
| "build_date_str": "Aug 11 2023" | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.