Skip to content

Commit 253f0b4

Browse files
committed
Add documentation for erlang:system_info/1 key esp32_chip_info.
Adds missing `esp32_chip_info` key to ESP32 specific keys in the function documentation for `erlang:system_info/1`. Signed-off-by: Winford <winford@object.stream>
1 parent cfca72e commit 253f0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/estdlib/src/erlang.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ process_info(_Pid, _Key) ->
264264
%% <li><b>esp32_free_heap_size</b> the number of (noncontiguous) free bytes in the ESP32 heap (integer)</li>
265265
%% <li><b>esp32_largest_free_block</b> the number of the largest contiguous free bytes in the ESP32 heap (integer)</li>
266266
%% <li><b>esp32_minimum_free_size</b> the smallest number of free bytes in the ESP32 heap since boot (integer)</li>
267+
%% <li><b>esp32_chip_info</b> Details about the model and capabilities of the ESP32 device (map)</li>
267268
%% </ul>
268269
%%
269270
%% Additional keys may be supported on some platforms that are not documented here.

0 commit comments

Comments
 (0)