Skip to content

Commit

Permalink
Fix existing manifests for Zigbee, Thread, and bootloader firmwares
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Sep 25, 2024
1 parent eb3d334 commit 204352c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 72 deletions.
32 changes: 0 additions & 32 deletions manifests/nabucasa/skyconnect_rcp-uart-802154.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Yellow Bootloader
device: MGM210PA32JIA
base_project: src/bootloader-uart-xmodem
base_project: src/bootloader
filename: "{manifest_name}_{gecko_bootloader_version}"
sdk: "gecko_sdk:4.4.4"
toolchain: "12.2.1.20221205"

gbl:
fw_type: gecko-bootloader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Yellow OpenThread RCP
device: MGM210PA32JIA
base_project: src/ot-rcp
base_project: src/openthread_rcp
filename: "{manifest_name}_{ot_rcp_version.split('/')[-1]}_gsdk_{sdk_version}"
sdk: "gecko_sdk:4.4.4"
toolchain: "12.2.1.20221205"

gbl:
fw_type: ot-rcp
Expand All @@ -15,6 +17,9 @@ add_components:
configuration:
SL_UARTDRV_USART_VCOM_BAUDRATE: 460800

slcp_defines:
OPENTHREAD_CONFIG_DEFAULT_TRANSMIT_POWER: 6

c_defines:
SL_UARTDRV_USART_VCOM_PERIPHERAL: USART0
SL_UARTDRV_USART_VCOM_PERIPHERAL_NO: 0
Expand Down
37 changes: 0 additions & 37 deletions manifests/nabucasa/yellow_rcp-uart-802154.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Yellow Zigbee
device: MGM210PA32JIA
base_project: src/ncp-uart-hw
base_project: src/zigbee_ncp
filename: "{manifest_name}_{ezsp_version}"
sdk: "gecko_sdk:4.4.4"
toolchain: "12.2.1.20221205"

gbl:
fw_type: ncp-uart-hw
Expand All @@ -16,7 +18,19 @@ configuration:
SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts

SL_CLI_MAX_INPUT_ARGUMENTS: 16
EMBER_AF_PLUGIN_ZIGBEE_PRO_STACK_CHILD_TABLE_SIZE: 32

c_defines:
EMBER_BINDING_TABLE_SIZE: 32
EMBER_MAX_END_DEVICE_CHILDREN: 32
EMBER_PACKET_BUFFER_COUNT: 255
EMBER_KEY_TABLE_SIZE: 12

EMBER_APS_UNICAST_MESSAGE_COUNT: 32
EMBER_BROADCAST_TABLE_SIZE: 64
EMBER_SOURCE_ROUTE_TABLE_SIZE: 200

SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand Down

0 comments on commit 204352c

Please sign in to comment.