1.3.2
- Authors
- Kevin Chadwick
- Maintainers
- Kevin Chadwick <kc-ada@elansys.co>
- Licenses
- 0BSD
- Tags
- spark, embedded, zfp, logging, log
- Manifest
- index/el/elogs/elogs-1.3.2.toml
Build and platform metadata 2 fields
- Configuration
{
"variables": {
"Device_ID_Length": {
"default": 12,
"type": "Integer"
},
"Max_Log_Count": {
"default": 50,
"type": "Integer"
},
"Max_Message_Length": {
"default": 200,
"type": "Integer"
},
"Version_Length": {
"default": 8,
"type": "Integer"
}
}
}
- Build switches
{
"*": {
"ada_version": [
"-gnat2022"
]
},
"development": {
"compile_checks": [
"-gnatw.c",
"-gnatwf",
"-gnatw.o",
"-gnatwt",
"-gnatw.w",
"-gnatin"
]
},
"release": {
"compile_checks": [
"-gnatw.c",
"-gnatwf",
"-gnatw.o",
"-gnatwt",
"-gnatw.w",
"-gnatin"
]
},
"validation": {
"compile_checks": [
"-gnatw.c",
"-gnatwf",
"-gnatw.o",
"-gnatwt",
"-gnatw.w",
"-gnatin"
]
}
}