Adel.Core.Shared
1.1.0
See the version list below for details.
dotnet add package Adel.Core.Shared --version 1.1.0
NuGet\Install-Package Adel.Core.Shared -Version 1.1.0
<PackageReference Include="Adel.Core.Shared" Version="1.1.0" />
paket add Adel.Core.Shared --version 1.1.0
#r "nuget: Adel.Core.Shared, 1.1.0"
// Install Adel.Core.Shared as a Cake Addin #addin nuget:?package=Adel.Core.Shared&version=1.1.0 // Install Adel.Core.Shared as a Cake Tool #tool nuget:?package=Adel.Core.Shared&version=1.1.0
Adel Core Shared Library
What is Adel
Adel (Advanced debugging library) is a C# Unit-Test framework for microcontrollers that have debugging capabilities. The library allows the user to run debug operations on the target machine by creating unit-test like methods. When the debugging process is finished Adel allows the user to export the results in different formats such as JSON, XML, HTML or Console. The framework is highly customizable and flexible so that new target machines, cpus or debugging drivers can be added.
Purpose of this package
Adel aims to be expandable. This is achieved by defining clean interfaces that can be used by the community. Adel.Core.Shared contains all interfaces for the development of extensions for the Adel.Core library.
Further details
Read the full Adel Documentation to learn how Adel works and how to get started.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- ELFSharp (>= 2.17.2)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Adel.Core.Shared:
Package | Downloads |
---|---|
Adel.Core
Core componenet of the Adel debugging system. |
|
Adel.Arch.Arm.Cortex_M4
Extensionpackage that can be used in the Adel debugging system. |
|
Adel.Machine.St.STM32F407VG
Extensionpackage that can be used in the Adel debugging system. Maps peripherals such as GPIO, NVIC, I2C, SPI, RCC, EXTI and SYSCFG, |
GitHub repositories
This package is not used by any popular GitHub repositories.