John Bruner

Results 6 comments of John Bruner

It looks like FreeRTOS is looking for ```configNUMBER_OF_CORES``` but the SDK and example code is using ```configNUM_CORES```. A quick workaround is to define them to be the same thing.

This looks like a duplicate of #242773

Same for me, making VSCode on the Raspberry Pi unusable.

This does not repro for me on a 64-bit Intel box running Ubuntu 24.05.

Also see #242843 You can work around it by launching it from bash with ```code --js-flags="--nodecommit_pooled_pages"```