board_identity: move to platforms/nuttx/src

And fix a potential alignment issue in board_get_mfguid and
board_get_px4_guid.
This commit is contained in:
Beat Küng
2019-10-25 15:09:16 +02:00
parent b30171ba8d
commit e7519c9fa0
23 changed files with 91 additions and 16 deletions

View File

@@ -40,6 +40,7 @@ if (NOT "${PX4_PLATFORM}" MATCHES "qurt" AND NOT "${PX4_BOARD}" MATCHES "io-v2")
endif()
add_library(px4_platform
board_identity.c
module.cpp
px4_getopt.c
px4_cli.cpp