Skip to content

Commit b1aed78

Browse files
Platform Applications v2.11.0
1 parent 0c1e3c7 commit b1aed78

File tree

714 files changed

+8225
-49556
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

714 files changed

+8225
-49556
lines changed

.DS_Store

-8 KB
Binary file not shown.

README.md

Lines changed: 113 additions & 96 deletions
Large diffs are not rendered by default.
File renamed without changes.

platform_BGXdemo_series0/README.md renamed to deprecated/platform_BGXdemo_series0/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Deprecation Notice
2+
3+
This code has been deprecated. It has been provided for historical reference only and should not be used. This code will not be maintained. This code is subject to the quality disclaimer at the point in time prior to deprecation and superseded by this deprecation notice.
4+
15
# BGX demo example
26

37
![Type badge](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/SiliconLabs/application_examples_ci/master/platform_applications/platform_BGXdemo_series0_common.json&label=Type&query=type&color=green)
@@ -9,7 +13,7 @@ This project shows how to communicate between the computer and the EFM32WG start
913
kit via Bluetooth using BGX devices. This includes sending certain commands from one
1014
BGX to another to perform certain tasks.
1115

12-
## Gecko SDK Version
16+
## SDK version
1317
v2.7
1418

1519
## Hardware Required

deprecated/platform_BGXdemo_series0/SimplicityStudio/.cproject

Lines changed: 184 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>platform_BGXdemo_series0</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10+
<triggers>clean,full,incremental,</triggers>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
16+
<triggers>full,incremental,</triggers>
17+
<arguments>
18+
</arguments>
19+
</buildCommand>
20+
</buildSpec>
21+
<natures>
22+
<nature>org.eclipse.cdt.core.cnature</nature>
23+
<nature>com.silabs.ss.framework.ide.project.sls.core.SLSProjectNature</nature>
24+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
25+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
26+
</natures>
27+
<linkedResources>
28+
<link>
29+
<name>emlib/em_cmu.c</name>
30+
<type>1</type>
31+
<locationURI>STUDIO_SDK_LOC/platform/emlib/src/em_cmu.c</locationURI>
32+
</link>
33+
<link>
34+
<name>emlib/em_core.c</name>
35+
<type>1</type>
36+
<locationURI>STUDIO_SDK_LOC/platform/emlib/src/em_core.c</locationURI>
37+
</link>
38+
<link>
39+
<name>emlib/em_gpio.c</name>
40+
<type>1</type>
41+
<locationURI>STUDIO_SDK_LOC/platform/emlib/src/em_gpio.c</locationURI>
42+
</link>
43+
<link>
44+
<name>emlib/em_system.c</name>
45+
<type>1</type>
46+
<locationURI>STUDIO_SDK_LOC/platform/emlib/src/em_system.c</locationURI>
47+
</link>
48+
<link>
49+
<name>emlib/em_usart.c</name>
50+
<type>1</type>
51+
<locationURI>STUDIO_SDK_LOC/platform/emlib/src/em_usart.c</locationURI>
52+
</link>
53+
<link>
54+
<name>src/readme_s0.txt</name>
55+
<type>1</type>
56+
<location>C:/Users/japatel/SimplicityStudio/v4_workspace/peripheral_examples/series0/usart/async_interrupt/readme_s0.txt</location>
57+
</link>
58+
<link>
59+
<name>CMSIS/EFM32WG/startup_gcc_efm32wg.s</name>
60+
<type>1</type>
61+
<locationURI>STUDIO_SDK_LOC/platform/Device/SiliconLabs/EFM32WG/Source/GCC/startup_efm32wg.S</locationURI>
62+
</link>
63+
<link>
64+
<name>CMSIS/EFM32WG/system_efm32wg.c</name>
65+
<type>1</type>
66+
<locationURI>STUDIO_SDK_LOC/platform/Device/SiliconLabs/EFM32WG/Source/system_efm32wg.c</locationURI>
67+
</link>
68+
</linkedResources>
69+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
copiedFilesOriginState={"C\:\\\\Users\\\\japatel\\\\SimplicityStudio\\\\v4_workspace\\\\peripheral_examples\\\\series0\\\\usart\\\\async_interrupt\\\\src\\\\main_s0.c"\:"826398759"}
2+
eclipse.preferences.version=1

platform_BGXdemo_series0/SimplicityStudio/bgx13p22ga.document renamed to deprecated/platform_BGXdemo_series0/SimplicityStudio/bgx13p22ga.document

File renamed without changes.

0 commit comments

Comments
 (0)