-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmbed_app_template.json
93 lines (93 loc) · 4.13 KB
/
mbed_app_template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"config": {
},
"macros": [
],
"target_overrides": {
"*": {
},
"MTB_MURATA_ABZ": {
"target.components_add": ["SX1276"],
"sx1276-lora-driver.spi-mosi": "LORA_SPI_MOSI",
"sx1276-lora-driver.spi-miso": "LORA_SPI_MISO",
"sx1276-lora-driver.spi-sclk": "LORA_SPI_SCLK",
"sx1276-lora-driver.spi-cs": "LORA_CS",
"sx1276-lora-driver.reset": "LORA_RESET",
"sx1276-lora-driver.dio0": "LORA_DIO0",
"sx1276-lora-driver.dio1": "LORA_DIO1",
"sx1276-lora-driver.dio2": "LORA_DIO2",
"sx1276-lora-driver.dio3": "LORA_DIO3",
"sx1276-lora-driver.txctl": "LORA_ANT_TX",
"sx1276-lora-driver.rxctl": "LORA_ANT_RX",
"sx1276-lora-driver.pwr-amp-ctl": "LORA_ANT_BOOST"
},
"GRASSHOPPER": {
"target.components_add": ["SX1276"],
"sx1276-lora-driver.spi-mosi": "LORA_SPI_MOSI",
"sx1276-lora-driver.spi-miso": "LORA_SPI_MISO",
"sx1276-lora-driver.spi-sclk": "LORA_SPI_SCLK",
"sx1276-lora-driver.spi-cs": "LORA_CS",
"sx1276-lora-driver.reset": "LORA_RESET",
"sx1276-lora-driver.dio0": "LORA_DIO0",
"sx1276-lora-driver.dio1": "LORA_DIO1",
"sx1276-lora-driver.dio2": "LORA_DIO2",
"sx1276-lora-driver.dio3": "LORA_DIO3",
"sx1276-lora-driver.txctl": "LORA_ANT_TX",
"sx1276-lora-driver.rxctl": "LORA_ANT_RX",
"sx1276-lora-driver.pwr-amp-ctl": "LORA_ANT_BOOST",
"sx1276-lora-driver.tcxo": "LORA_VDD_TXCO"
},
"GNAT": {
"target.components_add": ["SX1276"],
"sx1276-lora-driver.spi-mosi": "LORA_SPI_MOSI",
"sx1276-lora-driver.spi-miso": "LORA_SPI_MISO",
"sx1276-lora-driver.spi-sclk": "LORA_SPI_SCLK",
"sx1276-lora-driver.spi-cs": "LORA_CS",
"sx1276-lora-driver.reset": "LORA_RESET",
"sx1276-lora-driver.dio0": "LORA_DIO0",
"sx1276-lora-driver.dio1": "LORA_DIO1",
"sx1276-lora-driver.dio2": "LORA_DIO2",
"sx1276-lora-driver.dio3": "LORA_DIO3",
"sx1276-lora-driver.txctl": "LORA_ANT_TX",
"sx1276-lora-driver.rxctl": "LORA_ANT_RX",
"sx1276-lora-driver.pwr-amp-ctl": "LORA_ANT_BOOST",
"sx1276-lora-driver.tcxo": "LORA_VDD_TXCO"
},
"LORA_E5": {
"stm32wl-lora-driver.rf_switch_config": 2
},
"LORA_E5_BREAKOUT": {
"stm32wl-lora-driver.rf_switch_config": 2,
"stm32wl-lora-driver.debug_tx": "PB_5",
"stm32wl-lora-driver.debug_rx": "PB_10",
"stm32wl-lora-driver.debug_invert": 1
},
"LORA_E5_TINY": {
"stm32wl-lora-driver.rf_switch_config": 2,
"stm32wl-lora-driver.debug_tx": "PB_13",
"stm32wl-lora-driver.debug_rx": "PA_9"
},
"RAK3172": {
"stm32wl-lora-driver.rf_switch_config": 2,
"stm32wl-lora-driver.crystal_select" : 0
},
"RAK3172_BREAKOUT": {
"stm32wl-lora-driver.rf_switch_config": 2,
"stm32wl-lora-driver.crystal_select" : 0,
"stm32wl-lora-driver.debug_tx": "PA_10",
"stm32wl-lora-driver.debug_rx": "PA_9",
"stm32wl-lora-driver.debug_invert": 1
},
"RAK3172SIP": {
"stm32wl-lora-driver.rf_switch_config": 2,
"stm32wl-lora-driver.crystal_select" : 0
},
"TTN_GNSE": {
"stm32wl-lora-driver.rf_switch_config": 0,
"stm32wl-lora-driver.crystal_select" : 1,
"stm32wl-lora-driver.debug_tx": "PB_5",
"stm32wl-lora-driver.debug_rx": "PB_6",
"stm32wl-lora-driver.debug_invert": 1
}
}
}