mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-02 13:45:50 +00:00
All four of these examples immediately crashed on stack overflow when
connected, at least on a FRDM_K64F board.
In 46fd822990 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 <karl.palsson@marel.com>