All four of these examples immediately crashed on stack overflow when
connected, at least on a FRDM_K64F board.
In 46fd82299040f the default freertos stack size was increased, but
_only_ for stm32? Perhaps either all platform examples need the default
increased, rather than increasing the problem task stacks as is done
here.
Signed-off-by: Karl Palsson <[email protected]>
CMake builds worked, but the variables were brokenly updated for make.
Fixes: a64e3eb0aa update board_test always output on uart
Signed-off-by: Karl Palsson <[email protected]>