Technical work:

1. Embox RTOS:

  1. Set up rint test cases for math module : https://github.com/embox/embox/pull/3768
  2. Setting up the ETL library for embos : https://github.com/embox/embox/pull/3764
  3. Adding support for STC : https://github.com/embox/embox/issues/3510

2. Linux kernel :

  1. https://lore.kernel.org/all/?q=biancaa
  2. Minor bug fixes like strncpy to strscpy.

3. Micropython:

  1. Added Micropython support for secureIoT chip: https://github.com/Mindgrove-Technologies/micropython
  2. Added support for linking with embed TLS: https://github.com/micropython/micropython/pull/18395

4. RISCV OpenOCD:

  1. Added support for Progbuf size check: https://github.com/riscv-collab/riscv-openocd/pull/1300
  2. Memory leak in OCD and adding mem leak tests through Valgrind: https://github.com/riscv-collab/riscv-openocd/pull/1303
  3. Skip RTI nop sequence handling : https://github.com/riscv-collab/riscv-openocd/pull/1312
  4. Prevent OCD from closing on dirty write of registers check: https://github.com/riscv-collab/riscv-openocd/pull/1313
  5. Drop riscv progbuf with riscv_program_exex() : https://github.com/riscv-collab/riscv-openocd/issues/1301
  6. Drop RTI cycle when DMI delay =0 : https://github.com/riscv-collab/riscv-openocd/issues/1310

5. SoF:

  1. tplg_parser :Validate control name length https://github.com/thesofproject/sof/pull/10361