summaryrefslogtreecommitdiff
path: root/firmware/ada/alire.toml
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/ada/alire.toml')
-rw-r--r--firmware/ada/alire.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/ada/alire.toml b/firmware/ada/alire.toml
index 9f3e5b7..debe93d 100644
--- a/firmware/ada/alire.toml
+++ b/firmware/ada/alire.toml
@@ -18,9 +18,10 @@ usb_embedded = "~0.3.0-dev"
gnat_arm_elf = "^12"
stm32f0x2_hal = "~0.0.0"
-# [build-profiles]
-# stm32f0x2_hal = "development"
-# click = "development"
+[build-profiles]
+## Do not build stm32f0x2_hal in release mode, doesn't work (woopsy)
+stm32f0x2_hal = "development"
+##click = "development"
[[pins]]
click = { url='https://github.com/dkm/click' }