Skip to content

Conversation

@FoniksFox
Copy link
Contributor

@FoniksFox FoniksFox commented Dec 14, 2025

Implement Sd module using the new compile-infrastructure. Full documentation in the wiki.

It is a ST-LIB_LOW module even though it directly uses the HAL because it isn't actually a direct abstraction over a peripheral, but an implementation on top of it (the SDMMC peripheral is quite agnostic about what you do with it). Also, it would be great to implement an SDMMC module in HALAL, and refactor the Sd module to use that at some point in the future.

The module only allows for IDMA double-buffering mode, since it is the only mode we have a need for.

jorgesg82 and others added 30 commits November 30, 2025 13:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 12 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

FoniksFox and others added 3 commits December 25, 2025 20:57
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@FoniksFox FoniksFox marked this pull request as ready for review December 25, 2025 20:01
@FoniksFox FoniksFox marked this pull request as draft January 17, 2026 03:26
@FoniksFox FoniksFox changed the base branch from refactor/MPUManager to development January 26, 2026 16:40
@FoniksFox FoniksFox marked this pull request as ready for review January 26, 2026 16:41
Copy link
Contributor

@jorgesg82 jorgesg82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to having that hal_gpio_interface.h file? It seems to be an attempt to create a mock to the GPIO module, but I don't get why it is here. If you are not using it and it is only a remaining of some merge, please delete it for this PR

@FoniksFox FoniksFox dismissed jorgesg82’s stale review January 27, 2026 23:54

It was a remaining of a merge, now deleted.

@FoniksFox FoniksFox requested a review from jorgesg82 January 27, 2026 23:55
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.

3 participants