-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzigbee_end_device.slcp
More file actions
94 lines (93 loc) · 2.77 KB
/
Copy pathzigbee_end_device.slcp
File metadata and controls
94 lines (93 loc) · 2.77 KB
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
# Silicon Labs Project Configuration Tools: slcp, v0, Component selection file.
project_name: zigbee_end_device
label: zigbee_end_device
author: Silicon Laboratories, Inc.
description: This is a Zigbee minimal SoC network-layer application suitable as a starting
point for new application development.
category: Zigbee Application
filter:
- name: Device Type
value: [SoC]
- name: Project Difficulty
value: [Advanced]
- name: Wireless Technology
value: [Zigbee]
package: zigbee
quality: production
readme:
- {path: readme.md}
- {path: readme.md}
source:
- {path: main.c}
- {path: app.c}
sdk: {id: simplicity_sdk, version: 2025.6.1}
toolchain_settings: []
component:
- {id: MGM210PA32JIA}
- {id: brd4002a}
- {id: brd4308a_a02}
- instance: [example]
id: cli
- {id: clock_manager}
- {id: iostream_recommended_console}
- {id: led}
- instance: [btn0]
id: simple_button
- {id: simple_button_core}
- instance: [led0]
id: simple_led
- {id: sl_main}
- {id: toolchain_gcc_lto}
- {id: zigbee_application_bootloader}
- {id: zigbee_basic}
- {id: zigbee_core_cli}
- {id: zigbee_counters}
- {id: zigbee_debug_basic}
- {id: zigbee_debug_print}
- {id: zigbee_find_and_bind_initiator}
- {id: zigbee_network_steering}
- {id: zigbee_pro_leaf_stack}
- {id: zigbee_reporting}
- {id: zigbee_scan_dispatch}
- {id: zigbee_source_route}
- {id: zigbee_update_tc_link_key}
- {id: zigbee_zcl_cli}
- {id: zigbee_zcl_framework_core}
config_file:
- {path: config/zcl/zcl_config.zap, directory: zcl}
configuration:
- {name: SL_BOARD_ENABLE_VCOM, value: '1'}
- condition: [iostream_usart]
name: SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE
value: usartHwFlowControlCtsAndRts
- condition: [iostream_eusart]
name: SL_IOSTREAM_EUSART_VCOM_FLOW_CONTROL_TYPE
value: SL_IOSTREAM_EUSART_UART_FLOW_CTRL_CTS_RTS
- {name: SL_CLI_MAX_INPUT_ARGUMENTS, value: '16'}
- {name: SLI_ZIGBEE_PRIMARY_NETWORK_DEVICE_TYPE, value: SLI_ZIGBEE_NETWORK_DEVICE_TYPE_ROUTER}
- {name: SLI_ZIGBEE_PRIMARY_NETWORK_SECURITY_TYPE, value: SLI_ZIGBEE_NETWORK_SECURITY_TYPE_3_0}
- {name: SL_ZIGBEE_BINDING_TABLE_SIZE, value: '10'}
- condition: [device_series_2]
name: NVM3_DEFAULT_NVM_SIZE
value: '32768'
- {name: SL_PSA_ITS_SUPPORT_V1_DRIVER, value: '0'}
- {name: SL_PSA_ITS_SUPPORT_V2_DRIVER, value: '0'}
- {name: SL_PSA_ITS_SUPPORT_V3_DRIVER, value: '1'}
- condition: [cmsis_rtos2]
name: SL_CLI_EXAMPLE_TASK_STACK_SIZE
value: '600'
- condition: [device_series_3]
name: SL_CLI_EXAMPLE_TASK_STACK_SIZE
value: '1500'
- condition: [device_series_3]
name: SL_ZIGBEE_STACK_RTOS_TASK_STACK_SIZE
value: '5800'
- condition: [device_series_3]
name: SL_ZIGBEE_APP_FRAMEWORK_RTOS_TASK_STACK_SIZE
value: '6000'
- condition: [device_series_3]
name: SL_ZIGBEE_AF_PLUGIN_ZCL_CLUSTER_DEFER_ATTRIBUTE_WRITES_TO_NVM_MS
value: '2000'
ui_hints:
highlight:
- {path: readme.md}