diff --git a/README.md b/README.md index 9e66451..04d77ff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/libraries/C/README.md b/libraries/C/README.md new file mode 100644 index 0000000..5f5d4b3 --- /dev/null +++ b/libraries/C/README.md @@ -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