forked from NabuCasa/silabs-firmware-builder
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add builds for
rcp-uart-802154-blehci
(#1)
* Test rcp-uart-802154-blehci on SkyConnect/Dongle-E * Remove CPC_SECONDARY_APP_VERSION_SUFFIX * Add rest of RCP builds.
- Loading branch information
Showing
167 changed files
with
17,312 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
manifests/aeotec_zga008_rcp-uart-802154-blehci-hw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: ZGA008 Zigbee | ||
device: EFR32MG21A020F1024IM32 | ||
base_project: src/rcp-uart-802154-blehci_EFR32MG21A020F768IM32 | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-hw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 5 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 6 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: gpioPortC | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 4 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 140 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 63 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
42 changes: 42 additions & 0 deletions
42
manifests/easyiot_zb-gw04-1v1_rcp-uart-802154-blehci-sw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: ZB-GW04-1v1 Zigbee | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/rcp-uart-802154-blehci_EFR32MG21A020F768IM32 | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-sw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlNone | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: 0 | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: 0 | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 128 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 63 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
42 changes: 42 additions & 0 deletions
42
manifests/easyiot_zb-gw04-1v2_rcp-uart-802154-blehci-hw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: ZB-GW04-1v2 Zigbee | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/rcp-uart-802154-blehci_EFR32MG21A020F768IM32 | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-hw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: gpioPortD | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 3 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: gpioPortD | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 4 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 128 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 63 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
44 changes: 44 additions & 0 deletions
44
manifests/nabucasa_skyconnect_rcp-uart-802154-blehci-hw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: SkyConnect Zigbee | ||
device: EFR32MG21A020F512IM32 | ||
base_project: src/rcp-uart-802154-blehci_EFR32MG21A020F768IM32 | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-hw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 6 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 5 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 0 | ||
|
||
SL_APPLICATION_PRODUCT_ID: '{0xE9, 0x92, 0x67, 0x94, 0xBB, 0x2C, 0x4E, 0xC8, 0x9F, 0x36, 0xD9, 0xC6, 0x79, 0x4A, 0x81, 0xFB}' | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 133 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 79 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
manifests/nabucasa_yellow_rcp-uart-802154-blehci-hw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Yellow Zigbee | ||
device: MGM210PA32JIA | ||
base_project: src/rcp-uart-802154-blehci_MGM210PA32JIA | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-hw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
add_components: | ||
- id: simple_led | ||
instance: [board_activity] | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 5 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 6 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: gpioPortD | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 2 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: gpioPortC | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_SIMPLE_LED_BOARD_ACTIVITY_POLARITY: SL_SIMPLE_LED_POLARITY_ACTIVE_LOW | ||
SL_SIMPLE_LED_BOARD_ACTIVITY_PORT: gpioPortB | ||
SL_SIMPLE_LED_BOARD_ACTIVITY_PIN: 1 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 133 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 79 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
42 changes: 42 additions & 0 deletions
42
manifests/smlight_slzb06m_rcp-uart-802154-blehci-sw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: SLZB-06M Zigbee | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/rcp-uart-802154-blehci_EFR32MG21A020F768IM32 | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-sw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlNone | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: 0 | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: 0 | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 80 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 63 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
42 changes: 42 additions & 0 deletions
42
manifests/smlight_slzb07_rcp-uart-802154-blehci-hw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: SLZB-07 Zigbee | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/rcp-uart-802154-blehci_EFR32MG21A020F768IM32 | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-hw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 6 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortA | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 5 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 140 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 63 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
42 changes: 42 additions & 0 deletions
42
manifests/sonoff_zbdonglee_rcp-uart-802154-blehci-sw_460800.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: ZBDongle-E Zigbee | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/rcp-uart-802154-blehci_EFR32MG21A020F768IM32 | ||
filename: "{manifest_name}_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: rcp-uart-802154-blehci-sw | ||
dynamic: ["ezsp_version", "ot_version", "ble_version", "cpc_version"] | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_CPC_DRV_UART_VCOM_BAUDRATE: 460800 | ||
SL_CPC_DRV_UART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlNone | ||
|
||
SL_CPC_DRV_UART_VCOM_PERIPHERAL: USART0 | ||
SL_CPC_DRV_UART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_TX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_TX_PIN: 1 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_PORT: gpioPortB | ||
SL_CPC_DRV_UART_VCOM_RX_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_CTS_PORT: 0 | ||
SL_CPC_DRV_UART_VCOM_CTS_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_RTS_PORT: 0 | ||
SL_CPC_DRV_UART_VCOM_RTS_PIN: 0 | ||
|
||
SL_CPC_DRV_UART_VCOM_RX_QUEUE_SIZE: 10 | ||
SL_CPC_DRV_UART_VCOM_TX_QUEUE_SIZE: 10 | ||
|
||
SL_CPC_TX_QUEUE_ITEM_MAX_COUNT: 15 | ||
SL_CPC_RX_BUFFER_MAX_COUNT: 15 | ||
|
||
SL_CLOCK_MANAGER_HFXO_FREQ: 38400000 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 128 | ||
SL_CLOCK_MANAGER_HFXO_PRECISION: 50 | ||
SL_CLOCK_MANAGER_LFXO_CTUNE: 63 | ||
SL_CLOCK_MANAGER_LFXO_PRECISION: 50 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
Oops, something went wrong.