Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mtb-example-wifi-https-client/.cyignore
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
13 lines (9 sloc)
555 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#The "aws-iot-device-sdk-port" layer includes the "coreHTTP" and "coreMQTT" modules of the "aws-iot-device-sdk-embedded-C" library #by default. If the user application doesn't use MQTT client features, add the following path in the .cyignore file of the #application to exclude the coreMQTT source files from the build. | |
$(SEARCH_aws-iot-device-sdk-embedded-C)/libraries/standard/coreMQTT | |
libs/aws-iot-device-sdk-embedded-C/libraries/standard/coreMQTT | |
# Documentation | |
images | |
# Exports, Project settings | |
.mtbLaunchConfigs | |
.settings | |
.vscode | |