fusee_cpp: implement sd card init

This commit is contained in:
Michael Scire 2021-08-23 07:11:28 -07:00 committed by SciresM
parent 25cd3d17de
commit 49d0a51d6b
6 changed files with 167 additions and 3 deletions

View file

@ -114,8 +114,11 @@ SECTIONS
.data :
{
FILL(0x00000000)
*(.data .data.* .gnu.linkonce.d.*)
SORT(CONSTRUCTORS)
. = ALIGN(64) - 1;
BYTE(0x00);
} >main AT>glob
__bss_start__ = .;