I'm running version 2.0.1. In the code snippet below, note the table name has been commented out. When I run alr build
in the workspace, I get the following error:
error: Cannot continue without a workspace:
error: Loading release from manifest: alire.toml:
error: Failed to load alire.toml:
error: Loading release from manifest: alire.toml:
error: TOML keys should use hyphens instead of underscores, but found key: rp2040_hal
name = "rp_pico_2040"
description = "RP2040 g-coder"
version = "0.1.0-dev"
authors = ["Joe Beazelman"]
maintainers = ["Joe Beazelman <[email protected]>"]
maintainers-logins = ["joebeazelman"]
executables = ["rp_pico_2040"]
#[configuration.values]
rp2040_hal.Use_Startup = false
rp2040_hal.Interrupts="bb_runtimes"
[[depends-on]]
pico_bsp = "^2.0.0"
[[pins]]
pico_bsp = { path='../../deps/pico_bsp' }
usb_embedded = { path='../../deps/usb_embedded' }
rp2040_hal = { path='../../deps/rp2040_hal' }
Originally posted by @Joebeazelman in #1230 (comment)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too