Step 1: Compile

This commit is contained in:
suchmememanyskill
2022-01-22 01:59:17 +01:00
parent eb3fc13385
commit 72c58c93b8
117 changed files with 4242 additions and 10461 deletions

16
Modified BDK files.md Normal file
View File

@@ -0,0 +1,16 @@
For future reference if updating the BDK
// TODO: fatfs, ini parser, memory map
## /bdk/sec/SE.c&h
- Added se_aes_cmac
## /bdk/usb
- Removed entirely
## /bdk/storage/sd.c
- in sd_file_read(), extend read buffer by 1 and place a NULL byte at the end
## /bdk/libs/fatfs/ff.c&h
- Added f_fdisk_mod
- Stubbed exfat partition creation