Re: adding support for stack coloration on nRF52

2021-01-17 Thread Matias N.
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

Re: adding support for stack coloration on nRF52

2021-01-17 Thread Xiang Xiao
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

adding support for stack coloration on nRF52

2021-01-16 Thread Matias N.
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