Cargo Features

[dependencies]
esp-at-nal = { version = "0.4.0", default-features = false, features = ["strict", "log", "thumbv6", "examples"] }
default = examples

The examples feature is set by default whenever esp-at-nal is added without default-features = false somewhere in the dependency tree.

strict

Fail on warnings

log

Enables logging of ATAT crate

Enables log of atat ^0.23

thumbv6

Automic support for thumbv6m targets

Enables thumbv6 of bbqueue

examples default = embassy-sync

Contains mocks for doc examples and may be disabled for production.

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.

bbqueue thumbv6?
embassy-sync examples