-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
add esp32P4 support to start with #17356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Pull request updated with M5STAK TAB5 board. |
I got the ADC to compile. It should be working without any issues, I still have to test it. |
Now I know how to solve USBD, that is, I need to officially change the code to support the latest version of the api of esp-tinyusb, and it should be able to run. |
I think USB Host should be made at the same time, but that's later. Please solve the current problem first. |
This file contains the code that should get the ADC to work properly. https://github.com/lvgl-micropython/lvgl_micropython/blob/update_rotation/micropy_updates/esp32/machine_adc.c |
Summary
Create ESP32 P4 support in micropython to start
and M5STACK TAB5 board.
Testing
Tested on my P4 (M5STACK TAB5)
Compilation OK
Flash OK
Spiram OK
I2S OK
UART OK
WIFI OK
BLUETOOTH OK
TO DO (disabled to fix it):
Touchpad
Machine.usb
ADC
DAC
Trade-offs and Alternatives