From c9094c7d7b49e21bc53d273288463723beec6601 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Thu, 7 Jul 2022 22:36:29 +0200 Subject: Initial Ada firmware Missing doc, comment. --- firmware/ada/alire.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 firmware/ada/alire.toml (limited to 'firmware/ada/alire.toml') diff --git a/firmware/ada/alire.toml b/firmware/ada/alire.toml new file mode 100644 index 0000000..70b31fd --- /dev/null +++ b/firmware/ada/alire.toml @@ -0,0 +1,34 @@ +name = "pouetpouet" +description = "PouetPouet firmware" +version = "0.1.0-dev" + +authors = ["Marc Poulhiès"] +maintainers = ["Marc Poulhiès "] +maintainers-logins = ["dkm"] + +executables = ["pouetpouet"] + + +# [[pins]] # Added by alr +# usb_embedded = { url='https://github.com/Fabien-Chouteau/usb_embedded' } + +##/mnt/barryallen/dkm/git/ada-embedded/usb_embedded' } +[[depends-on]] +click = "~0.1.0-dev" +[[pins]] +click = { url='https://github.com/dkm/click' } + +[configuration.values] +atomic.backend = "armv6m" +cortex_m.core = "m0" + +[[depends-on]] +usb_embedded = "~0.3.0-dev" +[[pins]] +usb_embedded = { url='https://github.com/Fabien-Chouteau/usb_embedded' } +[[depends-on]] +gnat_arm_elf = "^11.2" +[[depends-on]] +stm32f0x2_hal = "~0.0.0" +[[pins]] +stm32f0x2_hal = { url='https://github.com/dkm/stm32f0x2_hal-ada' } -- cgit v1.2.3