Daniel Leung

Results 10 issues of Daniel Leung

**Describe the bug** It is possible to use west build to build for different board revision, but twister does not support it. For example, `west build -p -b nucleo_f030r8@1 samples/hello_world/`...

Enhancement
area: Twister

This enables `qemu_x86_tiny` to support coverage. Note that since coverage requires lots of data pinned in memory at boot, the main memory needs to be increased. Though, to avoid changing...

Backport b820cde7a92c9389090d83d09ac04cd6b7cacbcb~2..b820cde7a92c9389090d83d09ac04cd6b7cacbcb from #50493 Fixes https://github.com/zephyrproject-rtos/zephyr/issues/50468

Backport

Both intel_bdw and intel_byt are not being used in upstream Zephyr project. So there is no need to build them. Signed-off-by: Daniel Leung

This enables multilib support for building GCC. This is needed to support both CALL0 and Windowed ABIs. Needs: https://github.com/zephyrproject-rtos/gcc/pull/23

The overlay comes from: https://github.com/jcmvbkbc/xtensa-toolchain-build commit 435c5e8b108de520565886f3f2349cc6be3fe712 under directory overlays/ This would allow us to use QEMU to test the Xtensa MPU code on main Zephyr repo.

Rename shadow variable found by -Wshadow.

This adds the config and overlay files to enable building the toolchain needed for the intel_adsp/ace30_ptl board in Zephyr. Needs these to fully build for the board: * https://github.com/zephyrproject-rtos/hal_xtensa/pull/29 *...

Using https://github.com/zephyrproject-rtos/zephyr/pull/80333 to test HPSRAM powering down code.

This reworks Zephyr IPC interface to utilize the newly introduced IPC message service, which provides a more generic IPC interface.