2017-02-08 06:51 AM
I'm using C language onto my STM32 chip and would like to go to C++.
When I develop for x86 architecture under C++ I always use libraries like Boost or POCO to simplify and secure my code.
Is there some libraries targeted for STM32 or compliant that I could use ?
For example, I would like to have standard help classes like :
* sharedPtr<T>
* Logger
* Date and Time classes
* etc...
#c++ #stm32 #libraries