Technical work:
1. Embox RTOS:
- Set up rint test cases for math module : https://github.com/embox/embox/pull/3768
- Setting up the ETL library for embos : https://github.com/embox/embox/pull/3764
- Adding support for STC : https://github.com/embox/embox/issues/3510
2. Linux kernel :
- https://lore.kernel.org/all/?q=biancaa
- Minor bug fixes like strncpy to strscpy.
3. Micropython:
- Added Micropython support for secureIoT chip: https://github.com/Mindgrove-Technologies/micropython
- Added support for linking with embed TLS: https://github.com/micropython/micropython/pull/18395
4. RISCV OpenOCD:
- Added support for Progbuf size check: https://github.com/riscv-collab/riscv-openocd/pull/1300
- Memory leak in OCD and adding mem leak tests through Valgrind: https://github.com/riscv-collab/riscv-openocd/pull/1303
- Skip RTI nop sequence handling : https://github.com/riscv-collab/riscv-openocd/pull/1312
- Prevent OCD from closing on dirty write of registers check: https://github.com/riscv-collab/riscv-openocd/pull/1313
- Drop riscv progbuf with riscv_program_exex() : https://github.com/riscv-collab/riscv-openocd/issues/1301
- Drop RTI cycle when DMI delay =0 : https://github.com/riscv-collab/riscv-openocd/issues/1310
5. SoF:
- tplg_parser :Validate control name length https://github.com/thesofproject/sof/pull/10361