Tahsin Türker Mutlugün
Tahsin Türker Mutlugün
i2c_target_api test uses `i2c_burst_read` and `i2c_burst_write` for reads and writes. These functions send only one byte as EEPROM word address, so tests fail when `address-width` is set to 16 bits....
### Description Submit I3C driver as a separate PR so that it can be merged into main. It was originally part of [feat/ME30](https://github.com/analogdevicesinc/msdk/tree/feat/ME30). Previous PR: https://github.com/analogdevicesinc/msdk/pull/1026
### Description Remove inclusion of trimsir_regs.h and aes_regs.h from max32672.h. They are causing redefinition warnings for `#define __I volatile const` macro in some cases. ### Checklist Before Requesting Review -...
### Description Add a new flash read function that handles ECC errors when an erased page is read. Reads are aligned to line buffer size, 256 bits, as ECC data...