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

feat(esp-box-3): Support I2C Driver-NG #414

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

tore-espressif
Copy link
Collaborator

@tore-espressif tore-espressif commented Oct 22, 2024

Update esp-box-3 to driver-NG

In the end I had to add i2c_master_bus_handle_t bsp_i2c_get_handle(void); because IDF function i2c_master_get_bus_handle is only present in IDF v5.4 and was not backported

Anyway, we depend on v5.3 because of esp_codec_dev which does not support Driver-NG in v5.2

@tore-espressif tore-espressif self-assigned this Oct 22, 2024
@tore-espressif tore-espressif force-pushed the refactor/esp_box_3_driver_ng branch 5 times, most recently from f0f4809 to 812d182 Compare October 24, 2024 06:27
Copy link
Collaborator

@espzav espzav left a comment

Choose a reason for hiding this comment

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

@tore-espressif Thank you for this PR and for the fix my accelerometter issues :-)
LGTM

@tore-espressif tore-espressif merged commit e5a3498 into master Nov 5, 2024
16 checks passed
@tore-espressif tore-espressif deleted the refactor/esp_box_3_driver_ng branch November 5, 2024 09:23
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.

2 participants