onomondo / nrf-softsim

Manifest repo for integrating SoftSIM and nrf-sdk
30 stars 6 forks source link

fix: improve support for Thingy91 #50

Closed MirkoCovizzi closed 3 months ago

MirkoCovizzi commented 3 months ago

This commit addresses an issue where the samples do not compile out of the box for the Thingy91 due to an overflow of the TFM partition. Starting from the factory static partition layout, resize the tfm partition to be large enough to satisfy the new size requirements introduced by SoftSIM and update the other related addresses and sizes accordingly.

This addresses https://github.com/onomondo/nrf-softsim/issues/49