Search found 10 matches

by zhangjianian
Tue May 21, 2024 8:51 am
Forum: ESP-IDF 中文讨论版
Topic: 无法更新 component
Replies: 1
Views: 1317

Re: 无法更新 component

有朋友知道是什么原因吗?或者还需要提交什么信息?谢谢
by zhangjianian
Fri May 17, 2024 2:44 pm
Forum: ESP-IDF 中文讨论版
Topic: 无法更新 component
Replies: 1
Views: 1317

无法更新 component

你好: 我们是 ESP Component PSACrypto 的维护者,今天想更新这个库的时候,命令行一直提示: ERROR: You are not allowed to perform this action. 我们之前更新过两个版本都是正常的。 我们在 ESP Component Registry 里有三个 token,Scopes 分别为 user、write:component、wirte:tokens 我尝试更换这三个 token 但结构都是一样的,请问这个问题怎么解决,谢谢 screenshot-20240517-234355.png
by zhangjianian
Wed Nov 08, 2023 4:38 am
Forum: ESP-IDF 中文讨论版
Topic: VScode 中点击 SDK Configuration Editor 按钮报错
Replies: 0
Views: 1950

VScode 中点击 SDK Configuration Editor 按钮报错

我使用 VSCode 开发 ESP32S3 整体都是正常的,但是点击左下角齿轮按钮(SDK Configuration Editor)提示错误,如下: [SDK Configuration Editor] ---------------------------ERROR-------------------------- The following Python requirements are not satisfied: esptool<5,>=4.5.0 - (esptool 4.4 (d:\studio\espressif\python_env\idf5.0_py3.8_env\lib...
by zhangjianian
Wed Aug 16, 2023 4:28 am
Forum: ESP-IDF 中文讨论版
Topic: 怎么向组件库提交 component ?
Replies: 10
Views: 4222

Re: 怎么向组件库提交 component ?

您好,我明白您的意思了,是在创建时选择一个 scop,我已经成功上传了。但是在上传后提示了一个 Warning WARNING: A valid license file for this software could not be found. Please note that all components uploaded to our registry must have a valid license. This is to ensure that the components are safe and legal to use, and to protect the intellec...
by zhangjianian
Wed Aug 16, 2023 3:00 am
Forum: ESP-IDF 中文讨论版
Topic: 怎么向组件库提交 component ?
Replies: 10
Views: 4222

Re: 怎么向组件库提交 component ?

感谢您的回复:
screenshot-20230816-105618.png
screenshot-20230816-105618.png (38.35 KiB) Viewed 3063 times
我重新试图创建新的 token,但是除了 Description 可以输入信息外,其它都无法修改,我不是很清楚您说的
“你现在使用的是哪个 token?更换 token 种类试一下呢?”
这句话的意思,我可以在哪里选择更换呢?谢谢

P.S 图中的三个 token 中的 scopes 与您给的完全一致
by zhangjianian
Tue Aug 15, 2023 6:12 pm
Forum: ESP-IDF 中文讨论版
Topic: 怎么向组件库提交 component ?
Replies: 10
Views: 4222

Re: 怎么向组件库提交 component ?

您好,首先感谢您的解答

我在最后使用 compote component upload 时出现一个 ERROR 提示:

ERROR: You are not allowed to perform this action.
screenshot-20230816-021028.png
screenshot-20230816-021028.png (94.21 KiB) Viewed 3108 times
请问,这是什么问题呢?应该怎么解决呢?谢谢
by zhangjianian
Wed Aug 02, 2023 6:11 pm
Forum: ESP-IDF 中文讨论版
Topic: 怎么向组件库提交 component ?
Replies: 10
Views: 4222

Re: 怎么向组件库提交 component ?

首先感谢您的回复,我在具体的操作过程中还存在一些我问题: 1. namespace https://docs.espressif.com/projects/idf-component-manager/en/latest/guides/packaging_components.html 文档中说明: compote component upload --namespace [YOUR_NAMESPACE] --name test_cmp Once uploaded, your component should be viewable on <https://components.espressi...
by zhangjianian
Tue Jul 25, 2023 6:33 am
Forum: ESP-IDF 中文讨论版
Topic: 怎么向组件库提交 component ?
Replies: 10
Views: 4222

Re: 怎么向组件库提交 component ?

你好,如果你想发布一个组件到到 Espressif 维护的仓库,且该仓库已经配置了 upload-components-ci-action 的 Github Action,那么你只需要注册一个 ESP-Registry 的账号并拿到 IDF_COMPONENT_API_TOKEN,然后在相关 Action 中更新参数。参考:https://github.com/espressif/esp-iot-solution/blob/master/.github/workflows/upload_component.yml#L19 ESP-Registry:https://components.esp...
by zhangjianian
Mon Jul 24, 2023 6:46 am
Forum: ESP-IDF 中文讨论版
Topic: 怎么向组件库提交 component ?
Replies: 10
Views: 4222

怎么向组件库提交 component ?

您好:
我们开发了一套基于 esp32 轻量化的 PSA 及 Web3 的组件,但是应该如何提交到 espressif 的组件库呢?谢谢
by zhangjianian
Wed Apr 26, 2023 12:15 pm
Forum: ESP-IDF 中文讨论版
Topic: [已解决]使用 flash_encryption 不断重启
Replies: 1
Views: 1853

[已解决]使用 flash_encryption 不断重启

我使用 flash_encryption 例子不断重启,具体信息如下: 开发板:ESP32-S3-DevKitC-1-N32R8V IDF:v5.0 重启日志: ELF file SHA256: c283c4f9cdaf5567 Rebooting... ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x40375755 0x40375755: esp_restart_noos_dig at D:/Studio/Espress...