Skip to content
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

Enhance Board MCU information by CPU Revision for boards with ESP32 #4

Open
cyberman54 opened this issue Jan 26, 2018 · 2 comments
Open
Assignees

Comments

@cyberman54
Copy link

For boards with ESP32 detect CPU Revision (currently Rev.0 and Rev.1) and print it with Board MCU

https://espressif.com/sites/default/files/documentation/eco_and_workarounds_for_bugs_in_esp32_en.pdf

@cyberman54
Copy link
Author

See code here

@MattFryer MattFryer self-assigned this Jan 27, 2018
@MattFryer
Copy link
Owner

Great idea! Currently all the board identification is done at compile time and as this can only be identified at run time on the ESP32, I need to have a think about how best to implement this and maintain the zero/minimum resource usage of the library. Maybe a series of classes, one for each board type with methods to return the possible info? That way no resources will be used unless an instance is created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants