aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
975 stars 623 forks source link

looking for a bare-metal example #1862

Closed ahsf closed 1 year ago

ahsf commented 1 year ago

I'm looking for a working example project for any microcontroller-devkit (ideally Cortex-M) running bare-metal without RTOS.

kstribrnAmzn commented 1 year ago

Hello @ahsf. Is this example you're looking for consuming the aws-iot-device-sdk-embedded-C library in any way?

I assume you'll have a better time finding a baremetal project on the ARM forums. There are some related posts

kstribrnAmzn commented 1 year ago

A couple other questions as I'm curious - why do you want to go directly to metal? Typically an RTOS will give you both a simpler API set and more flexibility as you add more functionality. I'm a little biased since I work on the FreeRTOS team but with good reason. FreeRTOS has been used in industry for decades and has a very passionate community who wants to help developers like yourself on our forums.

kstribrnAmzn commented 1 year ago

Going to close out this issue since there haven't been any further questions AND this is more board/architecture specific. Feel free to reopen as needed.