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

Feature/support i2c ng esp box #354

Closed
wants to merge 2 commits into from
Closed

Conversation

espzav
Copy link
Collaborator

@espzav espzav commented Jul 26, 2024

ESP-BSP Pull Request checklist

Change description

The first PR, how to support I2C NG driver in BSP (esp-box).

@espzav espzav force-pushed the feature/support_i2c_ng_esp_box branch from aa94350 to 3284337 Compare July 26, 2024 10:45
@@ -7,6 +7,7 @@
#include "driver/gpio.h"
#include "driver/ledc.h"
#include "driver/spi_master.h"
#include "driver/i2c_master.h"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we remove #include "driver/i2c.h" from esp-box.h?

@@ -1,5 +1,5 @@

version: "3.1.0"
version: "3.2.0"
Copy link
Collaborator

@tore-espressif tore-espressif Jul 31, 2024

Choose a reason for hiding this comment

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

This is actually a breaking change, because from now on, the users cannot use I2C legacy driver with this BSP.

The whole topic is probably more complicated than we anticipated, we can discuss offline

public: true

button:
version: ">=2.5"
public: true

icm42670:
version: "^1"
version: "^2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI: bumping major version of a public dependency is considered a breaking change :(

@tore-espressif
Copy link
Collaborator

@espzav This board is obsolete now. Do you want to finish the PR or can we close?

@espzav
Copy link
Collaborator Author

espzav commented Oct 17, 2024

The board is obsolete.

@espzav espzav closed this Oct 17, 2024
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