Symbols
loading...
Files
loading...

advanced sample sample

advanced sample is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
Initialize console peripheral type Console peripheral is based on sdkconfig settings UART CONFIG_ESP_CONSOLE_UART_DEFAULT USB_OTG CONFIG_ESP_CONSOLE_USB_CDC USB_SERIAL_JTAG CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG
Initialize linenoise and esp console This function initialize linenoise library and esp_console component, also checks if the terminal supports escape sequences
Initialize console prompt This function adds color code to the prompt (if the console supports escape sequences)
'restart' command restarts the program
'free' command prints available heap memory
'tasks' command prints the list of tasks and related information

Other commonly used symbols

Name
Location
Summary
'deep_sleep' command puts the chip into deep sleep mode
'light_sleep' command puts the chip into light sleep mode
Arguments used by 'join' function
log_level command changes log level via esp_log_level_set

Dependencies