Re: [meta-zephyr][PATCH] zephyr-sdk: upgrade 0.14.2 -> 0.15.1
Naveen Saini
Hi Mason
toggle quoted message
Show quoted text
-----Original Message-----[Naveen] I already sent patch to fix this issue. [Naveen] As per my understanding available ram for qemu-cortex-m0 is only 16K, not sufficient for sample philosophers. So I think you should remove it for qemu-cortex-m0 machine. From build logs: SRAM (wx) : ORIGIN = 0x20000000, LENGTH = (16 * 1K) And also listed in yaml too https://github.com/zephyrproject-rtos/zephyr/blob/v3.2-branch/boards/arm/qemu_cortex_m0/qemu_cortex_m0.yaml#L10 I case see many tests and samples are being filter out based on 'min_ram' https://github.com/zephyrproject-rtos/zephyr/blob/v3.2-branch/samples/net/sockets/http_client/sample.yaml#L3
|
|