Flavio Ceolin
Flavio Ceolin
``` if LOG_BACKEND_RTT_BUFFER config LOG_BACKEND_RTT_BUFFER int "Buffer number used for logger output." range 0 SEGGER_RTT_MAX_NUM_UP_BUFFERS default 0 help Select index of up-buffer used for logger output, by default it uses...
Some macros defined in SoF are also being defined in Zephyr. Just avoiding redefinition un-defining these macros. Signed-off-by: Flavio Ceolin
Small fixes to use upstream Zephyr. The major change is removing instructions to fetch Zephyr and its tools since it is barely reproducible. Lets just assume that the host is...
The main fix in this pr is in the wake up procedure. When the system was waking up the notification coming from the ISR was not properly restoring the system....
Zero length arrays are a GNU extension and are not part of C standard. Lets declare flexible arrays properly. Besides the compliant with C standard it open possibilities to improve...
Fix possible buffer overflow in rfcomm. Check the buffer len before read it.
Add board definition for Intel ADSP (ACE family) simulators.
Bump TF-M to 2.2.0 (latest release at the moment)