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

drivers/pcf857x: allow to define PCF857x_BASE_ADDR at compile time #19734

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

hugueslarrive
Copy link
Contributor

Contribution description

As the address is hardware-configurable, some modules are delivered with a different address. For example, the one I received has the address pins connected to Vcc, so its address is 0x3f instead of 0x38. With this modification, I can use CFLAGS += -DPCF8574A_BASE_ADDR=0x3f in the Makefile.

Testing procedure

Issues/PRs references

@github-actions github-actions bot added the Area: drivers Area: Device drivers label Jun 14, 2023
@aabadie aabadie added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jun 14, 2023
@riot-ci
Copy link

riot-ci commented Jun 14, 2023

Murdock results

✔️ PASSED

85e41a1 drivers/pcf857x: allow to define PCF857x_BASE_ADDR at compile time

Success Failures Total Runtime
6934 0 6934 10m:45s

Artifacts

@maribu
Copy link
Member

maribu commented Jun 14, 2023

bors merge

@bors
Copy link
Contributor

bors bot commented Jun 14, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 61d7c40 into RIOT-OS:master Jun 14, 2023
@hugueslarrive hugueslarrive deleted the drivers/pcf857x branch June 15, 2023 05:45
@benpicco benpicco added this to the Release 2023.07 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants