Skip to content

Refactor 4450/4551 to use common code #65

Closed
@terrillmoore

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.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions