Skip to content

Commit 479ea7a

Browse files
sasatakufabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 054efe6 commit 479ea7a

16 files changed

+15
-12
lines changed

boards/deprecated.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ set(esp32_devkitc_wroom/esp32/appcpu_DEPRECATED
6464
set(esp32_devkitc_wrover/esp32/appcpu_DEPRECATED
6565
esp32_devkitc/esp32/appcpu
6666
)
67+
set(scobc_module1_DEPRECATED
68+
scobc_a1
69+
)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Space Cubics OBC module 1
1+
# SC-OBC Module A1
22

33
# Copyright (c) 2021 Space Cubics <[email protected]>
44
# SPDX-License-Identifier: Apache-2.0
55

6-
if BOARD_SCOBC_MODULE1
6+
if BOARD_SCOBC_A1
77

88
config CPU_CORTEX_M_HAS_SYSTICK
99
default y
@@ -14,4 +14,4 @@ config CPU_HAS_ARM_MPU
1414
config NUM_IRQS
1515
default 7
1616

17-
endif # BOARD_SCOBC_MODULE1
17+
endif # BOARD_SCOBC_A1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Space Cubics OBC module 1 configuration
1+
# SC-OBC Module A1 configuration
22

33
# Copyright (c) 2021 Space Cubics, LLC. <[email protected]>
44
# SPDX-License-Identifier: Apache-2.0
55

6-
config BOARD_SCOBC_MODULE1
6+
config BOARD_SCOBC_A1
77
select SOC_DESIGNSTART_FPGA_CORTEX_M3
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
board:
2-
name: scobc_module1
3-
full_name: OBC module 1
2+
name: scobc_a1
3+
full_name: SC-OBC Module A1
44
vendor: sc
55
socs:
66
- name: designstart_fpga_cortex_m3
File renamed without changes.

boards/sc/scobc_module1/scobc_module1.dts renamed to boards/sc/scobc_a1/scobc_a1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <mem.h>
1010

1111
/ {
12-
model = "Space Cubics OBC module 1";
12+
model = "SC-OBC Module A1";
1313

1414
chosen {
1515
zephyr,console = &uartlite0;

boards/sc/scobc_module1/scobc_module1.yaml renamed to boards/sc/scobc_a1/scobc_a1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
identifier: scobc_module1
2-
name: Space Cubics OBC module 1
1+
identifier: scobc_a1
2+
name: SC-OBC Module A1
33
type: mcu
44
arch: arm
55
toolchain:

0 commit comments

Comments
 (0)