14.1.1
Usage
First edit your alire.toml file and add the following elements:
Then edit your project file to add the following elements:
- Authors
- AdaCore, Daniel King
- Maintainers
- Daniel King <damaki.gh@gmail.com>
- Licenses
- GPL-3.0-or-later WITH GCC-exception-3.1
- Tags
- embedded, runtime
- Project files
- runtime_build.gpr
- Manifest
- index/li/light_nrf52840/light_nrf52840-14.1.1.toml
Build and platform metadata 2 fields
- Configuration
{
"generate_c": false,
"generate_gpr": false,
"output_dir": "gnat_user",
"variables": {
"LFCLK_Src": {
"default": "Xtal",
"type": "Enum",
"values": [
"Xtal",
"RC",
"Synth"
]
},
"Time_Base": {
"default": "RTC2",
"type": "Enum",
"values": [
"RTC0",
"RTC1",
"RTC2"
]
},
"Use_Reset_Pin": {
"default": true,
"type": "Boolean"
},
"Use_SWO_Trace": {
"default": true,
"type": "Boolean"
}
}
}
- Additional origin data
{
"hashes": [
"sha256:845694cefbb5854ef5f4815b55f75d4b0b7100f66ef5e0baccfaaabe95892e56",
"sha512:d2528524529f84dae0a6b16b6a0ecbc18cd5b6a4926316bceee9246fd98171914cb023548038e9a5cc17c213e7aac38dee25ed82a75eb82f1723a2de91588c76"
]
}