Note that you've split the BSP implementation directories which interface with mbedTLS and wolfSSL, so you should update portions of the documentation to include these new paths. I found the following such instances.
include/bsp/iotc_bsp_tls.h, which refers to the mbedTLS implementation as though it resides in one place, but now it's two.
readme.md & porting_guide, both should be updated to reference the existence of the crypto implementation for the TLS libraries as well.
Please merge Cyrus' doc changes into your branch (which hopefully will have been merged to dev before you wake up on Friday) and update the paths.
Note that you've split the BSP implementation directories which interface with mbedTLS and wolfSSL, so you should update portions of the documentation to include these new paths. I found the following such instances.
include/bsp/iotc_bsp_tls.h, which refers to the mbedTLS implementation as though it resides in one place, but now it's two.
Please merge Cyrus' doc changes into your branch (which hopefully will have been merged to dev before you wake up on Friday) and update the paths.