-
Notifications
You must be signed in to change notification settings - Fork 1
/
alire.toml
40 lines (34 loc) · 887 Bytes
/
alire.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "stm32_hal"
description = "stm32 : devices, drivers, svd"
version = "0.1.0"
licenses = "BSD-3-Clause"
authors = ["AdaCore"]
maintainers = ["Olivier Henley <[email protected]>"]
maintainers-logins = ["ohenley"]
website="https://github.com/GNAT-Academic-Program/stm32_hal"
tags = ["embedded", "stm32", "devices", "drivers", "svd"]
[[depends-on]]
cortex_m = "0.5.0"
#hal = "0.3.0"
[configuration]
auto_gpr_with = true
disabled = false
generate_ada = true
generate_c = true
generate_gpr = true
output_dir = "config"
[configuration.variables]
[configuration.variables.device]
default = "stm32f746"
type = "Enum"
values = [
"stm32f746",
"stm32f429",
"stm32f407xx",
]
[configuration.values]
#cortex_m.core = "m4f"
cortex_m.core = "m7f"
[[pins]]
gnat_arm_elf = { version='12.2.1' }
hal = { url="https://github.com/Fabien-Chouteau/hal.git", branch="release/0.4" }