mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
Tropic-community: Rename board
This commit is contained in:
committed by
Daniel Agar
parent
80edb91c01
commit
b37a31b3a1
+2
-2
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"board_id": 36,
|
||||
"magic": "PX4FWv1",
|
||||
"description": "Firmware for the TROPIC board",
|
||||
"description": "Firmware for the TROPIC Community board",
|
||||
"image": "",
|
||||
"build_time": 0,
|
||||
"summary": "TROPIC",
|
||||
"summary": "TROPIC Community",
|
||||
"version": "0.1",
|
||||
"image_size": 0,
|
||||
"image_maxsize": 0,
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/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
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# UART mapping on Tropic:
|
||||
# UART mapping on Tropic Community:
|
||||
#
|
||||
# LPUART5 /dev/ttyS0 CONSOLE
|
||||
# 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.
|
||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||
+2
-2
@@ -11,7 +11,7 @@
|
||||
# CONFIG_SPI_CALLBACK is not set
|
||||
CONFIG_ARCH="arm"
|
||||
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_NAME="px4"
|
||||
CONFIG_ARCH_CHIP="imxrt"
|
||||
@@ -36,7 +36,7 @@ CONFIG_BUILTIN=y
|
||||
CONFIG_CDCACM=y
|
||||
CONFIG_CDCACM_BULKIN_REQLEN=96
|
||||
CONFIG_CDCACM_PRODUCTID=0x0024
|
||||
CONFIG_CDCACM_PRODUCTSTR="PX4 TROPIC"
|
||||
CONFIG_CDCACM_PRODUCTSTR="PX4 TROPIC Community"
|
||||
CONFIG_CDCACM_RXBUFSIZE=600
|
||||
CONFIG_CDCACM_TXBUFSIZE=12000
|
||||
CONFIG_CDCACM_VENDORID=0x1FC9
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
/**
|
||||
* @file board_config.h
|
||||
*
|
||||
* NXP Tropic internal definitions
|
||||
* Tropic Community internal definitions
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
Reference in New Issue
Block a user