forked from Archive/PX4-Autopilot
eagle:Use Non Arch specific Board identity API
This commit is contained in:
parent
1c779d58fb
commit
82dcfeb576
|
@ -1,6 +1,6 @@
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 PX4 Development Team. All rights reserved.
|
# Copyright (c) 2017 PX4 Development Team. All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
@ -31,4 +31,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
px4_add_library(drivers_board sitl_led.c)
|
px4_add_library(drivers_board
|
||||||
|
sitl_led.c
|
||||||
|
../common/board_identity.c
|
||||||
|
)
|
||||||
|
|
|
@ -39,9 +39,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define BOARD_OVERRIDE_UUID "EAGLE" // must be of length 12 (PX4_CPU_UUID_BYTE_LENGTH)
|
#define BOARD_OVERRIDE_UUID "EAGLEID000000000" // must be of length 16
|
||||||
#define BOARD_OVERRIDE_MFGUID BOARD_OVERRIDE_UUID
|
#define PX4_SOC_ARCH_ID 0x1005
|
||||||
#define BOARD_OVERRIDE_PX4_GUID "00000000" BOARD_OVERRIDE_UUID // must be of length 18 (PX4_GUID_BYTE_LENGTH)
|
|
||||||
|
|
||||||
#define BOARD_NAME "EAGLE"
|
#define BOARD_NAME "EAGLE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue