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

⚠️ Rework IO/peripheral address space #1126

Merged
merged 20 commits into from
Dec 26, 2024
Merged

Conversation

stnolting
Copy link
Owner

This PR provides a complete rework of the processor's IO/peripheral address space.

  • ✨ increase IO device size from 256 bytes to 64kB
  • ⚠️ rework entire IO device address mapping
  • ⚠️ move bootloader ROM to IO section; change base address of bootloader ROM

From a HAL / high-level persepctive the changes from this PR are transparent for the user. However, a recompilation of the application is required.

@stnolting stnolting added enhancement New feature or request HW Hardware-related labels Dec 23, 2024
@stnolting stnolting self-assigned this Dec 23, 2024
@stnolting stnolting marked this pull request as ready for review December 26, 2024 05:45
@stnolting stnolting merged commit 32e2065 into main Dec 26, 2024
10 checks passed
@stnolting stnolting deleted the address_space_rework branch December 26, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW Hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant