-
-
Notifications
You must be signed in to change notification settings - Fork 711
added Espressif ESP32-H2-DevKitM-1 #1545
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: develop
Are you sure you want to change the base?
Conversation
boards/esp32-h2-devkitm-1.json
Outdated
"mcu": "esp32h2" | ||
}, | ||
"connectivity": [ | ||
"wifi" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this chip has no wifi connectivity, should be bluetooth and IEEE802.15.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're right
"name": "Espressif ESP32-H2-DevKitM-1", | ||
"upload": { | ||
"flash_size": "4MB", | ||
"maximum_ram_size": 327680, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ROM size of the chip is 128 KB, so ram size should be 131072
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs say it has 320 KB of SRAM:
esp32-h2-mini-1_mini-1u_datasheet_en.pdf
No description provided.