version cleanup: move all version information into version.c and use a common API

The provided versioning information is the same, except for some additions,
like OS version (which still need to be implemented on NuttX).
This commit is contained in:
Beat Küng
2016-12-20 14:59:21 +01:00
committed by Lorenz Meier
parent 08dc3decb1
commit 41dc34204c
34 changed files with 424 additions and 200 deletions
+1
View File
@@ -45,6 +45,7 @@ set(config_module_list
lib/geo
lib/geo_lookup
lib/conversion
lib/version
lib/DriverFramework/framework
platforms/common