printhor-hwi_mks_robin_nano 0.0.3

Printhor Hardware Abstraction for MKS Robin Nano v3.1 board
[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", "task-arena-size-16384"]
version = "0.5.0"

[dependencies.embassy-futures]
features = []
version = "0.1.1"

[dependencies.embassy-stm32]
default-features = false
features = ["stm32f407ve", "defmt", "rt", "memory-x", "exti", "unstable-pac", "time-driver-tim4"]
version = "0.1.0"

[dependencies.embassy-sync]
features = []
version = "0.5.0"

[dependencies.embassy-time]
features = ["tick-hz-1_000_000"]
version = "0.3.0"

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

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

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

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

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

[features]
ili9341_parallel = []
ili9341_spi = ["with-spi"]
sdcard-uses-spi = []
with-defmt = ["printhor-hwa-common/with-defmt"]
with-endstops = []
with-fan-layer-fan1 = ["embedded-hal"]
with-hotbed = ["embedded-hal"]
with-hotend = ["embedded-hal"]
with-laser = ["embedded-hal"]
with-motion = []
with-printjob = []
with-probe = ["embedded-hal"]
with-sdcard = []
with-spi = ["embedded-hal"]
with-trinamic = []
with-uart-port-1 = []
with-usbserial = ["embassy-usb"]

[lib]

[package]
authors = ["Carlos Barrales Ruiz <cbruiz@gmail.com>"]
description = "Printhor Hardware Abstraction for MKS Robin Nano v3.1 board"
documentation = "https://docs.rs/prinThor"
edition = "2021"
homepage = "https://github.com/cbruiz/printhor"
keywords = ["hardware", "abstraction"]
license = "MIT"
name = "printhor-hwi_mks_robin_nano"
readme = "README.md"
repository = "https://github.com/cbruiz/printhor"
version = "0.0.3"