[riot-notifications] [RIOT-OS/RIOT] Port of RIOT-OS to stm32mp1 (#14691)
Gilles DOFFE
notifications at github.com
Thu Nov 5 17:08:20 CET 2020
Thx @aabadie
> Several things are still missing/failing:
>
> * you have to add the Kconfig part for the board and for the STM32 mp1 cpu, maybe have a look at this [tool for the STM32 cpu part](https://github.com/RIOT-OS/RIOT/tree/master/cpu/stm32/dist/kconfig);
Done. I did not find `ProductsList.xlsx` for mp1. I wrote Kconfig.models manually with only STM32MP157CAC model.
> * `periph_wdt` [doesn't build on mp1](https://ci.riot-os.org/RIOT-OS/RIOT/14691/ea89727f1f168567939f038008ebafe2998eb861/output/compile/tests/periph_wdt/stm32mp157c-dk2:gnu.txt), so it needs adaptation (or exclusion on mp1);
My bad it needs exclusion. Independant Watchdog are dedicated to the Cortex-A7 not to the Cortex-M4.
> * you may want to run [this tool](https://github.com/RIOT-OS/RIOT/tree/master/dist/tools/insufficient_memory) to skip the applications that doesn't fit in the stm32mp1 board.
That tool is perfect, thx, it saves me a lot of time.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/14691#issuecomment-722474075
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201105/d178442c/attachment.htm>
More information about the notifications
mailing list