flipperzero-firmware
flipperzero-firmware copied to clipboard
Print card CID in storage info
Add a wrapper around SD_GetCIDRegister that initializes the SPI bus and use it to get the CID info.
Issue #2214
Signed-off-by: Michal Suchanek [email protected]
What's new
- Shows SD card identification in storage info
Verification
- External storage info in cli and UI should include SD card identification data

Checklist (For Reviewer)
- [ ] PR has description of feature/bug or link to Confluence/Jira task
- [ ] Description contains actions to verify feature/bugfix
- [ ] I've built this code, uploaded it to the device and verified feature/bugfix
apparently conflicts with #2204
Note: using uppercase hexadecimal digits which is consistent with manufacturers using uppercase letters for the product name.
Yep it does conflict with #2204, @DrZlo13 is currently working on new SD driver which will replace one you've edited. I'll leave final decision to @DrZlo13.
@DrZlo13 this PR is still waiting for your comment )