mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4973 from gorazdko/new-target-L-TEK-FF1705
Add new target: L-TEK FF1705pull/5174/merge
commit
a74e95fb26
|
@ -170,6 +170,22 @@ typedef enum {
|
|||
SE_IO = PB_10,
|
||||
SE_CLK = PB_11,
|
||||
|
||||
#ifdef TARGET_FF1705_L151CC
|
||||
// Arduino Headers
|
||||
A0 = PA_0,
|
||||
A1 = PB_0,
|
||||
D0 = PA_10,
|
||||
D1 = PA_9,
|
||||
D2 = PA_11,
|
||||
D3 = PA_12,
|
||||
D10 = PB_12,
|
||||
D11 = PB_15,
|
||||
D12 = PB_14,
|
||||
D13 = PB_13,
|
||||
D14 = I2C_SDA,
|
||||
D15 = I2C_SCL,
|
||||
#endif
|
||||
|
||||
// Not connected
|
||||
NC = (int)0xFFFFFFFF
|
||||
} PinName;
|
||||
|
|
|
@ -1662,6 +1662,11 @@
|
|||
"device_name": "STM32L151CC",
|
||||
"bootloader_supported": true
|
||||
},
|
||||
"FF1705_L151CC": {
|
||||
"supported_form_factors": ["ARDUINO"],
|
||||
"inherits": ["XDOT_L151CC"],
|
||||
"detect_code": ["8080"]
|
||||
},
|
||||
"MOTE_L152RC": {
|
||||
"inherits": ["FAMILY_STM32"],
|
||||
"core": "Cortex-M3",
|
||||
|
|
Loading…
Reference in New Issue