ARMmbed / mbed-client-for-aws

AWS IoT SDK port for Mbed OS
Apache License 2.0
8 stars 13 forks source link

Redesign clock port #15

Closed boraozgen closed 4 years ago

boraozgen commented 4 years ago

@LDong-Arm opened again since the previous one had another commit in it.

Refers to #12.

Uses the shared event queue instead of threads.

LDong-Arm commented 4 years ago

@ARMmbed/mbed-os-core Any thoughts?

adbridge commented 4 years ago

This should have gone to the development branch not master ...

LDong-Arm commented 4 years ago

@adbridge This is a library, not an example. As with any non-examples, there's no development branch. The example is https://github.com/ARMmbed/mbed-os-example-for-aws which controls the version of this library.

adbridge commented 4 years ago

@LDong-Arm libraries should still be under control and have release versions and thus have a development process. I discussed this with @evedon yesterday. This needs to be investigated further.

evedon commented 4 years ago

As this is a library and not an example, I'd rather that we follow a simple development process and go directly to master as we do in mbed-os.