esp_rom_output_usb_acm_init() function
Initialize the USB ACM UART
Arguments
cdc_acm_work_mem
Pointer to the work memroy used for CDC-ACM
cdc_acm_work_mem_len
Length of work memory
Notes
The ACM working memroy should be at least 128 bytes (ESP_ROM_CDC_ACM_WORK_BUF_MIN) in size.