boards: scobc_a1: Rename board name to scobc-a1
In the EM (Engineering Model), the board was referred to as "Space Cubics Module 1". Starting with the FM (Flight Model) release, we are officially renaming it to: `SC-OBC Module A1` Accordingly, the board name is updated from `scobc_module1` to `scobc_a1`. Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.com>
This commit is contained in:
parent
054efe6f7a
commit
479ea7a387
16 changed files with 15 additions and 12 deletions
|
@ -64,3 +64,6 @@ set(esp32_devkitc_wroom/esp32/appcpu_DEPRECATED
|
||||||
set(esp32_devkitc_wrover/esp32/appcpu_DEPRECATED
|
set(esp32_devkitc_wrover/esp32/appcpu_DEPRECATED
|
||||||
esp32_devkitc/esp32/appcpu
|
esp32_devkitc/esp32/appcpu
|
||||||
)
|
)
|
||||||
|
set(scobc_module1_DEPRECATED
|
||||||
|
scobc_a1
|
||||||
|
)
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Space Cubics OBC module 1
|
# SC-OBC Module A1
|
||||||
|
|
||||||
# Copyright (c) 2021 Space Cubics <yashi@spacecubics.com>
|
# Copyright (c) 2021 Space Cubics <yashi@spacecubics.com>
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
if BOARD_SCOBC_MODULE1
|
if BOARD_SCOBC_A1
|
||||||
|
|
||||||
config CPU_CORTEX_M_HAS_SYSTICK
|
config CPU_CORTEX_M_HAS_SYSTICK
|
||||||
default y
|
default y
|
||||||
|
@ -14,4 +14,4 @@ config CPU_HAS_ARM_MPU
|
||||||
config NUM_IRQS
|
config NUM_IRQS
|
||||||
default 7
|
default 7
|
||||||
|
|
||||||
endif # BOARD_SCOBC_MODULE1
|
endif # BOARD_SCOBC_A1
|
|
@ -1,7 +1,7 @@
|
||||||
# Space Cubics OBC module 1 configuration
|
# SC-OBC Module A1 configuration
|
||||||
|
|
||||||
# Copyright (c) 2021 Space Cubics, LLC. <yashi@spacecubics.com>
|
# Copyright (c) 2021 Space Cubics, LLC. <yashi@spacecubics.com>
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config BOARD_SCOBC_MODULE1
|
config BOARD_SCOBC_A1
|
||||||
select SOC_DESIGNSTART_FPGA_CORTEX_M3
|
select SOC_DESIGNSTART_FPGA_CORTEX_M3
|
|
@ -1,6 +1,6 @@
|
||||||
board:
|
board:
|
||||||
name: scobc_module1
|
name: scobc_a1
|
||||||
full_name: OBC module 1
|
full_name: SC-OBC Module A1
|
||||||
vendor: sc
|
vendor: sc
|
||||||
socs:
|
socs:
|
||||||
- name: designstart_fpga_cortex_m3
|
- name: designstart_fpga_cortex_m3
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
@ -9,7 +9,7 @@
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Space Cubics OBC module 1";
|
model = "SC-OBC Module A1";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uartlite0;
|
zephyr,console = &uartlite0;
|
|
@ -1,5 +1,5 @@
|
||||||
identifier: scobc_module1
|
identifier: scobc_a1
|
||||||
name: Space Cubics OBC module 1
|
name: SC-OBC Module A1
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: arm
|
arch: arm
|
||||||
toolchain:
|
toolchain:
|
|
@ -1,2 +1,2 @@
|
||||||
source [find interface/ft232r.cfg]
|
source [find interface/ft232r.cfg]
|
||||||
source [find scobc-module1.cfg]
|
source [find scobc-a1.cfg]
|
|
@ -1,3 +1,3 @@
|
||||||
source [find akizuki-m-02990.cfg]
|
source [find akizuki-m-02990.cfg]
|
||||||
adapter speed 2000
|
adapter speed 2000
|
||||||
source [find scobc-module1.cfg]
|
source [find scobc-a1.cfg]
|
Loading…
Add table
Add a link
Reference in a new issue