Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C libraries and link to STM32 package #34

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Information about AWS IoT ExpressLink and partner's hardware modules can be foun
* [AWS IoT ExpressLink Onboarding-by-Claim Customer/OEM Guide](https://docs.aws.amazon.com/iot-expresslink/latest/oemonboardingguide/oemog.html)

## Prototyping SDK libraries
### C
ExpressLink drivers and examples written in C on different MCU platforms:
#### STM32 MCUs
CMSIS pack for ExpressLink driver and examples, integrated with STM32CubeMX, the native configuration and code generation tool from STMicroelectronics.
The combination enables developers to quickly and easily create applications that connect to AWS IoT Core using ExpressLink modules with various STM32 MCUs.
https://github.com/stm32-hotspot/I-CUBE-ExpressLink

### Python, CircuitPython, MicroPython

Expand Down
2 changes: 2 additions & 0 deletions libraries/C/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The AWS IoT ExpressLink libraries written in C on different MCU platforms.
1. STM32: https://github.com/stm32-hotspot/I-CUBE-ExpressLink