邵明亚

Results 6 issues of 邵明亚

keil导入SDK生成的源码(头文件),编译报warning: ......warning: #1-D: last line of file ends without a newline 原因是有好多.h头文件末尾没留一个空白行,建议阿里同学修复一下。

src/dev_model/examples/linkkit_example_gateway.c中第455行: `res = HAL_ThreadCreate(&user_example_ctx->g_user_dispatch_thread, user_dispatch_yield, NULL, NULL, NULL);` 对应wrappers/os/freertos/HAL_OS_Freertos.c中“HAL_ThreadCreate”函数第306~308行, `if (hal_os_thread_param == NULL) { return -1; }` 实例运行串口也确实打印了“...HAL_ThreadCreate Failed,...”,即定位到“src/dev_model/examples/linkkit_example_gateway.c”457行: `EXAMPLE_TRACE("HAL_ThreadCreate Failed\n");` 。 请问是否有冲突?

有个这样的应用,开启蓝牙SINK服务后,在满足一定的条件下,需要将已连接的手机或者其他蓝牙设备断开,并关闭广播,即不被其他蓝牙设备搜索到。不满足这个条件后,再广播自己蓝牙名字,使得其他设备发现它、连接它。

Hi Andrew! First of all, thank you for giving me an idea. Now I want to display HDMI screen on DPI interface(https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/README.md), but I tried several routines of yours, but...

类似树莓派omxplayer 的--win 0,0,300,200

### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...

Type: Bug
Status: Opened