mamont mamont
/
test_ble
nrf52-dk
Diff: shields/TARGET_ST_BLUENRG/mbed_lib.json
- Revision:
- 0:70ce6da7a141
diff -r 000000000000 -r 70ce6da7a141 shields/TARGET_ST_BLUENRG/mbed_lib.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shields/TARGET_ST_BLUENRG/mbed_lib.json Fri Jun 05 10:49:10 2020 +0000 @@ -0,0 +1,16 @@ +{ + "name": "bluenrg", + "target_overrides": { + "K64F": { + "target.macros_add": ["BLUENRG_PIN_SPI_SCK=D13"] + }, + "DISCO_L475VG_IOT01A": { + "target.macros_add": ["BLUENRG_PIN_SPI_MOSI=PC_12", + "BLUENRG_PIN_SPI_MISO=PC_11", + "BLUENRG_PIN_SPI_nCS=PD_13", + "BLUENRG_PIN_SPI_RESET=PA_8", + "BLUENRG_PIN_SPI_IRQ=PE_6", + "BLUENRG_PIN_SPI_SCK=PC_10"] + } + } +}