You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2019. It is now read-only.
SDIO_IRQHandler is only possibly used by the firmware. It's not used by the boardloader and the bootloader.
It would be nice to not link it with the boardloader so that it does not get into the vector table.
But, need to move to a separate file and maybe disable stack protector and maybe mark sd_handle volatile?