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

feat(rp2040): add missing opcodeXXX #18

Merged
merged 7 commits into from
May 11, 2021
Merged

feat(rp2040): add missing opcodeXXX #18

merged 7 commits into from
May 11, 2021

Commits on May 4, 2021

  1. LR LSB must be always 1

    During debugging I found sometimes the LR register has LSB reset to 0 while on a real Pico at the same position it is always set as 1.
    This also matches the armv6-m reference manual pag 113-114.
    Turro75 authored May 4, 2021
    Configuration menu
    Copy the full SHA
    5b4091f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    520c364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    077db5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c722f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1cccd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8041ccb View commit details
    Browse the repository at this point in the history
  6. fix previous commit

    Turro75 authored May 11, 2021
    Configuration menu
    Copy the full SHA
    3701f8d View commit details
    Browse the repository at this point in the history