-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'stable-1.3.0' into patch-49
- Loading branch information
Showing
8 changed files
with
70 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: | ||
- macos-latest | ||
- macos-12 | ||
- ubuntu-latest | ||
- windows-latest | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name = "elogs" | ||
description = "Embedded logging, proven absent of runtime errors" | ||
version = "1.2.0" | ||
|
||
authors = ["Kevin Chadwick"] | ||
maintainers = ["Kevin Chadwick <[email protected]>"] | ||
maintainers-logins = ["kevlar700"] | ||
licenses = "ISC OR BSD-2-Clause" | ||
website = "https://github.com/kevlar700/elogs" | ||
tags = ["spark", "embedded", "zfp", "logging", "log"] | ||
|
||
[[depends-on]] | ||
gnat = "(>=13 & <2000) | ^11 | >=2020" | ||
# Ada 2022 was not supported until Gnat 11 | ||
# Version 12 chokes on Source_Code_Information visibility in Source_Code | ||
|
||
[configuration.variables] | ||
Max_Log_Count = {type = "Integer", default = 50} | ||
Max_Message_Length = {type = "Integer", default = 200} | ||
Device_ID_Length = {type = "Integer", default = 12} | ||
Version_Length = {type = "Integer", default = 8} | ||
|
||
[build-switches] | ||
"*".ada_version = "Ada2022" | ||
|
||
[origin] | ||
commit = "42da537ea13971a33940a47590b39d37fc022d5c" | ||
url = "git+https://github.com/kevlar700/elogs.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
description = "Hardware Abstraction Layer (HAL)" | ||
|
||
long-description = '''# hal | ||
Hardware Abstraction Layer: interfaces definitions to abstract access to common | ||
hardware devices and protocols | ||
This crate is a snapshot of the `hal` in [Ada Drivers | ||
Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/hal/src). | ||
Any bug report, issue, contribution must be adressed to the [Ada Drivers | ||
Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo. | ||
''' | ||
|
||
name = "hal" | ||
version = "0.3.1" | ||
licenses = "BSD-3-Clause" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["hal.gpr"] | ||
tags = ["embedded", "hal", "nostd"] | ||
|
||
[origin] | ||
commit = "58bb6bd72fc276ba1128451e3b4784b6029be0a8" | ||
url = "git+https://github.com/Fabien-Chouteau/hal.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters