Skip to content

SDK for connecting to AWS IoT from a device using embedded C

Notifications You must be signed in to change notification settings

MDK-Packs/AWS_IoT_Device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AWS_IoT_Device

This repo frames the 'SDK for connecting to AWS IoT from a device using embedded C' as a CMSIS-Pack (upstream: https://github.com/aws/aws-iot-device-sdk-embedded-C).

Prerequisites

Working with this repository requires the following applications and packs to be installed on your PC:

Instructions

  1. Open a bash compatible shell
  2. Clone the repository: git clone https://github.com/MDK-Packs/AWS_IoT_Device
  3. Run ./gen_pack.sh. It fetches a preconfigured version of the upstream repository, adds a set of files contained in the directory named ./contributions, and creates a CMSIS-Pack file.
  4. Install the pack created in the root directory (e.g. double-click on the pack file)

Directory structure

The directory structure is as follows:

  • ./contributions/add: contains files for inclusion into the pack that are not (yet) present in the upstream repository
  • ./contributions/merge: contains files that are present in the public upstream GitHub repository but have been modified to become fit for use in MDK and Arm DS.

Note: The aim is to make the files from the 'add' and 'merged' folders part of the upstream repository via pull-requests. Once all files are included in the upstream repository this repository will become obsolete.