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

Add hiibot iots2 #192

Merged
merged 3 commits into from
Feb 18, 2022
Merged

Add hiibot iots2 #192

merged 3 commits into from
Feb 18, 2022

Conversation

Neradoc
Copy link
Contributor

@Neradoc Neradoc commented Feb 18, 2022

Adding the Hiibot IOTS2.
PID from Espressif.

The IOTS2 board does not have a reset pin for the screen, it's pulled up.
So I set it to -1 and added #if DISPLAY_PIN_RST != -1 where appropriate so it compiles.
Don't know if it's the right way to do it.

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything look great, the DISPLAY_PIN_RST= -1 is good one. Only 1 request that BOARD_ID must follow uf2 format specs (check out other board for sample)

ports/espressif/boards/hiibot_iots2/board.h Outdated Show resolved Hide resolved
Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look good, will merge when ci passed

@hathach hathach merged commit 262e74c into adafruit:master Feb 18, 2022
@makermelissa
Copy link
Contributor

It doesn't appear this board was added to https://github.com/adafruit/tinyuf2/blob/master/.github/workflows/build_esp32.yml, so it wasn't part of the last release.

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

Successfully merging this pull request may close these issues.

3 participants