Re: [PR] drivers/sensors: fix various coding style issues [nuttx]

2025-05-24 Thread via GitHub
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

Re: [PR] drivers/sensors: fix various coding style issues [nuttx]

2025-05-24 Thread via GitHub
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

Re: [PR] drivers/sensors: fix various coding style issues [nuttx]

2025-05-23 Thread via GitHub
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

Re: [PR] drivers/sensors: fix various coding style issues [nuttx]

2025-05-23 Thread via GitHub
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

[PR] drivers/sensors: fix various coding style issues [nuttx]

2025-05-22 Thread via GitHub
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