Search found 45 matches

by Luxni_
Tue Jan 14, 2025 8:32 am
Forum: General Discussion
Topic: cannot get clangd-format on espressif to work
Replies: 5
Views: 1516

Re: cannot get clangd-format on espressif to work

I tested it in https://clang-format-configurator.site/ and it worked.
maybe you forgot to add "---" in the first line of the file.
by Luxni_
Tue Jan 14, 2025 8:21 am
Forum: ESP-IDF 中文讨论版
Topic: 【已解决】idf安装器下载页面失效
Replies: 5
Views: 4842

Re: idf安装器下载页面失效

它貌似有一个 idf-installer,可以用来创建安装包。
by Luxni_
Mon Jan 13, 2025 8:14 am
Forum: General Discussion
Topic: Example (Blink) project problem during compilation (ninja failed)
Replies: 1
Views: 1521

Re: Example (Blink) project problem during compilation (ninja failed)

It said,
A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x13)! The chip needs to be in download mode.
by Luxni_
Mon Jan 13, 2025 8:07 am
Forum: General Discussion
Topic: zigbee mfg_tool
Replies: 1
Views: 1306

Re: zigbee mfg_tool

It should be in esp-zigbee-sdk (esp-zigbee-sdk/tools/mfg_tool/esp_zb_mfg_tool.py),
not esp-idf.
by Luxni_
Mon Jan 13, 2025 8:03 am
Forum: General Discussion
Topic: cannot get clangd-format on espressif to work
Replies: 5
Views: 1516

Re: cannot get clangd-format on espressif to work

I think it should be called ".clang-format", not ".clangd-format"
by Luxni_
Mon Jan 13, 2025 7:52 am
Forum: ESP-IDF 中文讨论版
Topic: 困惑小白半年的问题求指点
Replies: 1
Views: 3271

Re: 困惑小白半年的问题求指点

它是一个回调函数,在初始化时注册了,
esp_ble_gatts_register_callback(gatts_event_handler);
由底层调用,你可以在esp-idf的 components/bt/host/bluedroid/api/esp_gatts_api.c 中找到它的身影。
by Luxni_
Mon Jan 13, 2025 7:46 am
Forum: ESP-IDF 中文讨论版
Topic: VSCODE+ESPIDF5.3 设置芯片时报错,跟换其他工程也是这样
Replies: 1
Views: 3419

Re: VSCODE+ESPIDF5.3 设置芯片时报错,跟换其他工程也是这样

貌似是由于esp家的服务器炸了,导致部分依赖组件下载不了。
by Luxni_
Mon Jan 13, 2025 7:45 am
Forum: ESP-IDF 中文讨论版
Topic: esp idf 编译错误显示乱码
Replies: 2
Views: 3518

Re: esp idf 编译错误显示乱码

不是大佬,盲猜UTF-8的问题。

Windows 平台工具链的标准设置 最开头的地方中有一个说明。
by Luxni_
Mon Jan 13, 2025 7:36 am
Forum: ESP-IDF 中文讨论版
Topic: VSCODE 编译例程出错(windos + wsl)
Replies: 2
Views: 3417

Re: VSCODE 编译例程出错(windos + wsl)

我猜你应该是 使用命令来编译的, 它在使用前需要设置一下环境变量:
第四步:设置环境变量


这个波浪线需要你编译成功后才能消失。
by Luxni_
Mon Jan 13, 2025 7:35 am
Forum: ESP-IDF 中文讨论版
Topic: 【已解决】idf安装器下载页面失效
Replies: 5
Views: 4842

Re: idf安装器下载页面失效

应该是服务器炸掉了,或者关闭了吧。

不是还有其它的安装方式吗?

Go to advanced search