Baking modules into STM32WL5 #13155
Answered
by
andrewleech
davefes
asked this question in
STM32 / Pyboard
-
First thought was I would have to do this myself, but looking into the |
Beta Was this translation helpful? Give feedback.
Answered by
andrewleech
Dec 8, 2023
Replies: 1 comment 1 reply
-
Yep If you copied the latest master copy of NUCLEO_WL55 board profile to base yours on it should have its own manifest with the lora libraries included, see where and how this was added in af52e1f |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davefes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep
manifest.py
is the standard way to manage this now, for docs see https://docs.micropython.org/en/latest/reference/manifest.htmlIf you copied the latest master copy of NUCLEO_WL55 board profile to base yours on it should have its own manifest with the lora libraries included, see where and how this was added in af52e1f