Skip to content

Commit

Permalink
Merge pull request #34 from aws/LienNguyen2910-patch-2
Browse files Browse the repository at this point in the history
Add C libraries and link to STM32 package
  • Loading branch information
n9wxu authored Jun 22, 2023
2 parents 17aef09 + e7157ee commit 4377286
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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

0 comments on commit 4377286

Please sign in to comment.