Skip to content

Commit 6c0c21d

Browse files
docs: Add esp-rtos configuration table (#4305)
1 parent 4ef75c7 commit 6c0c21d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

esp-rtos/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ esp_rtos::start_second_core(
6363
//! Note that, to create async tasks, you will need the `task` macro from the `embassy-executor` crate. Do
6464
//! NOT enable any of the `arch-*` features on `embassy-executor`.
6565
//!
66+
//! ## Additional configuration
67+
#![doc = ""]
68+
#![doc = include_str!(concat!(env!("OUT_DIR"), "/esp_rtos_config_table.md"))]
69+
#![doc = ""]
6670
//! ## Feature Flags
6771
#![doc = document_features::document_features!()]
6872
#![no_std]

0 commit comments

Comments
 (0)