Skip to content

Commit 209f1bf

Browse files
gukoffKonstantin Gukov
andauthored
Support List<T> conversion (#27)
* Substitute all List<T>, IList<T> and IReadOnlyList<T> generics by the corresponding auto-generated ListT classes. * Regenerate devices Co-authored-by: Konstantin Gukov <[email protected]>
1 parent 2a1deb8 commit 209f1bf

File tree

503 files changed

+28015
-1510
lines changed

Some content is hidden

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

503 files changed

+28015
-1510
lines changed

src/devices_generated/AD5328/AD5328.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<ProjectGuid>{487BFC99-9153-4779-95D4-6DB7CFB045A4}</ProjectGuid>
11+
<ProjectGuid>{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}</ProjectGuid>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<FileAlignment>512</FileAlignment>

src/devices_generated/AD5328/AD5328.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328", "AD5328.nfproj", "{487BFC99-9153-4779-95D4-6DB7CFB045A4}"
6+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328", "AD5328.nfproj", "{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}"
77
EndProject
8-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328.Samples", "samples\\AD5328.Samples.nfproj", "{EE5F72FD-AA00-4BCE-A191-1B4E94AF0B6E}"
8+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AD5328.Samples", "samples\\AD5328.Samples.nfproj", "{264ADA55-EBE3-48CB-A3D6-C9F00183CE8C}"
99
EndProject
1010
<!-- SAMPLES PROJECT PLACEHOLDER -->
1111
<!-- UNIT TESTS PROJECT PLACEHOLDER -->
@@ -16,11 +16,11 @@ Global
1616
Release|Any CPU = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19-
{487BFC99-9153-4779-95D4-6DB7CFB045A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{487BFC99-9153-4779-95D4-6DB7CFB045A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{487BFC99-9153-4779-95D4-6DB7CFB045A4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22-
{487BFC99-9153-4779-95D4-6DB7CFB045A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{487BFC99-9153-4779-95D4-6DB7CFB045A4}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{487BFC99-9153-4779-95D4-6DB7CFB045A4}.Release|Any CPU.Deploy.0 = Release|Any CPU
19+
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22+
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{9BA0D0ED-ADE3-4A2D-97F0-7A31A282668E}.Release|Any CPU.Deploy.0 = Release|Any CPU
2525
EndGlobalSection
2626
EndGlobal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<ProjectGuid>{EE5F72FD-AA00-4BCE-A191-1B4E94AF0B6E}</ProjectGuid>
11+
<ProjectGuid>{264ADA55-EBE3-48CB-A3D6-C9F00183CE8C}</ProjectGuid>
1212
<OutputType>Exe</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<FileAlignment>512</FileAlignment>

src/devices_generated/Ads1115/Ads1115.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<ProjectGuid>{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}</ProjectGuid>
11+
<ProjectGuid>{07AC0697-656E-44CB-AF14-3A1942C782FD}</ProjectGuid>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<FileAlignment>512</FileAlignment>

src/devices_generated/Ads1115/Ads1115.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115", "Ads1115.nfproj", "{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}"
6+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115", "Ads1115.nfproj", "{07AC0697-656E-44CB-AF14-3A1942C782FD}"
77
EndProject
8-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115.Samples", "samples\\Ads1115.Samples.nfproj", "{3F143279-BC30-41C9-B3F8-4936DF8C2968}"
8+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Ads1115.Samples", "samples\\Ads1115.Samples.nfproj", "{DB46D7A9-617C-4C54-801A-08450BC6D855}"
99
EndProject
1010
<!-- SAMPLES PROJECT PLACEHOLDER -->
1111
<!-- UNIT TESTS PROJECT PLACEHOLDER -->
@@ -16,11 +16,11 @@ Global
1616
Release|Any CPU = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19-
{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22-
{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{B4AE2B0F-CC78-4AE0-A2E3-FE41C6A35B1B}.Release|Any CPU.Deploy.0 = Release|Any CPU
19+
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22+
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{07AC0697-656E-44CB-AF14-3A1942C782FD}.Release|Any CPU.Deploy.0 = Release|Any CPU
2525
EndGlobalSection
2626
EndGlobal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<ProjectGuid>{3F143279-BC30-41C9-B3F8-4936DF8C2968}</ProjectGuid>
11+
<ProjectGuid>{DB46D7A9-617C-4C54-801A-08450BC6D855}</ProjectGuid>
1212
<OutputType>Exe</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<FileAlignment>512</FileAlignment>

src/devices_generated/Adxl345/Adxl345.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<ProjectGuid>{258999BA-3AFB-4777-9F1D-E1999C63C711}</ProjectGuid>
11+
<ProjectGuid>{950CCB6F-49AE-41C1-8AE4-57431043A407}</ProjectGuid>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<FileAlignment>512</FileAlignment>

src/devices_generated/Adxl345/Adxl345.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345", "Adxl345.nfproj", "{258999BA-3AFB-4777-9F1D-E1999C63C711}"
6+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345", "Adxl345.nfproj", "{950CCB6F-49AE-41C1-8AE4-57431043A407}"
77
EndProject
8-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345.Samples", "samples\\Adxl345.Samples.nfproj", "{529F440B-420E-499D-BEC9-FAEB16C4E33A}"
8+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Adxl345.Samples", "samples\\Adxl345.Samples.nfproj", "{D561BAE3-E81C-411B-987A-C06377E9A232}"
99
EndProject
1010
<!-- SAMPLES PROJECT PLACEHOLDER -->
1111
<!-- UNIT TESTS PROJECT PLACEHOLDER -->
@@ -16,11 +16,11 @@ Global
1616
Release|Any CPU = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19-
{258999BA-3AFB-4777-9F1D-E1999C63C711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{258999BA-3AFB-4777-9F1D-E1999C63C711}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{258999BA-3AFB-4777-9F1D-E1999C63C711}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22-
{258999BA-3AFB-4777-9F1D-E1999C63C711}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{258999BA-3AFB-4777-9F1D-E1999C63C711}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{258999BA-3AFB-4777-9F1D-E1999C63C711}.Release|Any CPU.Deploy.0 = Release|Any CPU
19+
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
22+
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{950CCB6F-49AE-41C1-8AE4-57431043A407}.Release|Any CPU.Deploy.0 = Release|Any CPU
2525
EndGlobalSection
2626
EndGlobal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<ProjectGuid>{529F440B-420E-499D-BEC9-FAEB16C4E33A}</ProjectGuid>
11+
<ProjectGuid>{D561BAE3-E81C-411B-987A-C06377E9A232}</ProjectGuid>
1212
<OutputType>Exe</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<FileAlignment>512</FileAlignment>

src/devices_generated/Adxl357/Adxl357.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<ProjectGuid>{C2D5B4FE-35D3-42B3-943C-A46178D45858}</ProjectGuid>
11+
<ProjectGuid>{A8CDA624-682A-4119-B70E-7D8A21858DE7}</ProjectGuid>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<FileAlignment>512</FileAlignment>

0 commit comments

Comments
 (0)