Tencent / ncnn

ncnn is a high-performance neural network inference framework optimized for the mobile platform
Other
19.68k stars 4.1k forks source link

Can simplestl use in RTOS ? #5449

Open Ryuk17 opened 1 month ago

Ryuk17 commented 1 month ago

I use simplestl in rtos system, it crashed when run a = b

char str[] = {"aaaa"};
sring b;
b = a;
nullptr-leo commented 1 month ago

Can simplestl use in RTOS ?

Yes.