Cargo Features

printhor-hwi_skr_mini_e3 has no features set by default.

[dependencies]
printhor-hwi_skr_mini_e3 = { version = "0.0.3", features = ["with-defmt", "with-usbserial", "with-printjob", "with-uart-port-1", "with-spi", "with-hotend", "with-hotbed", "with-motion", "with-probe", "with-endstops", "with-sdcard", "with-fan-layer-fan0", "with-laser", "with-trinamic", "ili9341_parallel", "ili9341_spi"] }
with-defmt

Enables defmt of printhor-hwa-common

with-usbserial = embassy-usb

Hardware device features

Affects device::USBDrv, io::usbserial, board::Controllers.usbserial_tx, board::IODevices.usbserial_rx_stream

with-printjob
with-uart-port-1

Affects device::UartPort1TxDevice, device::UartPort1RxDevice, device::UartPort1TxControllerRef, io::uart_port1, board::Controllers.uart_port1_tx, board::IODevices.uart_port1_rx_stream

with-spi ili9341_spi? = embedded-hal

Affects device::SpiCardDevice, device::Spi, device::SpiDeviceRef

with-hotend = embedded-hal

Affects device::HotendPeripherals, board::PwmDevices.hotend

with-hotbed = embedded-hal

Affects device::HotbedPeripherals, board::PwmDevices.hotbed

with-motion

Affects device::MotionPins, device::MotionDevice, board::MotionDevices.motion_devices

with-probe = embedded-hal

Affects device::ProbePeripherals, board::PwmDevices.probe

with-endstops
with-sdcard

Affects device::SpiCardDeviceRef, device::SpiCardCSPin, device::CardDevice, board::SDCARD_PARTITION, board::IODevices.sdcard_device, board::IODevices.sdcard_cs_pin

with-fan-layer-fan0 = embedded-hal

Affects device::FanLayerPeripherals, board::PwmDevices.layer_fan

with-laser = embedded-hal

Affects device::PwmLaser, device::LaserPeripherals, board::PwmDevices.laser

with-trinamic

Affects device::Uart4, device::UartTrinamic, device::MotionDevice.trinamic_uart

sdcard-uses-spi ili9341_parallel
ili9341_spi = with-spi

Affects device::DisplayDevice

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.

embassy-usb with-usbserial?
embedded-hal with-fan-layer-fan0? with-hotbed? with-hotend? with-laser? with-probe? with-spi?