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

Refactor memory offsets based on MCU #106

Closed
stylesuxx opened this issue Jun 12, 2023 · 0 comments · Fixed by #116
Closed

Refactor memory offsets based on MCU #106

stylesuxx opened this issue Jun 12, 2023 · 0 comments · Fixed by #116
Assignees
Labels
Milestone

Comments

@stylesuxx
Copy link
Contributor

eg.:

IF MCU_TYPE == MCU_BB51
    ljmp 0F000h                         ; Jump to bootloader
ELSE
    ljmp 1C00h                          ; Jump to bootloader
ENDIF
@stylesuxx stylesuxx self-assigned this Jun 12, 2023
@stylesuxx stylesuxx linked a pull request Jun 15, 2023 that will close this issue
@stylesuxx stylesuxx added this to the v0.20.0 milestone Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant