forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 4
Mbed IP integration with CHIP tasks list
ATmobica edited this page Feb 18, 2021
·
1 revision
- Network interface integration:
- Disable LwIP for Mbed platform in CHIP project
- Propagate netsocket layer(Network interface) from mbed to CHIP
- Set correct GN config of Inet for mbed platform/project
- Set Mbed network interface defines
- Mbed function implementation inside InetInterface
- Testing
- Socket layer integration:
- Implementation of non-existent BSD functions in Mbed (poll and/or select)
- Creat adapter between BSD socket and Mbed netsocket
- Integrate Mbed BSD socket implementation with CHIP Endpoints
- Testing