File tree Expand file tree Collapse file tree 4 files changed +310
-193
lines changed Expand file tree Collapse file tree 4 files changed +310
-193
lines changed Original file line number Diff line number Diff line change @@ -270,9 +270,13 @@ typedef enum {
270
270
#endif
271
271
272
272
#if defined(TARGET_NRF52_MICROBIT_V2_IF_833 )
273
- // TODO: Include the internal I2C pins
273
+ // Internal I2C
274
+ I2C_SDA0 = P0_28 ,
275
+ I2C_SCL0 = P0_29 ,
274
276
#elif defined(TARGET_NRF52_MICROBIT_V2_IF_820 )
275
- // TODO: Include the internal I2C pins
277
+ // Internal I2C
278
+ I2C_SDA0 = P0_30 ,
279
+ I2C_SCL0 = P0_28 ,
276
280
#else
277
281
// Internal I2C
278
282
I2C_SDA0 = P0_16 ,
Original file line number Diff line number Diff line change 11
11
" I2CSLAVE"
12
12
],
13
13
"macros_add" : [
14
+ " NRF52833_XXAA" ,
15
+ " TARGET_NRF52833" ,
14
16
" TARGET_MCU_NRF52833" ,
15
- " NRFX_RNG_ENABLED=1" ,
16
17
" NRFX_TWIS_ENABLED=1" ,
18
+ " NRFX_RNG_ENABLED=1" ,
17
19
" RNG_ENABLED=1" ,
18
- " NRF_QUEUE_ENABLED=1"
20
+ " NRF_QUEUE_ENABLED=1" ,
21
+ " NRF52_PAN_20"
19
22
],
20
23
"features_remove" : [
21
24
" CRYPTOCELL310"
22
25
],
26
+ "device_has_remove" : [
27
+ " QSPI" ,
28
+ " I2C_ASYNCH"
29
+ ],
30
+ "components_remove" : [
31
+ " QSPIF"
32
+ ],
23
33
"macros_remove" : [
24
34
" MBEDTLS_CONFIG_HW_SUPPORT"
25
35
]
37
47
"inherits" : [" MCU_NRF52833" ],
38
48
"macros_add" : [
39
49
" WSF_MAX_HANDLERS=10" ,
40
- " NRF52_PAN_12" ,
41
- " NRF52_PAN_15" ,
42
- " NRF52_PAN_20" ,
43
- " NRF52_PAN_30" ,
44
- " NRF52_PAN_31" ,
45
- " NRF52_PAN_36" ,
46
- " NRF52_PAN_51" ,
47
- " NRF52_PAN_53" ,
48
- " NRF52_PAN_54" ,
49
- " NRF52_PAN_55" ,
50
- " NRF52_PAN_58" ,
51
- " NRF52_PAN_62" ,
52
- " NRF52_PAN_63" ,
53
- " NRF52_PAN_64" ,
54
50
" CONFIG_NFCT_PINS_AS_GPIOS" ,
55
51
" MICROBIT_TARGET"
56
52
],
76
72
},
77
73
"NRF52_MICROBIT_V2_IF_820" : {
78
74
"inherits" : [" NRF52_MICROBIT_V2" ],
79
- "core" : " Cortex-M4" ,
75
+ "device_has_remove" : [
76
+ " ANALOGIN" ,
77
+ " PWMOUT"
78
+ ],
80
79
"extra_labels_remove" : [
80
+ " CORDIO" ,
81
+ " CORDIO_LL" ,
82
+ " NORDIC_CORDIO"
81
83
],
82
84
"macros_add" : [
83
85
" MICROBIT_IF"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments