printhor-hwi_nucleo_64_arduino_cnc_hat 0.0.3

Printhor Hardware Abstraction for STM32 Nucleo-64 with Arduino CNC Hat V3.x
[dependencies.alloc-cortex-m]
default-features = false
features = []
version = "0.4.4"

[dependencies.async-gcode]
default-features = false
features = ["parse-trailing-comment", "optional-value", "string-value"]
version = "0"

[dependencies.cortex-m]
features = ["inline-asm", "critical-section-single-core"]
version = "0.7.7"

[dependencies.defmt]
default-features = false
version = "0.3"

[dependencies.embassy-executor]
default-features = false
features = ["executor-interrupt", "executor-thread", "arch-cortex-m"]
version = "0"

[dependencies.embassy-futures]
features = ["defmt"]
version = "0"

[dependencies.embassy-stm32]
default-features = false
features = ["rt", "memory-x", "exti", "unstable-pac"]
version = "0"

[dependencies.embassy-sync]
features = ["defmt"]
version = "0"

[dependencies.embassy-time]
features = ["defmt"]
version = "0"

[dependencies.embassy-usb]
features = []
optional = true
version = "0"

[dependencies.embedded-hal]
default-features = false
features = []
optional = true
version = "1"

[dependencies.embedded-hal-02]
features = ["unproven"]
package = "embedded-hal"
version = "0"

[dependencies.embedded-io-async]
default-features = false
features = []
optional = true
version = "0.6.1"

[dependencies.futures]
default-features = false
features = []
version = "0.3.30"

[dependencies.printhor-hwa-common]
features = []
version = "0.0.3"

[features]
ili9341_parallel = []
ili9341_spi = ["with-spi"]
nightly = ["printhor-hwa-common/nightly"]
nucleo64-f410rb = ["embassy-time/tick-hz-100_000", "embassy-executor/task-arena-size-16384", "embassy-stm32/stm32f410rb", "embassy-stm32/time-driver-tim9"]
nucleo64-l476rg = ["embassy-time/tick-hz-100_000", "embassy-executor/task-arena-size-16384", "embassy-stm32/stm32l476rg", "embassy-stm32/time-driver-tim5"]
sdcard-uses-spi = []
with-defmt = ["printhor-hwa-common/with-defmt", "embassy-stm32/defmt", "embassy-executor/defmt"]
with-endstops = []
with-fan1 = ["embedded-hal"]
with-hotbed = ["embedded-hal"]
with-hotend = ["embedded-hal"]
with-laser = ["embedded-hal"]
with-layer-fan = ["embedded-hal"]
with-motion = []
with-printjob = []
with-probe = ["embedded-hal"]
with-sdcard = []
with-spi = ["embedded-hal"]
with-trinamic = []
with-uart-port-1 = ["embedded-io-async"]
with-usbserial = ["embassy-usb"]

[lib]

[package]
authors = ["Carlos Barrales Ruiz <cbruiz@gmail.com>"]
description = "Printhor Hardware Abstraction for STM32 Nucleo-64 with Arduino CNC Hat V3.x"
documentation = "https://docs.rs/printhor-hwi_nucleo_64_arduino_cnc_hat"
edition = "2021"
homepage = "https://github.com/cbruiz/printhor"
keywords = ["hardware", "abstraction"]
license = "MIT"
name = "printhor-hwi_nucleo_64_arduino_cnc_hat"
readme = "README.md"
repository = "https://github.com/cbruiz/printhor"
version = "0.0.3"