Browse Source
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>pull/91287/head
16 changed files with 15 additions and 12 deletions
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
# Space Cubics OBC module 1 configuration |
||||
# SC-OBC Module A1 configuration |
||||
|
||||
# Copyright (c) 2021 Space Cubics, LLC. <yashi@spacecubics.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_SCOBC_MODULE1 |
||||
config BOARD_SCOBC_A1 |
||||
select SOC_DESIGNSTART_FPGA_CORTEX_M3 |
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
board: |
||||
name: scobc_module1 |
||||
full_name: OBC module 1 |
||||
name: scobc_a1 |
||||
full_name: SC-OBC Module A1 |
||||
vendor: sc |
||||
socs: |
||||
- name: designstart_fpga_cortex_m3 |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
identifier: scobc_module1 |
||||
name: Space Cubics OBC module 1 |
||||
identifier: scobc_a1 |
||||
name: SC-OBC Module A1 |
||||
type: mcu |
||||
arch: arm |
||||
toolchain: |
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
source [find interface/ft232r.cfg] |
||||
source [find scobc-module1.cfg] |
||||
source [find scobc-a1.cfg] |
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
source [find akizuki-m-02990.cfg] |
||||
adapter speed 2000 |
||||
source [find scobc-module1.cfg] |
||||
source [find scobc-a1.cfg] |
Loading…
Reference in new issue