I tested it in https://clang-format-configurator.site/ and it worked.
maybe you forgot to add "---" in the first line of the file.
Search found 45 matches
- Tue Jan 14, 2025 8:32 am
- Forum: General Discussion
- Topic: cannot get clangd-format on espressif to work
- Replies: 5
- Views: 1516
- Tue Jan 14, 2025 8:21 am
- Forum: ESP-IDF 中文讨论版
- Topic: 【已解决】idf安装器下载页面失效
- Replies: 5
- Views: 4842
Re: idf安装器下载页面失效
它貌似有一个 idf-installer,可以用来创建安装包。
- 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.
A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x13)! The chip needs to be in download mode.
- 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.
not esp-idf.
- 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"
- 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 中找到它的身影。
esp_ble_gatts_register_callback(gatts_event_handler);
由底层调用,你可以在esp-idf的 components/bt/host/bluedroid/api/esp_gatts_api.c 中找到它的身影。
- Mon Jan 13, 2025 7:46 am
- Forum: ESP-IDF 中文讨论版
- Topic: VSCODE+ESPIDF5.3 设置芯片时报错,跟换其他工程也是这样
- Replies: 1
- Views: 3419
Re: VSCODE+ESPIDF5.3 设置芯片时报错,跟换其他工程也是这样
貌似是由于esp家的服务器炸了,导致部分依赖组件下载不了。
- Mon Jan 13, 2025 7:45 am
- Forum: ESP-IDF 中文讨论版
- Topic: esp idf 编译错误显示乱码
- Replies: 2
- Views: 3518
- Mon Jan 13, 2025 7:36 am
- Forum: ESP-IDF 中文讨论版
- Topic: VSCODE 编译例程出错(windos + wsl)
- Replies: 2
- Views: 3417
- Mon Jan 13, 2025 7:35 am
- Forum: ESP-IDF 中文讨论版
- Topic: 【已解决】idf安装器下载页面失效
- Replies: 5
- Views: 4842
Re: idf安装器下载页面失效
应该是服务器炸掉了,或者关闭了吧。
不是还有其它的安装方式吗?
不是还有其它的安装方式吗?