Skip to content

Commit ad489d5

Browse files
authored
Support Span<T> conversion (#29)
1 parent 425b4d7 commit ad489d5

File tree

388 files changed

+5464
-3635
lines changed

Some content is hidden

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

388 files changed

+5464
-3635
lines changed

src/devices_generated/AD5328/AD5328.nfproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1010
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<<<<<<< HEAD
12-
<ProjectGuid>{A4169A41-716A-4BDF-88B9-BF865CD48DB2}</ProjectGuid>
13-
=======
14-
<ProjectGuid>{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}</ProjectGuid>
15-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
11+
<ProjectGuid>{4138F0FE-525F-4BE3-8069-893FD582C7AB}</ProjectGuid>
1612
<OutputType>Library</OutputType>
1713
<AppDesignerFolder>Properties</AppDesignerFolder>
1814
<FileAlignment>512</FileAlignment>

src/devices_generated/AD5328/AD5328.sln

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30413.136
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
<<<<<<< HEAD
7-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328", "AD5328.nfproj", "{A4169A41-716A-4BDF-88B9-BF865CD48DB2}"
6+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328", "AD5328.nfproj", "{4138F0FE-525F-4BE3-8069-893FD582C7AB}"
87
EndProject
9-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328.Samples", "samples\AD5328.Samples.nfproj", "{6DF271D6-BF4B-4157-A6AC-32B810BC3975}"
10-
=======
11-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328", "AD5328.nfproj", "{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}"
12-
EndProject
13-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328.Samples", "samples\\AD5328.Samples.nfproj", "{264ADA55-EBE3-48CB-A3D6-C9F00183CE8C}"
14-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
8+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328.Samples", "samples\\AD5328.Samples.nfproj", "{3F838663-81A4-45B3-99A1-1DC04C155404}"
159
EndProject
10+
<!-- SAMPLES PROJECT PLACEHOLDER -->
1611
<!-- UNIT TESTS PROJECT PLACEHOLDER -->
1712

1813
Global
@@ -21,20 +16,11 @@ Global
2116
Release|Any CPU = Release|Any CPU
2217
EndGlobalSection
2318
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24-
<<<<<<< HEAD
25-
{A4169A41-716A-4BDF-88B9-BF865CD48DB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26-
{A4169A41-716A-4BDF-88B9-BF865CD48DB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
27-
{A4169A41-716A-4BDF-88B9-BF865CD48DB2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
28-
{A4169A41-716A-4BDF-88B9-BF865CD48DB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{A4169A41-716A-4BDF-88B9-BF865CD48DB2}.Release|Any CPU.Build.0 = Release|Any CPU
30-
{A4169A41-716A-4BDF-88B9-BF865CD48DB2}.Release|Any CPU.Deploy.0 = Release|Any CPU
31-
=======
32-
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
35-
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Release|Any CPU.Deploy.0 = Release|Any CPU
38-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
19+
{4138F0FE-525F-4BE3-8069-893FD582C7AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{4138F0FE-525F-4BE3-8069-893FD582C7AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{4138F0FE-525F-4BE3-8069-893FD582C7AB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22+
{4138F0FE-525F-4BE3-8069-893FD582C7AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{4138F0FE-525F-4BE3-8069-893FD582C7AB}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{4138F0FE-525F-4BE3-8069-893FD582C7AB}.Release|Any CPU.Deploy.0 = Release|Any CPU
3925
EndGlobalSection
4026
EndGlobal

src/devices_generated/AD5328/samples/AD5328.Samples.nfproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1010
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<<<<<<< HEAD
12-
<ProjectGuid>{6DF271D6-BF4B-4157-A6AC-32B810BC3975}</ProjectGuid>
13-
=======
14-
<ProjectGuid>{264ADA55-EBE3-48CB-A3D6-C9F00183CE8C}</ProjectGuid>
15-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
11+
<ProjectGuid>{3F838663-81A4-45B3-99A1-1DC04C155404}</ProjectGuid>
1612
<OutputType>Exe</OutputType>
1713
<AppDesignerFolder>Properties</AppDesignerFolder>
1814
<FileAlignment>512</FileAlignment>

src/devices_generated/Ads1115/Ads1115.nfproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1010
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<<<<<<< HEAD
12-
<ProjectGuid>{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}</ProjectGuid>
13-
=======
14-
<ProjectGuid>{07AC0697-656E-44CB-AF14-3A1942C782FD}</ProjectGuid>
15-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
11+
<ProjectGuid>{23157B46-B815-4876-9FE7-A28B613DC044}</ProjectGuid>
1612
<OutputType>Library</OutputType>
1713
<AppDesignerFolder>Properties</AppDesignerFolder>
1814
<FileAlignment>512</FileAlignment>

src/devices_generated/Ads1115/Ads1115.sln

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30413.136
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
<<<<<<< HEAD
7-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115", "Ads1115.nfproj", "{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}"
6+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115", "Ads1115.nfproj", "{23157B46-B815-4876-9FE7-A28B613DC044}"
87
EndProject
9-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115.Samples", "samples\\Ads1115.Samples.nfproj", "{CA079A53-86EE-470B-AAEB-2F07B12EF823}"
10-
=======
11-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115", "Ads1115.nfproj", "{07AC0697-656E-44CB-AF14-3A1942C782FD}"
12-
EndProject
13-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115.Samples", "samples\\Ads1115.Samples.nfproj", "{DB46D7A9-617C-4C54-801A-08450BC6D855}"
14-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
8+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115.Samples", "samples\\Ads1115.Samples.nfproj", "{10894E56-C9D1-4BE9-BB0A-176906C2E882}"
159
EndProject
1610
<!-- SAMPLES PROJECT PLACEHOLDER -->
1711
<!-- UNIT TESTS PROJECT PLACEHOLDER -->
@@ -22,20 +16,11 @@ Global
2216
Release|Any CPU = Release|Any CPU
2317
EndGlobalSection
2418
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25-
<<<<<<< HEAD
26-
{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
29-
{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}.Release|Any CPU.ActiveCfg = Release|Any CPU
30-
{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}.Release|Any CPU.Build.0 = Release|Any CPU
31-
{2D9441E2-F64F-4876-9C3F-1E1D010FEB50}.Release|Any CPU.Deploy.0 = Release|Any CPU
32-
=======
33-
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
36-
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
37-
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Release|Any CPU.Build.0 = Release|Any CPU
38-
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Release|Any CPU.Deploy.0 = Release|Any CPU
39-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
19+
{23157B46-B815-4876-9FE7-A28B613DC044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{23157B46-B815-4876-9FE7-A28B613DC044}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{23157B46-B815-4876-9FE7-A28B613DC044}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22+
{23157B46-B815-4876-9FE7-A28B613DC044}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{23157B46-B815-4876-9FE7-A28B613DC044}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{23157B46-B815-4876-9FE7-A28B613DC044}.Release|Any CPU.Deploy.0 = Release|Any CPU
4025
EndGlobalSection
4126
EndGlobal

src/devices_generated/Ads1115/samples/Ads1115.Samples.nfproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1010
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<<<<<<< HEAD
12-
<ProjectGuid>{CA079A53-86EE-470B-AAEB-2F07B12EF823}</ProjectGuid>
13-
=======
14-
<ProjectGuid>{DB46D7A9-617C-4C54-801A-08450BC6D855}</ProjectGuid>
15-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
11+
<ProjectGuid>{10894E56-C9D1-4BE9-BB0A-176906C2E882}</ProjectGuid>
1612
<OutputType>Exe</OutputType>
1713
<AppDesignerFolder>Properties</AppDesignerFolder>
1814
<FileAlignment>512</FileAlignment>

src/devices_generated/Adxl345/Adxl345.nfproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1010
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<<<<<<< HEAD
12-
<ProjectGuid>{6352C35C-B851-489B-A68E-902516DFB72D}</ProjectGuid>
13-
=======
14-
<ProjectGuid>{950CCB6F-49AE-41C1-8AE4-57431043A407}</ProjectGuid>
15-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
11+
<ProjectGuid>{29EDC693-5A44-4DD5-96C5-88D335A1A333}</ProjectGuid>
1612
<OutputType>Library</OutputType>
1713
<AppDesignerFolder>Properties</AppDesignerFolder>
1814
<FileAlignment>512</FileAlignment>

src/devices_generated/Adxl345/Adxl345.sln

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30413.136
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
<<<<<<< HEAD
7-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345", "Adxl345.nfproj", "{6352C35C-B851-489B-A68E-902516DFB72D}"
6+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345", "Adxl345.nfproj", "{29EDC693-5A44-4DD5-96C5-88D335A1A333}"
87
EndProject
9-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345.Samples", "samples\\Adxl345.Samples.nfproj", "{6D8F1122-1FF0-4633-A93D-644B101F2BA7}"
10-
=======
11-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345", "Adxl345.nfproj", "{950CCB6F-49AE-41C1-8AE4-57431043A407}"
12-
EndProject
13-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345.Samples", "samples\\Adxl345.Samples.nfproj", "{D561BAE3-E81C-411B-987A-C06377E9A232}"
14-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
8+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345.Samples", "samples\\Adxl345.Samples.nfproj", "{50BEAC6A-A52D-447F-BD27-E131D0D92953}"
159
EndProject
1610
<!-- SAMPLES PROJECT PLACEHOLDER -->
1711
<!-- UNIT TESTS PROJECT PLACEHOLDER -->
@@ -22,20 +16,11 @@ Global
2216
Release|Any CPU = Release|Any CPU
2317
EndGlobalSection
2418
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25-
<<<<<<< HEAD
26-
{6352C35C-B851-489B-A68E-902516DFB72D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{6352C35C-B851-489B-A68E-902516DFB72D}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{6352C35C-B851-489B-A68E-902516DFB72D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
29-
{6352C35C-B851-489B-A68E-902516DFB72D}.Release|Any CPU.ActiveCfg = Release|Any CPU
30-
{6352C35C-B851-489B-A68E-902516DFB72D}.Release|Any CPU.Build.0 = Release|Any CPU
31-
{6352C35C-B851-489B-A68E-902516DFB72D}.Release|Any CPU.Deploy.0 = Release|Any CPU
32-
=======
33-
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
36-
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Release|Any CPU.ActiveCfg = Release|Any CPU
37-
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Release|Any CPU.Build.0 = Release|Any CPU
38-
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Release|Any CPU.Deploy.0 = Release|Any CPU
39-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
19+
{29EDC693-5A44-4DD5-96C5-88D335A1A333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{29EDC693-5A44-4DD5-96C5-88D335A1A333}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{29EDC693-5A44-4DD5-96C5-88D335A1A333}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22+
{29EDC693-5A44-4DD5-96C5-88D335A1A333}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{29EDC693-5A44-4DD5-96C5-88D335A1A333}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{29EDC693-5A44-4DD5-96C5-88D335A1A333}.Release|Any CPU.Deploy.0 = Release|Any CPU
4025
EndGlobalSection
4126
EndGlobal

src/devices_generated/Adxl345/samples/Adxl345.Samples.nfproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1010
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<<<<<<< HEAD
12-
<ProjectGuid>{6D8F1122-1FF0-4633-A93D-644B101F2BA7}</ProjectGuid>
13-
=======
14-
<ProjectGuid>{D561BAE3-E81C-411B-987A-C06377E9A232}</ProjectGuid>
15-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
11+
<ProjectGuid>{50BEAC6A-A52D-447F-BD27-E131D0D92953}</ProjectGuid>
1612
<OutputType>Exe</OutputType>
1713
<AppDesignerFolder>Properties</AppDesignerFolder>
1814
<FileAlignment>512</FileAlignment>

src/devices_generated/Adxl357/Adxl357.nfproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1010
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<<<<<<< HEAD
12-
<ProjectGuid>{364286C8-63C3-4660-9FB0-9EAAF10A57C2}</ProjectGuid>
13-
=======
14-
<ProjectGuid>{A8CDA624-682A-4119-B70E-7D8A21858DE7}</ProjectGuid>
15-
>>>>>>> 209f1bf2c74c8b011c27f4f865042bb02006d437
11+
<ProjectGuid>{5A451F02-535C-4ACF-86C2-540E6EF0833B}</ProjectGuid>
1612
<OutputType>Library</OutputType>
1713
<AppDesignerFolder>Properties</AppDesignerFolder>
1814
<FileAlignment>512</FileAlignment>

0 commit comments

Comments
 (0)