The stacksize at calls to tls_os_task_create() have to be given in
bytes quantity. Opposed to the documentation, which tells that the number
of stack elements have to be specified.
Collateral non-related changes just for the building and testing:
set SERIAL_NAME in tools/download_fls.sh
Silence a compile warning in tools/wm_tool.c (not mandatory, but
I do not like warnings. Sometimes they point at a bug.).
The stacksize at calls to tls_os_task_create() have to be given in bytes quantity. Opposed to the documentation, which tells that the number of stack elements have to be specified.
Collateral non-related changes just for the building and testing: