-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflying_soft.slcp
51 lines (50 loc) · 1.09 KB
/
flying_soft.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
# Silicon Labs Project Configuration Tools: slcp, v0, Component selection file.
project_name: flying_soft
label: flying_soft
description: "MicroHard Flight Simulator X | \nA basic flight simulator.\n"
category: Embedded game system
filter:
- name: Device Type
value: [SoC]
- name: MCU
value: [32-bit MCU]
- name: Project Difficulty
value: [Beginner]
package: platform
quality: production
readme:
- {path: readme.md}
- {path: readme.md}
source:
- {path: app.c}
- {path: main.c}
include:
- path: .
file_list:
- {path: app.h}
sdk: {id: gecko_sdk, version: 4.4.5}
toolchain_settings: []
component:
- {id: EFM32GG842F1024}
- {id: debug_swo}
- {id: device_init}
- instance: [FPGA_Reset, button_fire, button_led]
id: emlib_gpio_simple_init
- instance: [display]
id: i2cspm
- {id: iostream_retarget_stdio}
- {id: iostream_stdlib_config}
- {id: iostream_vuart}
- instance: [btn0, btn1, fire]
id: simple_button
- instance: [led0, led1]
id: simple_led
- {id: sl_system}
- {id: sleeptimer}
- instance: [inst]
id: spidrv
define:
- {name: DEBUG_EFM}
ui_hints:
highlight:
- {path: readme.md, focus: true}