mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 21:51:48 +00:00
16 lines
334 B
Markdown
16 lines
334 B
Markdown
|
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
|