Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.4.0 #5

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
name: Develop Build

on:
workflow_dispatch:
pull_request:
push:
branches: [ develop ]

jobs:
build:

runs-on: windows-latest

steps:

- name: enable long paths
run: git config --system core.longpaths true

- name: Checkout Meadow.Logging
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Logging
path: Meadow.Logging
ref: develop

- name: Checkout Meadow.Units
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Units
path: Meadow.Units
ref: develop

- name: Checkout Meadow.Contracts
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Contracts
path: Meadow.Contracts
ref: develop

- name: Checkout MQTTnet
uses: actions/checkout@v3
with:
repository: WildernessLabs/MQTTnet
path: MQTTnet
ref: develop

- name: Checkout Meadow.Modbus
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Modbus
path: Meadow.Modbus
ref: develop

- name: Checkout Meadow.Core
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Core
path: Meadow.Core
ref: develop

- name: Checkout Meadow.Foundation
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Foundation
path: Meadow.Foundation
ref: develop

- name: Checkout Meadow.Foundation.CompositeDevices
uses: actions/checkout@v3
with:
path: Meadow.Foundation.CompositeDevices

- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version:
7.0.x

- name: Build Meadow.Foundation.CompositeDevices
run: dotnet build -c Release Meadow.Foundation.CompositeDevices/Source/CompositeDevices.sln
29 changes: 29 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Main Build

on:
workflow_dispatch:
pull_request:
push:
branches: [ main ]

jobs:
build:

runs-on: windows-latest

steps:

- name: Checkout Meadow.Foundation.CompositeDevices
uses: actions/checkout@v3
with:
path: Meadow.Foundation.CompositeDevices
ref: main

- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version:
7.0.x

- name: Build Meadow.Foundation.CompositeDevices
run: dotnet build -c Release Meadow.Foundation.CompositeDevices/Source/CompositeDevices.sln
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Meadow.Foundation.CompositeDevices

