renode-infrastructure icon indicating copy to clipboard operation
renode-infrastructure copied to clipboard

Initial xG24 support

Open mananni-silabs opened this issue 2 years ago • 1 comments

Preliminary support for xG24 Silicon Labs platform.

  • Radio model is functional for 802.15.4-based stacks (Zigbee, Open Thread, Connect and other RAIL-based proprietary solutions), however on certain platforms we are currently experiencing thread safety issues resulting in PC corruption. Also, because of a dependency on the CortexM class, it can not currently be compiled using the existing flow of including the file in the Peripherals.csproj file. We instead pull the file in from .resc file directly.
  • SEMAILBOX only implements commands needed for 802.15.4 stacks and does not actually perform any encryption for now
  • FlashUserData only implements EUI64 manufacturer token for now
  • MPU use currently results into the application not initializing correctly, so apps should be built without MPU support

mananni-silabs avatar Nov 13 '23 18:11 mananni-silabs

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 13 '23 18:11 CLAassistant