NetXDuo network interface integration library
November 6, 2025 · View on GitHub
What's Included?
See the README.md for a complete description of the NetXDuo network interface integration library.
Known Issues
| Problem | Workaround |
|---|---|
| DHCP negotiation fails for the wifi interface type CY_NETWORK_WIFI_AP_INTERFACE when used with GCC 11.3.1, which inturn causes wifi-connection-manager SoftAP failure | Add '-fno-strict-aliasing' to CFLAGS in application Makefile |
Changelog
v1.5.1
- Fixed data corruption issue that could ocurr when second network interface is in active use prior to connecting to AP on primary network interface.
v1.5.0
- Add support for allocating SDIO DMA memory buffer for 55900 platforms.
- Added support for second network interface attached to STA IP instance.
v1.4.0
- Update to speed up DHCP processing.
- Added cy_create_ip_instance API to allow creating IP instance without bringing up full network stack.
- Updated .cyignore to support PKCS11.
v1.3.0
- Added support for CYW955913EVK-01 kit.
v1.2.0
- Added support for IOCTL buffers greater than MTU size.
- Updated random number generate logic to eliminate use of HAL trng APIs
v1.1.1
- Moved netxduo and netxsecure configuration files to wifi-core-threadx-netxduo-netxsecure repo.
v1.1.0
- Upgraded to netxduo v6.2.0_rel
- Added true random number generation function
- Updated DNS address retrieval from DHCP configuration
v1.0.0
-
Initial release for NetXDuo network interface integration library
-
Adds support for WiFi capability capability on NetXDuo TCP/IP stack
Supported software and tools
This version of the library was validated for compatibility with the following software and tools:
| Software and tools | Version |
|---|---|
| ModusToolbox™ software environment | 3.2 |
| ModusToolbox™ Device Configurator | 4.20 |
| GCC compiler | 11.3.1 |
| IAR compiler | 9.40.2 |
| Arm® compiler 6 | 6.16 |