-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65cc153
commit 528ad1e
Showing
34 changed files
with
3,862 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CONFIG_BOARD_TOOLCHAIN="arm-none-eabi" | ||
CONFIG_BOARD_ARCHITECTURE="cortex-m7" | ||
CONFIG_BOARD_ROMFSROOT="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
CONFIG_BOARD_TOOLCHAIN="arm-none-eabi" | ||
CONFIG_BOARD_ARCHITECTURE="cortex-m7" | ||
CONFIG_BOARD_SERIAL_GPS1="/dev/ttyS0" | ||
CONFIG_BOARD_SERIAL_TEL1="/dev/ttyS5" | ||
CONFIG_BOARD_SERIAL_TEL2="/dev/ttyS3" | ||
CONFIG_BOARD_SERIAL_TEL4="/dev/ttyS2" | ||
CONFIG_BOARD_SERIAL_RC="/dev/ttyS4" | ||
CONFIG_DRIVERS_ADC_BOARD_ADC=y | ||
CONFIG_DRIVERS_BAROMETER_BMP388=y | ||
CONFIG_COMMON_DIFFERENTIAL_PRESSURE=y | ||
CONFIG_DRIVERS_DISTANCE_SENSOR_BROADCOM_AFBRS50=y | ||
CONFIG_DRIVERS_DSHOT=y | ||
CONFIG_DRIVERS_GPS=y | ||
CONFIG_DRIVERS_HEATER=y | ||
CONFIG_DRIVERS_IMU_INVENSENSE_ICM42688P=y | ||
CONFIG_COMMON_LIGHT=y | ||
CONFIG_DRIVERS_MAGNETOMETER_MEMSIC_MMC5983MA=y | ||
CONFIG_DRIVERS_OPTICAL_FLOW_PAW3902=y | ||
CONFIG_DRIVERS_POWER_MONITOR_INA226=y | ||
CONFIG_DRIVERS_PWM_OUT=y | ||
CONFIG_DRIVERS_RC_INPUT=y | ||
CONFIG_DRIVERS_TONE_ALARM=y | ||
CONFIG_DRIVERS_UAVCAN=y | ||
CONFIG_BOARD_UAVCAN_TIMER_OVERRIDE=2 | ||
CONFIG_MODULES_AIRSPEED_SELECTOR=y | ||
CONFIG_MODULES_COMMANDER=y | ||
CONFIG_MODULES_CONTROL_ALLOCATOR=y | ||
CONFIG_MODULES_DATAMAN=y | ||
CONFIG_MODULES_EKF2=y | ||
CONFIG_MODULES_EVENTS=y | ||
CONFIG_MODULES_FLIGHT_MODE_MANAGER=y | ||
CONFIG_MODULES_GYRO_CALIBRATION=y | ||
CONFIG_MODULES_GYRO_FFT=y | ||
CONFIG_MODULES_LAND_DETECTOR=y | ||
CONFIG_MODULES_LANDING_TARGET_ESTIMATOR=y | ||
CONFIG_MODULES_LOAD_MON=y | ||
CONFIG_MODULES_LOGGER=y | ||
CONFIG_MODULES_MAG_BIAS_ESTIMATOR=y | ||
CONFIG_MODULES_MANUAL_CONTROL=y | ||
CONFIG_MODULES_MAVLINK=y | ||
CONFIG_MODULES_MC_ATT_CONTROL=y | ||
CONFIG_MODULES_MC_AUTOTUNE_ATTITUDE_CONTROL=y | ||
CONFIG_MODULES_MC_HOVER_THRUST_ESTIMATOR=y | ||
CONFIG_MODULES_MC_POS_CONTROL=y | ||
CONFIG_MODULES_MC_RATE_CONTROL=y | ||
CONFIG_MODULES_NAVIGATOR=y | ||
CONFIG_MODULES_RC_UPDATE=y | ||
CONFIG_MODULES_SENSORS=y | ||
CONFIG_MODULES_UXRCE_DDS_CLIENT=y | ||
CONFIG_SYSTEMCMDS_ACTUATOR_TEST=y | ||
CONFIG_SYSTEMCMDS_BSONDUMP=y | ||
CONFIG_SYSTEMCMDS_DMESG=y | ||
CONFIG_SYSTEMCMDS_HARDFAULT_LOG=y | ||
CONFIG_SYSTEMCMDS_I2CDETECT=y | ||
CONFIG_SYSTEMCMDS_LED_CONTROL=y | ||
CONFIG_SYSTEMCMDS_MFT=y | ||
CONFIG_SYSTEMCMDS_MTD=y | ||
CONFIG_SYSTEMCMDS_NSHTERM=y | ||
CONFIG_SYSTEMCMDS_PARAM=y | ||
CONFIG_SYSTEMCMDS_PERF=y | ||
CONFIG_SYSTEMCMDS_REBOOT=y | ||
CONFIG_SYSTEMCMDS_SD_BENCH=y | ||
CONFIG_SYSTEMCMDS_SD_STRESS=y | ||
CONFIG_SYSTEMCMDS_SYSTEM_TIME=y | ||
CONFIG_SYSTEMCMDS_TOP=y | ||
CONFIG_SYSTEMCMDS_TOPIC_LISTENER=y | ||
CONFIG_SYSTEMCMDS_TUNE_CONTROL=y | ||
CONFIG_SYSTEMCMDS_UORB=y | ||
CONFIG_SYSTEMCMDS_VER=y | ||
CONFIG_SYSTEMCMDS_WORK_QUEUE=y |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"board_id": 58, | ||
"magic": "ARKPi6XFWv1", | ||
"description": "Firmware for the ARKPi6X board", | ||
"image": "", | ||
"build_time": 0, | ||
"summary": "ARKPi6X", | ||
"version": "0.1", | ||
"image_size": 0, | ||
"image_maxsize": 1835008, | ||
"git_identity": "", | ||
"board_revision": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#!/bin/sh | ||
# | ||
# board specific defaults | ||
#------------------------------------------------------------------------------ | ||
|
||
# transision from params file to flash-based params (2022-08) | ||
if [ -f $PARAM_FILE ] | ||
then | ||
param load $PARAM_FILE | ||
param save | ||
# create a backup | ||
mv $PARAM_FILE ${PARAM_FILE}.bak | ||
reboot | ||
fi | ||
|
||
param set-default SENS_EN_INA226 1 | ||
|
||
# TODO: Set params to start UXRCE DDS on Telem2 | ||
|
||
# TODO: Start Mavlink on USB by default | ||
|
||
# TODO: Tune the following parameters | ||
param set-default SENS_EN_THERMAL 1 | ||
param set-default SENS_IMU_TEMP 10.0 | ||
#param set-default SENS_IMU_TEMP_FF 0.0 | ||
#param set-default SENS_IMU_TEMP_I 0.025 | ||
#param set-default SENS_IMU_TEMP_P 1.0 | ||
|
||
if ver hwtypecmp ARKPI6X000 | ||
then | ||
# TODO: Add the correct sensor ID | ||
param set-default SENS_TEMP_ID 2490378 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/bin/sh | ||
# | ||
# ARKPI6X specific board sensors init | ||
#------------------------------------------------------------------------------ | ||
|
||
board_adc start | ||
|
||
if param compare SENS_EN_INA226 1 | ||
then | ||
# Start Digital power monitors | ||
ina226 -I -b 3 -t 1 -k start | ||
fi | ||
|
||
if ver hwtypecmp ARKPI6X000 | ||
then | ||
# Internal SPI bus ICM42688p with SPIX measured frequency of 32.051kHz | ||
icm42688p -R 3 -s -b 1 -C 32051 start | ||
|
||
# Internal SPI bus ICM42688p with SPIX measured frequency of 32.051kHz | ||
icm42688p -R 1 -s -b 2 -C 32051 start | ||
fi | ||
|
||
# Internal magnetometer on I2C | ||
# TODO: Write a driver for the MMC5983MA | ||
mmc5983ma -I -b 4 start | ||
|
||
# Internal Baro on I2C | ||
bmp388 -I -b 4 start | ||
|
||
# Internal optical flow | ||
paw3902 -s -b 3 start -Y 90 | ||
|
||
# Internal distance sensor | ||
afbrs50 start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# For a description of the syntax of this configuration file, | ||
# see misc/tools/kconfig-language.txt. | ||
# | ||
config BOARD_HAS_PROBES | ||
bool "Board provides GPIO or other Hardware for signaling to timing analyze." | ||
default y | ||
---help--- | ||
This board provides GPIO FMU-CH1-5, CAP1-6 as PROBE_1-11 to provide timing signals from selected drivers. | ||
|
||
config BOARD_USE_PROBES | ||
bool "Enable the use the board provided FMU-CH1-5, CAP1-6 as PROBE_1-11" | ||
default n | ||
depends on BOARD_HAS_PROBES | ||
|
||
---help--- | ||
Select to use GPIO FMU-CH1-5, CAP1-6 to provide timing signals from selected drivers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_DEV_CONSOLE is not set | ||
# CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set | ||
# CONFIG_DISABLE_PTHREAD is not set | ||
# CONFIG_SPI_EXCHANGE is not set | ||
# CONFIG_STM32H7_SYSCFG is not set | ||
CONFIG_ARCH="arm" | ||
CONFIG_ARCH_BOARD_CUSTOM=y | ||
CONFIG_ARCH_BOARD_CUSTOM_DIR="../../../../boards/ark/pi6x/nuttx-config" | ||
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y | ||
CONFIG_ARCH_BOARD_CUSTOM_NAME="ark" | ||
CONFIG_ARCH_CHIP="stm32h7" | ||
CONFIG_ARCH_CHIP_STM32H743II=y | ||
CONFIG_ARCH_CHIP_STM32H7=y | ||
CONFIG_ARCH_INTERRUPTSTACK=768 | ||
CONFIG_ARMV7M_BASEPRI_WAR=y | ||
CONFIG_ARMV7M_ICACHE=y | ||
CONFIG_ARMV7M_MEMCPY=y | ||
CONFIG_ARMV7M_USEBASEPRI=y | ||
CONFIG_BOARDCTL=y | ||
CONFIG_BOARDCTL_RESET=y | ||
CONFIG_BOARD_ASSERT_RESET_VALUE=0 | ||
CONFIG_BOARD_INITTHREAD_PRIORITY=254 | ||
CONFIG_BOARD_LATE_INITIALIZE=y | ||
CONFIG_BOARD_LOOPSPERMSEC=95150 | ||
CONFIG_BOARD_RESET_ON_ASSERT=2 | ||
CONFIG_CDCACM=y | ||
CONFIG_CDCACM_IFLOWCONTROL=y | ||
CONFIG_CDCACM_PRODUCTID=0x0039 | ||
CONFIG_CDCACM_PRODUCTSTR="ARK BL Pi6X.x" | ||
CONFIG_CDCACM_RXBUFSIZE=600 | ||
CONFIG_CDCACM_TXBUFSIZE=12000 | ||
CONFIG_CDCACM_VENDORID=0x3185 | ||
CONFIG_CDCACM_VENDORSTR="ARK" | ||
CONFIG_DEBUG_FULLOPT=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_DEBUG_TCBINFO=y | ||
CONFIG_DEFAULT_SMALL=y | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_FDCLONE_DISABLE=y | ||
CONFIG_FDCLONE_STDIO=y | ||
CONFIG_HAVE_CXX=y | ||
CONFIG_HAVE_CXXINITIALIZE=y | ||
CONFIG_IDLETHREAD_STACKSIZE=750 | ||
CONFIG_INIT_ENTRYPOINT="bootloader_main" | ||
CONFIG_INIT_STACKSIZE=3194 | ||
CONFIG_LIBC_FLOATINGPOINT=y | ||
CONFIG_LIBC_LONG_LONG=y | ||
CONFIG_LIBC_STRERROR=y | ||
CONFIG_MEMSET_64BIT=y | ||
CONFIG_MEMSET_OPTSPEED=y | ||
CONFIG_PREALLOC_TIMERS=50 | ||
CONFIG_PTHREAD_MUTEX_ROBUST=y | ||
CONFIG_PTHREAD_STACK_MIN=512 | ||
CONFIG_RAM_SIZE=245760 | ||
CONFIG_RAM_START=0x20010000 | ||
CONFIG_RAW_BINARY=y | ||
CONFIG_SERIAL_TERMIOS=y | ||
CONFIG_SIG_DEFAULT=y | ||
CONFIG_SIG_SIGALRM_ACTION=y | ||
CONFIG_SIG_SIGUSR1_ACTION=y | ||
CONFIG_SIG_SIGUSR2_ACTION=y | ||
CONFIG_SPI=y | ||
CONFIG_STACK_COLORATION=y | ||
CONFIG_START_DAY=30 | ||
CONFIG_START_MONTH=11 | ||
CONFIG_STDIO_BUFFER_SIZE=32 | ||
CONFIG_STM32H7_BKPSRAM=y | ||
CONFIG_STM32H7_DMA1=y | ||
CONFIG_STM32H7_DMA2=y | ||
CONFIG_STM32H7_OTGFS=y | ||
CONFIG_STM32H7_PROGMEM=y | ||
CONFIG_STM32H7_SERIAL_DISABLE_REORDERING=y | ||
CONFIG_STM32H7_TIM1=y | ||
CONFIG_STM32H7_UART7=y | ||
CONFIG_SYSTEMTICK_HOOK=y | ||
CONFIG_SYSTEM_CDCACM=y | ||
CONFIG_TASK_NAME_SIZE=24 | ||
CONFIG_TTY_SIGINT=y | ||
CONFIG_TTY_SIGINT_CHAR=0x03 | ||
CONFIG_TTY_SIGTSTP=y | ||
CONFIG_UART7_RXBUFSIZE=512 | ||
CONFIG_UART7_RXDMA=y | ||
CONFIG_UART7_TXBUFSIZE=512 | ||
CONFIG_UART7_TXDMA=y | ||
CONFIG_USBDEV=y | ||
CONFIG_USBDEV_BUSPOWERED=y | ||
CONFIG_USBDEV_MAXPOWER=500 | ||
CONFIG_USEC_PER_TICK=1000 |
Oops, something went wrong.