michallenc opened a new pull request, #16254: URL: https://github.com/apache/nuttx/pull/16254
## Summary This adds `filters` field to `icjx_config_s` structure that is passed as an argument in `icjx_initialize` function. This field allows to configure I/O filters (control world 1 and 3) with three possible filters or disable them at all. The filter configuration is currently only configurable during the initialization, not at run time (the same as current source). ## Impact It is now possible to set up filtering on icjx I/Os. This has no impact on current implementations in BSP layer. ## Testing Tested on SAMv7 custom board with icjx expander. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org