Meadow.Foundation drivers for composite devices
70 changes: 1 addition & 69 deletions Source/CompositeDevices.sln
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_external", "_external", "{20E3A0B4-6103-4EAD-BD90-90C673E07DCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Contracts", "..\..\Meadow.Contracts\Source\Meadow.Contracts\Meadow.Contracts.csproj", "{D6348767-13E9-4DA8-B154-9B66D78BF264}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Core", "..\..\Meadow.Core\source\Meadow.Core\Meadow.Core.csproj", "{B4A02377-4AA5-4F45-9938-59FDE7FC8D02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.F7", "..\..\Meadow.Core\source\implementations\f7\Meadow.F7\Meadow.F7.csproj", "{6C6943AE-23AD-4206-887A-46B60720E936}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Foundation.Core", "..\..\Meadow.Foundation\Source\Meadow.Foundation.Core\Meadow.Foundation.Core.csproj", "{82CBBA06-7A53-47C0-8B81-4953830FC36F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Logging", "..\..\Meadow.Logging\Source\Meadow.Logging\lib\Meadow.Logging.csproj", "{B5B093A6-AA5E-44C0-9F7A-FAD390F56D07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Units", "..\..\Meadow.Units\Source\Meadow.Units\Meadow.Units.csproj", "{18924791-C230-4238-8869-F237B05CA433}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Modbus", "..\..\Meadow.Modbus\src\Meadow.Modbus\Meadow.Modbus.csproj", "{87BF06DB-39A0-43B8-A679-8327D2DE09B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICs.IOExpanders.Pcx857x", "..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\ICs.IOExpanders.Pcx857x\Driver\ICs.IOExpanders.Pcx857x.csproj", "{7C81A55C-4760-41BE-BA32-9777BCE7B11C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Relays", "Relays", "{1FA3EE45-BDD7-4B83-9AD9-52B1099185B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ElectromagneticRelayModule", "ElectromagneticRelayModule", "{AE474B14-7388-421B-BB92-8700CD54BC57}"
Expand All @@ -37,50 +21,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6348767-13E9-4DA8-B154-9B66D78BF264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6348767-13E9-4DA8-B154-9B66D78BF264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6348767-13E9-4DA8-B154-9B66D78BF264}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D6348767-13E9-4DA8-B154-9B66D78BF264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6348767-13E9-4DA8-B154-9B66D78BF264}.Release|Any CPU.Build.0 = Release|Any CPU
{D6348767-13E9-4DA8-B154-9B66D78BF264}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B4A02377-4AA5-4F45-9938-59FDE7FC8D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4A02377-4AA5-4F45-9938-59FDE7FC8D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4A02377-4AA5-4F45-9938-59FDE7FC8D02}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B4A02377-4AA5-4F45-9938-59FDE7FC8D02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4A02377-4AA5-4F45-9938-59FDE7FC8D02}.Release|Any CPU.Build.0 = Release|Any CPU
{B4A02377-4AA5-4F45-9938-59FDE7FC8D02}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6C6943AE-23AD-4206-887A-46B60720E936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C6943AE-23AD-4206-887A-46B60720E936}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C6943AE-23AD-4206-887A-46B60720E936}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{6C6943AE-23AD-4206-887A-46B60720E936}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C6943AE-23AD-4206-887A-46B60720E936}.Release|Any CPU.Build.0 = Release|Any CPU
{6C6943AE-23AD-4206-887A-46B60720E936}.Release|Any CPU.Deploy.0 = Release|Any CPU
{82CBBA06-7A53-47C0-8B81-4953830FC36F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82CBBA06-7A53-47C0-8B81-4953830FC36F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82CBBA06-7A53-47C0-8B81-4953830FC36F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{82CBBA06-7A53-47C0-8B81-4953830FC36F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82CBBA06-7A53-47C0-8B81-4953830FC36F}.Release|Any CPU.Build.0 = Release|Any CPU
{82CBBA06-7A53-47C0-8B81-4953830FC36F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B5B093A6-AA5E-44C0-9F7A-FAD390F56D07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B093A6-AA5E-44C0-9F7A-FAD390F56D07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B093A6-AA5E-44C0-9F7A-FAD390F56D07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B093A6-AA5E-44C0-9F7A-FAD390F56D07}.Release|Any CPU.Build.0 = Release|Any CPU
{18924791-C230-4238-8869-F237B05CA433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18924791-C230-4238-8869-F237B05CA433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18924791-C230-4238-8869-F237B05CA433}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{18924791-C230-4238-8869-F237B05CA433}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18924791-C230-4238-8869-F237B05CA433}.Release|Any CPU.Build.0 = Release|Any CPU
{18924791-C230-4238-8869-F237B05CA433}.Release|Any CPU.Deploy.0 = Release|Any CPU
{87BF06DB-39A0-43B8-A679-8327D2DE09B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87BF06DB-39A0-43B8-A679-8327D2DE09B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87BF06DB-39A0-43B8-A679-8327D2DE09B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87BF06DB-39A0-43B8-A679-8327D2DE09B3}.Release|Any CPU.Build.0 = Release|Any CPU
{7C81A55C-4760-41BE-BA32-9777BCE7B11C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C81A55C-4760-41BE-BA32-9777BCE7B11C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C81A55C-4760-41BE-BA32-9777BCE7B11C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7C81A55C-4760-41BE-BA32-9777BCE7B11C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C81A55C-4760-41BE-BA32-9777BCE7B11C}.Release|Any CPU.Build.0 = Release|Any CPU
{7C81A55C-4760-41BE-BA32-9777BCE7B11C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{29CF3228-7907-4FD6-88E3-DB91023B6281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29CF3228-7907-4FD6-88E3-DB91023B6281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29CF3228-7907-4FD6-88E3-DB91023B6281}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
Expand All @@ -98,14 +38,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D6348767-13E9-4DA8-B154-9B66D78BF264} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{B4A02377-4AA5-4F45-9938-59FDE7FC8D02} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{6C6943AE-23AD-4206-887A-46B60720E936} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{82CBBA06-7A53-47C0-8B81-4953830FC36F} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{B5B093A6-AA5E-44C0-9F7A-FAD390F56D07} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{18924791-C230-4238-8869-F237B05CA433} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{87BF06DB-39A0-43B8-A679-8327D2DE09B3} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{7C81A55C-4760-41BE-BA32-9777BCE7B11C} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{AE474B14-7388-421B-BB92-8700CD54BC57} = {1FA3EE45-BDD7-4B83-9AD9-52B1099185B6}
{BC092D17-F8D5-4BEA-ABE4-E98B44A04DA6} = {AE474B14-7388-421B-BB92-8700CD54BC57}
{29CF3228-7907-4FD6-88E3-DB91023B6281} = {AE474B14-7388-421B-BB92-8700CD54BC57}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<LangVersion>10.0</LangVersion>
Expand All @@ -24,6 +24,6 @@
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\ICs.IOExpanders.Pcx857x\Driver\ICs.IOExpanders.Pcx857x.csproj" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Pcx857x" Version="*" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Meadow.Core\source\implementations\f7\Meadow.F7\Meadow.F7.csproj" />
<PackageReference Include="Meadow.F7" Version="*" />
<ProjectReference Include="..\..\Driver\Relays.ElectromagneticRelayModule.csproj" />
</ItemGroup>
</Project>
Loading