Skip to content

Commit

Permalink
Tropic-community: Rename board
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervdPerk authored and dagar committed Nov 6, 2024
1 parent 80edb91 commit b37a31b
Show file tree
Hide file tree
Showing 26 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .vscode/cmake-variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ CONFIG:
buildType: MinSizeRel
settings:
CONFIG: nxp_mr-canhubk3_fmu
nxp_tropic_default:
short: nxp_tropic_default
nxp_tropic-community_default:
short: nxp_tropic-community_default
buildType: MinSizeRel
settings:
CONFIG: nxp_tropic_default
CONFIG: nxp_tropic-community_default
raspberrypi_pico_default:
short: raspberrypi_pico
buildType: MinSizeRel
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#
# NXP Tropic specific board MAVLink startup script.
# Tropic Community specific board MAVLink startup script.
#------------------------------------------------------------------------------
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* @file board_config.h
*
* NXP Tropic internal definitions
* Tropic Community internal definitions
*/

#pragma once
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b37a31b

Please sign in to comment.