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

Fix sub_opcode for STO instruction (GCC-336) #2

Closed
wants to merge 1 commit into from

Commits on Jul 11, 2023

  1. Fix sub_opcode for STO instruction

    As per ESP32-S2/S3 Technical Reference Manual, the sub_opcode for
    Automatic Storage Mode ST-OFFSET should be 3, not 2.
    
    See page 35, figure 1-11, of the ESP32-S2 TRM v1.1 (2022-09-23)
    as well as page 305, figure 2-11, of the ESP32-S3 TRM v1.3 (2023-07-04)
    wnienhaus committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    58b808a View commit details
    Browse the repository at this point in the history