onomondo / nrf-softsim

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

`SOFTSIM_STACK_SIZE` is excessive #16

Open JordanYates opened 8 months ago

JordanYates commented 8 months ago

As the comment says, 10000 is an excessive value for SOFTSIM_STACK_SIZE, over 5% of the total RAM available to an application (ignoring the heap used for message passing). Regardless of whether this value can be optimised at this point, the value should be swapped to a Kconfig symbol so that the value can be updated as needed by users.