We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef75c7 commit 6c0c21dCopy full SHA for 6c0c21d
esp-rtos/src/lib.rs
@@ -63,6 +63,10 @@ esp_rtos::start_second_core(
63
//! Note that, to create async tasks, you will need the `task` macro from the `embassy-executor` crate. Do
64
//! NOT enable any of the `arch-*` features on `embassy-executor`.
65
//!
66
+//! ## Additional configuration
67
+#![doc = ""]
68
+#![doc = include_str!(concat!(env!("OUT_DIR"), "/esp_rtos_config_table.md"))]
69
70
//! ## Feature Flags
71
#![doc = document_features::document_features!()]
72
#![no_std]
0 commit comments