Skip to content

Commit fd6aa1b

Browse files
committed
fix according to @ashok-rao's review
1 parent 1ba5861 commit fd6aa1b

File tree

2 files changed

+9
-8
lines changed
  • targets

2 files changed

+9
-8
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_MTB_ACONNO_ACN52832/PinNames.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ typedef enum {
104104
GP2 = p28,
105105
GP3 = p29,
106106
GP4 = p30,
107-
GP5 = p31,
108-
GP6 = p5,
109-
GP7 = p6,
107+
GP5 = p31, // LCD-A0
108+
GP6 = p5, // LCD-RESET
109+
GP7 = p6, // LCD-CS
110110
GP8 = p7,
111111

112112
RX_PIN_NUMBER = p12,
@@ -125,6 +125,7 @@ typedef enum {
125125
SPI_MOSI = p16,
126126
SPI_MISO = p17,
127127
SPI_SCK = p18,
128+
SPI_CS = p10,
128129

129130
USER_BUTTON = GP0,
130131

targets/targets.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6571,11 +6571,6 @@
65716571
"WSF_MAX_HANDLERS=10"
65726572
]
65736573
},
6574-
"MTB_ACONNO_ACN52832": {
6575-
"inherits": ["MCU_NRF52832"],
6576-
"release_versions": ["5"],
6577-
"device_name": "nRF52832_xxAA"
6578-
},
65796574
"SDT52832B": {
65806575
"inherits": ["MCU_NRF52832"],
65816576
"release_versions": ["5"],
@@ -6609,6 +6604,11 @@
66096604
"device_name": "nRF52832_xxAA",
66106605
"detect_code": ["0466"]
66116606
},
6607+
"MTB_ACONNO_ACN52832": {
6608+
"inherits": ["MCU_NRF52832"],
6609+
"release_versions": ["5"],
6610+
"device_name": "nRF52832_xxAA"
6611+
},
66126612
"DELTA_DFBM_NQ620": {
66136613
"supported_form_factors": ["ARDUINO"],
66146614
"inherits": ["MCU_NRF52832"],

0 commit comments

Comments
 (0)