Skip to content

Commit 0c0af6d

Browse files
sudaconejoninja
authored andcommitted
Apply review suggestions
1 parent 765440b commit 0c0af6d

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

src/machine/board_particle_argon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const (
8484
ESP32_HOST_WK_PIN Pin = 7
8585
)
8686

87-
// Other periferals
87+
// Other peripherals
8888
const (
8989
MODE_BUTTON_PIN Pin = 11
9090
CHARGE_STATUS_PIN Pin = 41

src/machine/board_particle_boron.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,19 @@ const (
7878
SPI1_HOLD_PIN Pin = 23
7979
)
8080

81-
// u-blox coprocessor
81+
// u-blox SARA coprocessor
8282
const (
83-
UBLOX_TXD_PIN Pin = 37
84-
UBLOX_RXD_PIN Pin = 36
85-
UBLOX_CTS_PIN Pin = 38
86-
UBLOX_RTS_PIN Pin = 39
87-
UBLOX_RESET_PIN Pin = 12
88-
UBLOX_POWER_ON_PIN Pin = 16
89-
UBLOX_BUFF_EN_PIN Pin = 25
90-
UBLOX_VINT_PIN Pin = 2
83+
SARA_TXD_PIN Pin = 37
84+
SARA_RXD_PIN Pin = 36
85+
SARA_CTS_PIN Pin = 38
86+
SARA_RTS_PIN Pin = 39
87+
SARA_RESET_PIN Pin = 12
88+
SARA_POWER_ON_PIN Pin = 16
89+
SARA_BUFF_EN_PIN Pin = 25
90+
SARA_VINT_PIN Pin = 2
9191
)
9292

93-
// Other periferals
93+
// Other peripherals
9494
const (
9595
MODE_BUTTON_PIN Pin = 11
9696
ANTENNA_SEL_PIN Pin = 7 // Low: chip antenna, High: External uFL

src/machine/board_particle_xenon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const (
7373
SPI1_HOLD_PIN Pin = 23
7474
)
7575

76-
// Other periferals
76+
// Other peripherals
7777
const (
7878
MODE_BUTTON_PIN Pin = 11
7979
CHARGE_STATUS_PIN Pin = 41

targets/particle-argon.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"inherits": ["particle-3rd-gen"],
3-
"build-tags": ["particle_argon"],
4-
"flash-method": "openocd",
5-
"openocd-interface": "cmsis-dap"
3+
"build-tags": ["particle_argon"]
64
}

targets/particle-boron.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"inherits": ["particle-3rd-gen"],
3-
"build-tags": ["particle_boron"],
4-
"flash-method": "openocd",
5-
"openocd-interface": "cmsis-dap"
3+
"build-tags": ["particle_boron"]
64
}

targets/particle-xenon.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"inherits": ["particle-3rd-gen"],
3-
"build-tags": ["particle_xenon"],
4-
"flash-method": "openocd",
5-
"openocd-interface": "cmsis-dap"
3+
"build-tags": ["particle_xenon"]
64
}

0 commit comments

Comments
 (0)