Cargo Features
[dependencies]
trellis_m4 = { version = "0.10.1", default-features = false, features = ["rt", "unproven", "keypad-unproven", "adxl343"] }
- default = rt
-
ask the HAL to enable atsamd51g support
Enables samd51g of atsamd-hal ^0.14
- rt default = cortex-m-rt
-
Enables samd51g-rt of atsamd-hal ^0.14
- unproven keypad-unproven?
-
Enables unproven of atsamd-hal ^0.14
- keypad-unproven = keypad, unproven
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.
- adxl343 implicit feature
-
Enables adxl343
adxl343:
Platform-agnostic ADXL343 accelerometer driver which uses I2C via embedded-hal
- cortex-m-rt rt
- keypad keypad-unproven?
-
Enables keypad ^0.1