mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
Tropic-community: Rename board
This commit is contained in:
committed by
Daniel Agar
parent
80edb91c01
commit
b37a31b3a1
Vendored
+3
-3
@@ -356,11 +356,11 @@ CONFIG:
|
|||||||
buildType: MinSizeRel
|
buildType: MinSizeRel
|
||||||
settings:
|
settings:
|
||||||
CONFIG: nxp_mr-canhubk3_fmu
|
CONFIG: nxp_mr-canhubk3_fmu
|
||||||
nxp_tropic_default:
|
nxp_tropic-community_default:
|
||||||
short: nxp_tropic_default
|
short: nxp_tropic-community_default
|
||||||
buildType: MinSizeRel
|
buildType: MinSizeRel
|
||||||
settings:
|
settings:
|
||||||
CONFIG: nxp_tropic_default
|
CONFIG: nxp_tropic-community_default
|
||||||
raspberrypi_pico_default:
|
raspberrypi_pico_default:
|
||||||
short: raspberrypi_pico
|
short: raspberrypi_pico
|
||||||
buildType: MinSizeRel
|
buildType: MinSizeRel
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"board_id": 36,
|
"board_id": 36,
|
||||||
"magic": "PX4FWv1",
|
"magic": "PX4FWv1",
|
||||||
"description": "Firmware for the TROPIC board",
|
"description": "Firmware for the TROPIC Community board",
|
||||||
"image": "",
|
"image": "",
|
||||||
"build_time": 0,
|
"build_time": 0,
|
||||||
"summary": "TROPIC",
|
"summary": "TROPIC Community",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"image_size": 0,
|
"image_size": 0,
|
||||||
"image_maxsize": 0,
|
"image_maxsize": 0,
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# NXP Tropic specific board MAVLink startup script.
|
# Tropic Community specific board MAVLink startup script.
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
# PX4 board sensors init
|
# PX4 board sensors init
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# UART mapping on Tropic:
|
# UART mapping on Tropic Community:
|
||||||
#
|
#
|
||||||
# LPUART5 /dev/ttyS0 CONSOLE
|
# LPUART5 /dev/ttyS0 CONSOLE
|
||||||
# LPUART3 /dev/ttyS1 GPS
|
# LPUART3 /dev/ttyS1 GPS
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* nuttx-configs/nxp_tropic/include/board.h
|
* nuttx-configs/nxp/nxp_tropic-community/include/board.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
+2
-2
@@ -11,7 +11,7 @@
|
|||||||
# CONFIG_SPI_CALLBACK is not set
|
# CONFIG_SPI_CALLBACK is not set
|
||||||
CONFIG_ARCH="arm"
|
CONFIG_ARCH="arm"
|
||||||
CONFIG_ARCH_BOARD_CUSTOM=y
|
CONFIG_ARCH_BOARD_CUSTOM=y
|
||||||
CONFIG_ARCH_BOARD_CUSTOM_DIR="../../../../boards/nxp/tropic/nuttx-config"
|
CONFIG_ARCH_BOARD_CUSTOM_DIR="../../../../boards/nxp/tropic-community/nuttx-config"
|
||||||
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
||||||
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
||||||
CONFIG_ARCH_CHIP="imxrt"
|
CONFIG_ARCH_CHIP="imxrt"
|
||||||
@@ -36,7 +36,7 @@ CONFIG_BUILTIN=y
|
|||||||
CONFIG_CDCACM=y
|
CONFIG_CDCACM=y
|
||||||
CONFIG_CDCACM_BULKIN_REQLEN=96
|
CONFIG_CDCACM_BULKIN_REQLEN=96
|
||||||
CONFIG_CDCACM_PRODUCTID=0x0024
|
CONFIG_CDCACM_PRODUCTID=0x0024
|
||||||
CONFIG_CDCACM_PRODUCTSTR="PX4 TROPIC"
|
CONFIG_CDCACM_PRODUCTSTR="PX4 TROPIC Community"
|
||||||
CONFIG_CDCACM_RXBUFSIZE=600
|
CONFIG_CDCACM_RXBUFSIZE=600
|
||||||
CONFIG_CDCACM_TXBUFSIZE=12000
|
CONFIG_CDCACM_TXBUFSIZE=12000
|
||||||
CONFIG_CDCACM_VENDORID=0x1FC9
|
CONFIG_CDCACM_VENDORID=0x1FC9
|
||||||
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file board_config.h
|
* @file board_config.h
|
||||||
*
|
*
|
||||||
* NXP Tropic internal definitions
|
* Tropic Community internal definitions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
Reference in New Issue
Block a user