pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Compilation warnings in multicore.c: when PICO_CORE1_STACK_SIZE=0x0

Open UKTailwind opened this issue 1 year ago • 0 comments

When explicitly creating a memory region to use multicore_launch_core1_with_stack it is reasonable to then set the size of the default core1 stack to zero in the cmake file. This creates multiple compilation warnings in multicore.c (-Wall). Not a big deal but is would be nice to have the compilation run with no warnings.

UKTailwind avatar Aug 11 '24 14:08 UKTailwind