Yu Yuan

Results 5 issues of Yu Yuan

示例中 ```c /* 设置输出值 */ value = atoi(argv[1]); rt_dac_write(dac_dev, DAC_DEV_NAME, DAC_DEV_CHANNEL, &value); rt_kprintf("the value is :%d \n", value); ``` 函数原型为 ```c rt_uint32_t rt_dac_write(rt_dac_device_t dev, rt_uint32_t channel, rt_uint32_t value) { RT_ASSERT(dev);...

good first issue

## fix Conversation was written as Conservation and has been modified. ## question Why do I try this Prompts, ChatGPT will show a complete conversation

I can't find `computeField` which is called in `04 - Graphics`. Could you please tell me how to get it.

# Checklist - [x] Component contains License - [x] Component contains README.md - [x] Component contains idf_component.yml file with `url` field defined - [x] Component was added to [upload job](https://github.com/espressif/idf-extra-components/blob/master/.github/workflows/upload_component.yml#L18)...

Status: Opened
Component: esp_isotp

### Problem Statement The current isotp-c implementation has several thread safety issues when used in multi-threaded environments. Here are the specific problematic areas in the code: ### Identified Issues **1....

good first issue
documentation