Thanks, I tested simply copying the code and it works. I will probably make a
PR for that and we can then refactor the code to have a single place for each
arch.
Best,
Matias
On Sun, Jan 17, 2021, at 05:06, Xiang Xiao wrote:
> On Sat, Jan 16, 2021 at 6:08 PM Matias N. wrote:
>
> > Hi,
> > I w
On Sat, Jan 16, 2021 at 6:08 PM Matias N. wrote:
> Hi,
> I would like to add this feature so I can measure used stack on nRF52. I'm
> trying to figure out what
> is needed and it would seem I need to replicate the go_nx_start() function
> found on other _start.c
> files. Is that all there is to i
Hi,
I would like to add this feature so I can measure used stack on nRF52. I'm
trying to figure out what
is needed and it would seem I need to replicate the go_nx_start() function
found on other _start.c
files. Is that all there is to it?
Also, any reason why this is chip dependant and not simp