You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
I am new to Zig and embedded development. Could you please guide me on how to flash the generated ELF file from the project's example onto the board? Additionally, I would appreciate any advice on how to perform debugging in an elegant manner.
The text was updated successfully, but these errors were encountered:
espressif-esp is really a work-in-progress project. I'll focus on the project more in a mid range (i hope 3 month) range where i will add the basic support for ESP32-C3 and ESP32-C6 and flashing
espressif-esp is really a work-in-progress project. I'll focus on the project more in a mid range (i hope 3 month) range where i will add the basic support for ESP32-C3 and ESP32-C6 and flashing
I have figured out how to generate and flash the binary file. However, now I am eager to know how to debug it. I'm curious about your debugging approach when maintaining this project. I have been trying to use OpenOCD, but I have been unsuccessful so far.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am new to Zig and embedded development. Could you please guide me on how to flash the generated ELF file from the project's example onto the board? Additionally, I would appreciate any advice on how to perform debugging in an elegant manner.
The text was updated successfully, but these errors were encountered: