File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,22 @@ typedef enum {
170
170
SE_IO = PB_10 ,
171
171
SE_CLK = PB_11 ,
172
172
173
+ #ifdef TARGET_FF1705_L151CC
174
+ // Arduino Headers
175
+ A0 = PA_0 ,
176
+ A1 = PB_0 ,
177
+ D0 = PA_10 ,
178
+ D1 = PA_9 ,
179
+ D2 = PA_11 ,
180
+ D3 = PA_12 ,
181
+ D10 = PB_12 ,
182
+ D11 = PB_15 ,
183
+ D12 = PB_14 ,
184
+ D13 = PB_13 ,
185
+ D14 = I2C_SDA ,
186
+ D15 = I2C_SCL ,
187
+ #endif
188
+
173
189
// Not connected
174
190
NC = (int )0xFFFFFFFF
175
191
} PinName ;
Original file line number Diff line number Diff line change 1662
1662
"device_name" : " STM32L151CC" ,
1663
1663
"bootloader_supported" : true
1664
1664
},
1665
+ "FF1705_L151CC" : {
1666
+ "supported_form_factors" : [" ARDUINO" ],
1667
+ "inherits" : [" XDOT_L151CC" ],
1668
+ "detect_code" : [" 8080" ]
1669
+ },
1665
1670
"MOTE_L152RC" : {
1666
1671
"inherits" : [" FAMILY_STM32" ],
1667
1672
"core" : " Cortex-M3" ,
You can’t perform that action at this time.
0 commit comments