raiden00pl commented on PR #16425:
URL: https://github.com/apache/nuttx/pull/16425#issuecomment-2906941671
CONFIG_SENSORS_ is the correct way. Fixed here
https://github.com/apache/nuttx/pull/16438
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
linguini1 commented on PR #16425:
URL: https://github.com/apache/nuttx/pull/16425#issuecomment-2906930797
This PR broke several sensors. Specifically I know at least about the
NAU7802, since the Kconfig options were changed in the Kconfig files and not in
the corresponding C files. Could yo
acassis merged PR #16425:
URL: https://github.com/apache/nuttx/pull/16425
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac
acassis commented on PR #16425:
URL: https://github.com/apache/nuttx/pull/16425#issuecomment-2904616280
Since the failing actually is a warning from nxstyle that was fixed in other
PR, I will merge this PR
--
This is an automated message from the Apache Git Service.
To respond to the mess
raiden00pl opened a new pull request, #16425:
URL: https://github.com/apache/nuttx/pull/16425
## Summary
fix various coding style issues for drivers/sensors:
- remove redundant `#define CONFIG_XXX` that should be provided from Kconfig
- correct section banners
- remove emp