Cargo Features
[dependencies]
feather_m0 = { version = "0.18.1", default-features = false, features = ["rt", "usb", "use_rtt", "dma", "rfm", "express", "max-channels", "async", "adalogger", "rtic", "sdmmc", "use_semihosting", "winc"] }
- default = rt
-
ask the HAL to enable atsamd21g support
Enables samd21g of atsamd-hal
- rt default = cortex-m-rt
-
Enables samd21g-rt of atsamd-hal
- usb = usb-device
-
Enables usb of atsamd-hal
Affects
feather_m0::usb_allocator
… - use_rtt
-
Enables use_rtt of atsamd-hal
- dma max-channels?
-
Enable pins for the radio on "RadioFruits" with RFM95, RFM96, RFM69
Enables dma of atsamd-hal
- rfm
- express
-
Enable pins for the flash and neopixel on the Feather M0 Express
- max-channels = dma
-
Enables max-channels of atsamd-hal
- async
-
Enable async support from atsamd-hal
Enables async of atsamd-hal
- adalogger
-
Enable pins for the adalogger SD card reader
- rtic
-
Enables rtic, rtic of atsamd-hal
- sdmmc = embedded-sdmmc
-
Enables sdmmc of atsamd-hal
- use_semihosting
- winc
-
Enable pins for Feather with WINC1500 wifi
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?