nimble on esp-idf
#18902
Replies: 2 comments
-
According to micropython/ports/esp32/README.md, it's v5.5.1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks Robert, that explains what I see.Sorry that I did not have a look at the README.With the nimble config I have shown in my question, I manage to compile micropython but I get plenty of warnings because of multiple #defines. I may have a closer look at this.Sent from my Galaxy
-------- Original message --------From: Robert Hammelrath ***@***.***> Date: 3/7/26 18:30 (GMT+01:00) To: micropython/micropython ***@***.***> Cc: Uli Raich ***@***.***>, Author ***@***.***> Subject: Re: [micropython/micropython] nimble on esp-idf (Discussion #18902)
Which is the version that is currently used to build micropython?
According to micropython/ports/esp32/README.md, it's v5.5.1
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to compile micropython with esp-idf-v5.5.3 (latest stable version) and ran into problems when nimble is compiled. I managed to get it to work with
CONFIG_BT_NIMBLE_STATIC_TO_DYNAMIC=n
Which is the version that is currently used to build micropython?
Up to now I used v5.5.1, which works fine also without the above config setting.
Beta Was this translation helpful? Give feedback.
All reactions