Providing µC/OS core components source code from Micriµm

The µCOS sample projects for Cloud Connector do not include source code for µC/OS core components. In order to build these sample projects you need to obtain these components from Micriµm and install them in:

C:\Program Files\Etherios\Cloud Connector\Kits\Kinetis\uCOS\Micrium\Software, assuming that you installed the package in C:\Program Files\Etherios\Cloud Connector\Kits\Kinetis.

Once installed, the C:\Program Files\Etherios\Cloud Connector\Kits\Kinetis\uCOS\Micrium\Software folder should look like:

If you have problems integrating these components you can temporarily skip the source code update and use the prebuilt binaries available for each example (see Running a precompiled example for more information).

 

The following components are required:

Name Version Comment
µCOS-III V3.03.01  
µC-LIB V1.37.01  
µC-CPU V1.29.01.01  
µC-TCPIP-V2 V2.13.02  

 

The following components are highly recommended:

Name Version Comment
µC-DHCPc V2.09.01

Can be skipped if APP_CFG_IP_MODE_DHCP is set to DEF_DISABLED in the sample app_cfg.h

µC-DNSc V1.93.00

Can be skipped if CONNECTOR_CLOUD_URL is configured with the IP of the cloud to connect instead of with the URL in the sample connector_config.h and APP_CFG_DNS_EN is set to DEF_DISABLED in the sample app_cfg.h

 

The following components are required based on the Cloud Connector feature evaluated:

Name Version Comment
µC-FS V4.05.03

Required if CONNECTOR_FILE_SYSTEM is defined in the sample connector_config.h

µC-Clk V3.09.03

Required if CONNECTOR_FILE_SYSTEM or CONNECTOR_DATA_POINTS are defined in the sample connector_config.h

µC-SNTPc V1.90.00

Optional if CONNECTOR_FILE_SYSTEM or CONNECTOR_DATA_POINTS are defined in the sample connector_config.h (Set APP_CFG_SNTP_EN to DEF_ENABLED if you provide this module)