Cargo Features
[dependencies]
hopter = { version = "0.2.5", default-features = false, features = ["unwind", "unwind_print_trace", "unwind_debug", "stm32f401", "stm32f405", "stm32f407", "stm32f410", "stm32f411", "stm32f412", "stm32f413", "stm32f427", "stm32f429", "stm32f446", "stm32f469", "qemu"] }
- default = unwind
-
The
unwind
feature is set by default wheneverhopter
is added without
somewhere in the dependency tree.default-features = false - unwind default unwind_debug? unwind_print_trace?
-
Enable unwinding to clean up panicked tasks.
Enables fallible-iterator and gimli ^0.29
Affects
segmented_stack::unwind_land
,unwind::unw_catch
,unwind::unwind
… - unwind_print_trace = unwind
-
Print the program counter (PC) of each function in the unwound stack.
- unwind_debug = unwind
-
Verbose stack unwinder execution log message.
- stm32f401
-
Supported boards in STM32F4 family.
Enables stm32f401 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f405 qemu?
-
Enables stm32f405 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f407
-
Enables stm32f407 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f410
-
Enables stm32f410 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f411
-
Enables stm32f411 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f412
-
Enables stm32f412 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f413
-
Enables stm32f413 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f427
-
Enables stm32f427 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f429
-
Enables stm32f429 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f446
-
Enables stm32f446 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- stm32f469
-
Enables stm32f469 of hopter_proc_macro and stm32f4xx-hal ^0.21.0
- qemu = stm32f405
-
Used for testing with GitHub workflow and locally with QEMU.