Skip to content
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

xtensa: add backtrace support for wide range of SOCs #86165

Open
rysiof opened this issue Feb 21, 2025 · 0 comments
Open

xtensa: add backtrace support for wide range of SOCs #86165

rysiof opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
area: Xtensa Xtensa Architecture Enhancement Changes/Updates/Additions to existing features

Comments

@rysiof
Copy link
Contributor

rysiof commented Feb 21, 2025

Is your enhancement proposal related to a problem? Please describe.
Currently XTENSA_ENABLE_BACKTRACE is supported only for couple of SOCs:

  • SOC_SERIES_ESP32
  • SOC_FAMILY_INTEL_ADSP
  • SOC_XTENSA_DC233C
    since feature is relatively generic, let's support it for all (with as-is quality)

Describe the solution you'd like

Remove depends on SOC_SERIES_ESP32 || SOC_FAMILY_INTEL_ADSP || SOC_XTENSA_DC233C

Describe alternatives you've considered
Listing all SOCs, but that becomes not very well scalable

Additional context
N/A

@rysiof rysiof added the Enhancement Changes/Updates/Additions to existing features label Feb 21, 2025
@rysiof rysiof changed the title xtensa: add support for wide range of SOCs xtensa: add backtrace support for wide range of SOCs Feb 21, 2025
rysiof added a commit to rysiof/zephyr that referenced this issue Feb 21, 2025
Provides support (disabled by default, unless SOC_SERIES_ESP32 || SOC_FAMILY_INTEL_ADSP || SOC_XTENSA_DC233C) for wide range of SOCs
    
fixes: zephyrproject-rtos#86165
    
Signed-off-by: [email protected]
@henrikbrixandersen henrikbrixandersen added the area: Xtensa Xtensa Architecture label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Xtensa Xtensa Architecture Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

No branches or pull requests

3 participants