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:
Takuya Sasaki 2025-05-24 10:15:31 +09:00 committed by Fabio Baltieri
commit 479ea7a387
16 changed files with 15 additions and 12 deletions

View file

@ -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
)

View file

@ -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

View file

@ -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

View file

@ -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

View file

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Before After
Before After

View file

@ -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;

View file

@ -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:

View file

@ -1,2 +1,2 @@
source [find interface/ft232r.cfg] source [find interface/ft232r.cfg]
source [find scobc-module1.cfg] source [find scobc-a1.cfg]

View file

@ -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]