File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_MTB_ACONNO_ACN52832 Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ typedef enum {
104
104
GP2 = p28 ,
105
105
GP3 = p29 ,
106
106
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
110
110
GP8 = p7 ,
111
111
112
112
RX_PIN_NUMBER = p12 ,
@@ -125,6 +125,7 @@ typedef enum {
125
125
SPI_MOSI = p16 ,
126
126
SPI_MISO = p17 ,
127
127
SPI_SCK = p18 ,
128
+ SPI_CS = p10 ,
128
129
129
130
USER_BUTTON = GP0 ,
130
131
Original file line number Diff line number Diff line change 6571
6571
" WSF_MAX_HANDLERS=10"
6572
6572
]
6573
6573
},
6574
- "MTB_ACONNO_ACN52832" : {
6575
- "inherits" : [" MCU_NRF52832" ],
6576
- "release_versions" : [" 5" ],
6577
- "device_name" : " nRF52832_xxAA"
6578
- },
6579
6574
"SDT52832B" : {
6580
6575
"inherits" : [" MCU_NRF52832" ],
6581
6576
"release_versions" : [" 5" ],
6609
6604
"device_name" : " nRF52832_xxAA" ,
6610
6605
"detect_code" : [" 0466" ]
6611
6606
},
6607
+ "MTB_ACONNO_ACN52832" : {
6608
+ "inherits" : [" MCU_NRF52832" ],
6609
+ "release_versions" : [" 5" ],
6610
+ "device_name" : " nRF52832_xxAA"
6611
+ },
6612
6612
"DELTA_DFBM_NQ620" : {
6613
6613
"supported_form_factors" : [" ARDUINO" ],
6614
6614
"inherits" : [" MCU_NRF52832" ],
You can’t perform that action at this time.
0 commit comments