Skip to content

Commit

Permalink
Doc supported arch (#696)
Browse files Browse the repository at this point in the history
* Add supported architectures section

* Add more supported architectures

* Add some more architecutres

* Fix IOS architecture

* Add raspberry version

* Update list

* Capitalize

* Fix
  • Loading branch information
alfred2g committed Mar 22, 2024
1 parent 92b1349 commit 4a3d7a5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This document provides information about the AWS IoT device SDK for C++ V2. This

__Jump To:__

* [Supported Architectures](#supported-architectures)
* [Installation](#installation)
* [Samples](./samples)
* [Getting Help](#getting-help)
Expand All @@ -12,6 +13,29 @@ __Jump To:__
* [MQTT5 User Guide](./documents/MQTT5_Userguide.md)
* [Migration Guide from the AWS IoT SDK for C++ v1](./documents/MIGRATION_GUIDE.md)

## Supported Architectures

### Linux
- manylinux2014-x64
- manylinux2014-x86
- al2-x64
- alpine-3.16-x64
- alpine-3.16-x86
- alpine-3.16-armv6
- alpine-3.16-armv7
- alpine-3.16-arm64
- raspberry pi bullseye
- ARM64 /aarch64
- ArmV7
- x86\_64
- x86
### Windows
- Win32
- x64
- ARM64
### Mac
- Apple Silicone (M1 and higher)
- Apple Intel Chips (x86\_64)

## Installation

Expand Down

0 comments on commit 4a3d7a5

Please sign in to comment.