summaryrefslogtreecommitdiff
path: root/firmware/ada/alire.toml
blob: 9f3e5b75aded717e8b1002c0c746f7900345224e (plain)
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
name = "pouetpouet"
description = "PouetPouet firmware"
version = "0.1.0-dev"

authors = ["Marc Poulhiès"]
maintainers = ["Marc Poulhiès <dkm@kataplop.net>"]
maintainers-logins = ["dkm"]

executables = ["pouetpouet"]

[configuration.values]
atomic.backend = "armv6m"
cortex_m.core = "m0"

[[depends-on]]
click = "~0.1.0-dev"
usb_embedded = "~0.3.0-dev"
gnat_arm_elf = "^12"
stm32f0x2_hal = "~0.0.0"

# [build-profiles]
# stm32f0x2_hal  = "development"
# click = "development"

[[pins]]
click = { url='https://github.com/dkm/click' }
usb_embedded = { url='https://github.com/dkm/usb_embedded' }
stm32f0x2_hal = { url='https://github.com/dkm/stm32f0x2_hal-ada.git' }