Cargo Features
[dependencies]
itsybitsy_m0 = { version = "0.14.0", default-features = false, features = ["rt", "use_rtt", "usb", "dma", "max-channels", "sdmmc", "rtic", "use_semihosting"] }
- default = rt
-
ask the HAL to enable atsamd21g support
Enables samd21g of atsamd-hal ^0.17
- rt default = cortex-m-rt
-
Enables samd21g-rt of atsamd-hal ^0.17
- use_rtt
-
Enables use_rtt of atsamd-hal ^0.17
- usb = usb-device
-
Enables usb of atsamd-hal ^0.17
Affects
itsybitsy_m0::usb_allocator
… - dma max-channels?
-
Enables dma of atsamd-hal ^0.17
- max-channels = dma
-
Enables max-channels of atsamd-hal ^0.17
- sdmmc = embedded-sdmmc
-
Enables sdmmc of atsamd-hal ^0.17
- rtic
-
Enables rtic of atsamd-hal ^0.17
- use_semihosting
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- cortex-m-rt rt
- embedded-sdmmc sdmmc?
-
Enables embedded-sdmmc ^0.3
- usb-device usb?