We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a307b3a commit e85c5b6Copy full SHA for e85c5b6
boards/sc/scobc_a1/support/scobc-a1.cfg
@@ -1,5 +1,4 @@
1
-# Copyright (C) 2021 Space Cubics, LLC.
2
-# Yasushi SHOJI <[email protected]>
+# Copyright (C) 2025 Space Cubics Inc.
3
4
if {[info exists env(OPENOCD_INTERFACE)]} {
5
set _INTERFACE $env(OPENOCD_INTERFACE)
@@ -30,9 +29,9 @@ if { [info exists CPUTAPID ] } {
30
29
}
31
32
if { [info exists WORKAREASIZE] } {
33
- set _WORKAREASIZE $WORKAREASIZE
+ set _WORKAREASIZE $WORKAREASIZE
34
} else {
35
- set _WORKAREASIZE 0x4000
+ set _WORKAREASIZE 0x4000
36
37
38
adapter speed 5000
0 commit comments