Arnaud Pouliquen
Arnaud Pouliquen
Hi @romainthomas Thanks for your answer! Agree that the elf format is quite tricky... Does the rule your point out is applicable for all elf files? I'm working on micro-controllers...
> Yes at least for Linux & Android it is applicable for all the ELF **LOAD segments** but not necessarily the sections. Regarding same elf file: ``` $ readelf -l...
@pdgendt : do you plan to add a sample that demonstrates the use of this shell? It would be nice to be able to test it.
Great job! Need review but portable and simple to integrate in ` samples/subsys/ipc/openamp_rsc_table` I can use it on my stm32mp1 board ``` root@stm32mp15-disco:~# microcom /dev/ttyRPMSG0 tty:~$ kernel version Zephyr version...
You should add the update of of `west.yml` that point to to https://github.com/zephyrproject-rtos/hal_stm32/pull/282 See https://docs.zephyrproject.org/latest/develop/modules.html#process-for-submitting-changes-to-existing-modules for details
> One question. I also have initial UART support for the MP2. Is it better to do a separate Pull Request for it after this one is merged (giving me...
@youssefz24 : seems that you need to rebase on main to resolve conflicts