Skip to content

prevent build issues with using --enable-jtag-repl=y #265

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

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

0ut4t1m3
Copy link
Contributor

Hi Kevin, I've noticed that at least the S3 and C6 series are hitting the error raised in #236 when enabling the JTAG REPL and I have been manually editing mpconfigboard.h for each target.

This PR ensures USB_SERIAL_JTAG_PACKET_SZ_BYTES is defined during the build when enable-jtag-repl=y.

Define USB_SERIAL_JTAG_PACKET_SZ_BYTES to prevent errors when building with --enable-jtag-repl=y
@kdschlosser
Copy link
Collaborator

That's right. I forgot to add that macro. in ESP-IDF 5.2.2 that macro is available but in 5.2.3 it is not. MicroPython officially only supports up to 5.2.2 I believe. We are using 5.2.3.

Thanks for the fix, I had completely forgot to add it.

@kdschlosser kdschlosser merged commit c6b57d7 into lvgl-micropython:main Jan 20, 2025
5 checks passed
@0ut4t1m3
Copy link
Contributor Author

No problems mate, glad to help.

@kdschlosser
Copy link
Collaborator

thanks m8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants