If somebody wants to integrate SmingRTOS with another libraries lets say google protobuf, adding sources of googleprotobuf to app folder results in double declarations or symbol clash - for example symbol
pb (defined as portb in arduino part of sming),
and
pb as protobuf from google protobuf sources
As result of that one could not build such firmware.
Maybe making sming namespace aware could solve this?
If somebody wants to integrate SmingRTOS with another libraries lets say google protobuf, adding sources of googleprotobuf to app folder results in double declarations or symbol clash - for example symbol pb (defined as portb in arduino part of sming), and pb as protobuf from google protobuf sources
As result of that one could not build such firmware.
Maybe making sming namespace aware could solve this?