You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define HAL_BOARD_NAME "EMPTY"
|
|
|
|
#define HAL_CPU_CLASS HAL_CPU_CLASS_16
|
|
|
|
#define HAL_STORAGE_SIZE 4096
|
|
|
|
#define HAL_STORAGE_SIZE_AVAILABLE HAL_STORAGE_SIZE
|
|
|
|
#define HAL_INS_DEFAULT HAL_INS_HIL
|
|
|
|
#define HAL_BARO_DEFAULT HAL_BARO_HIL
|
|
|
|
#define HAL_COMPASS_DEFAULT HAL_COMPASS_HIL
|
|
|
|
#define CONFIG_HAL_BOARD_SUBTYPE HAL_BOARD_SUBTYPE_NONE
|
|
|
|
|
|
|
|
#define HAL_HAVE_BOARD_VOLTAGE 1
|
|
|
|
#define HAL_HAVE_SAFETY_SWITCH 1
|