Function esp_idf_sys::esp_vfs_semihost_register
source ยท pub unsafe extern "C" fn esp_vfs_semihost_register(
base_path: *const c_char,
) -> esp_err_t
Expand description
@brief add virtual filesystem semihosting driver
@param base_path VFS path to mount host directory @return - ESP_OK on success - ESP_ERR_INVALID_ARG if esp_vfs_semihost_register was already called for specified VFS path - ESP_ERR_NO_MEM if there are no slots to register new mount point