SmingHub / SmingRTOS

46 stars 36 forks source link

Make sming namespace aware #117

Open zhivko opened 8 years ago

zhivko commented 8 years ago

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?