Browse Source

qurt:Use Non Arch specific Board identity API

sbg
David Sidrane 8 years ago committed by Beat Küng
parent
commit
2f64870e78
  1. 4
      platforms/qurt/include/board_config.h
  2. 1
      platforms/qurt/src/px4_layer/CMakeLists.txt

4
platforms/qurt/include/board_config.h

@ -7,8 +7,8 @@ @@ -7,8 +7,8 @@
#define PX4_I2C_BUS_EXPANSION 3
#define PX4_I2C_BUS_LED 3
#define BOARD_OVERRIDE_UUID "QURT " // must be of length 12 (PX4_CPU_UUID_BYTE_LENGTH)
#define BOARD_OVERRIDE_PX4_GUID "00000000" BOARD_OVERRIDE_UUID // must be of length 18 (PX4_GUID_BYTE_LENGTH)
#define BOARD_OVERRIDE_UUID "SYSMEMID0000 " // must be of length 16
#define PX4_SOC_ARCH_ID 0x1000
#define BOARD_HAS_NO_RESET
#define BOARD_HAS_NO_BOOTLOADER

1
platforms/qurt/src/px4_layer/CMakeLists.txt

@ -41,6 +41,7 @@ set(QURT_LAYER_SRCS @@ -41,6 +41,7 @@ set(QURT_LAYER_SRCS
px4_qurt_tasks.cpp
lib_crc32.c
../../../posix/src/px4_layer/drv_hrt.c
../../../drivers/boards/common/board_identity.c
qurt_stubs.c
main.cpp
shmem_qurt.cpp

Loading…
Cancel
Save