Closed
Description
Many routines like GetSysEUI() are duplicated in the samd and stm32 dirs because of different FRAM types. But the FRAMs (2k and 8k) export a common API so instead of this->m_Fram we could use this->GetFram() as long as GetFram() returns an Fram reference (Fram&).
For others (like registerCommands) there seems to be no good reason for them to be separate (though again it may be the FRAM stuff.