-
Notifications
You must be signed in to change notification settings - Fork 880
feat(readme): Add the chip models that this routine can be programmed… (AEGHB-1150) #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
… into to the readme file of the example
|
👋 Hello zhongchaoesp, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example下的readme很多都没更新,新出的带一致外设的芯片一般都能直接跑。所以这个Supported Targets还不能简单根据readme来,也要适当参考使用组件的idf_component.yml,一般组件更新及时一点。
@@ -1,3 +1,5 @@ | |||
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | | |||
| ----------------- | ----- | -------- | -------- | -------- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pwm_audio组件没有限制芯片,底层是ledc,应该是所有芯片都支持,readme里面的硬件连接示意太老了,3年前写的了。
Description
Add the chip models that this routine can be programmed into to the readme file of the example.