2022-01-22 01:59:17 +01:00
|
|
|
For future reference if updating the BDK
|
|
|
|
|
2022-01-22 16:05:08 +01:00
|
|
|
// TODO: memory map(?)
|
2022-01-22 01:59:17 +01:00
|
|
|
|
|
|
|
## /bdk/sec/SE.c&h
|
|
|
|
- Added se_aes_cmac
|
2022-01-22 15:56:31 +01:00
|
|
|
- Added se_calc_hmac_sha256
|
2022-01-22 01:59:17 +01:00
|
|
|
|
|
|
|
## /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
|
2022-01-22 16:05:08 +01:00
|
|
|
- Stubbed exfat partition creation
|
|
|
|
|
|
|
|
## /bdk/utils/ini.c
|
|
|
|
- Added initial 'unknown' section to parse prod.keys
|
|
|
|
|
2023-07-20 16:45:07 +02:00
|
|
|
## /bdk/utils/types.h
|
|
|
|
- Added colors from lockpick-rcm
|
|
|
|
- Add ALWAYS_INLINE, LOG2, DIV_ROUND_UP defs
|
|
|
|
- Add 'open_mode_t' and 'validity_t' enums
|
|
|
|
|
2022-01-22 16:05:08 +01:00
|
|
|
## /bdk/libs
|
|
|
|
- Added nx-savedata from [Lockpick_RCM](https://github.com/shchmue/Lockpick_RCM)
|