-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxg24_ble_hid_keymouse_ssv5.slcp
72 lines (71 loc) · 1.92 KB
/
xg24_ble_hid_keymouse_ssv5.slcp
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
# Silicon Labs Project Configuration Tools: slcp, v0, Component selection file.
project_name: xg24_ble_hid_keymouse_ssv5
label: xg24_ble_hid_keymouse_ssv5
description: |
A minimal project structure, that serves as a starting point for custom Bluetooth applications. The application starts advertising after boot and restarts advertising after a connection is closed.
category: Bluetooth Examples
filter:
- name: Device Type
value: [SoC]
- name: Project Difficulty
value: [Beginner]
- name: Wireless Technology
value: [Bluetooth]
package: Bluetooth
quality: production
readme:
- {path: readme.md}
source:
- {path: main.c}
- {path: app.c}
tag: ['hardware:rf:band:2400']
include:
- path: ''
file_list:
- {path: app.h}
sdk: {id: gecko_sdk, version: 4.4.0}
toolchain_settings: []
component:
- instance: [btn0, btn1]
id: simple_button
- {id: bluetooth_feature_gatt_server}
- {id: in_place_ota_dfu}
- {id: bluetooth_feature_sm}
- {id: mpu}
- {id: bluetooth_feature_legacy_advertiser}
- {id: gatt_configuration}
- {id: gatt_service_device_information}
- instance: [led0, led1]
id: simple_led
- {id: bluetooth_stack}
- {id: brd2703a_a02}
- {id: rail_util_pti}
- {id: bluetooth_feature_gatt}
- {id: EFR32MG24B210F1536IM48}
- {id: bluetooth_feature_legacy_scanner}
- {id: app_log}
- {id: bt_post_build}
- {id: bluetooth_feature_connection}
- instance: [vcom]
id: iostream_usart
- {id: bluetooth_feature_system}
- {id: app_timer_freertos}
- {id: component_catalog}
- {id: bootloader_interface}
- {id: app_assert}
other_file:
- {path: image/readme_img0.png}
- {path: image/readme_img1.png}
- {path: image/readme_img2.png}
- {path: image/readme_img3.png}
- {path: image/readme_img4.png}
configuration:
- {name: SL_STACK_SIZE, value: '2752'}
- {name: SL_HEAP_SIZE, value: '9200'}
- condition: [psa_crypto]
name: SL_PSA_KEY_USER_SLOT_COUNT
value: '0'
ui_hints:
highlight:
- {path: readme.md, focus: true}
- {path: config/btconf/gatt_configuration.btconf}