remove modules i2s and rmt from firmware and some other. #19023
Replies: 3 comments 1 reply
-
|
If you truly remove all parts of esp-idf, which is essentially the SDK for running on any esp, then the code just wont even compile - let alone run. I think you should consider:
A few relevant articles on the wiki : |
Beta Was this translation helpful? Give feedback.
-
If you don't specifically enable BT, WiFi etc. in your Python code they don't use CPU time - I don't think any performance is gained by removing the code from the build. |
Beta Was this translation helpful? Give feedback.
-
|
Hello thank you for the answer. i have succeful remove i2s ans some other stuff, i need to find something else for esp32_rmt, because is it not in mpconfig.h. i will post my resolve after i found it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i need to remove some hardware module from esp32s3 compilation in micropython to make my own drivers. because my drivers is time sensitive i cant use micropython layer. also i need to remove all stuff for bluetooch, ble, and network at all via wifi.
but i can see how to add user module, but nothing clear to remove then and especially all esp-idf stuff.
thanck you for your help.
Beta Was this translation helpful? Give feedback.
All reactions