docs: updated flash-encryption, startup, memory-types and misc_system_api

This commit is contained in:
daiziyan
2023-03-03 10:51:11 +08:00
parent daf4150846
commit 9ba9dc04b0
8 changed files with 175 additions and 52 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Linenoise library does not need explicit initialization. However, some configura
:cpp:func:`linenoiseSetMaxLineLen`
Set maximum length of the line for linenoise library. Default length is 4096. The default value can be updated to optimize RAM memory usage.
Set maximum length of the line for linenoise library. Default length is 4096 bytes. The default value can be updated to optimize RAM memory usage.
Main loop