-
Notifications
You must be signed in to change notification settings - Fork 175
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
ttyACM0 console on C3 (CON-292) #223
Comments
https://github.com/project-chip/connectedhomeip/blob/master/src/lib/shell/BUILD.gn The shell only supports chip_device_platform named esp32 but in the external platform the chip_device_platform has another name. Maybe you can edit the BUILD.gn and add the external platform. Then you can use the shell. |
This didn't fix it...
|
That previous diff does help if you also turn on: then it is missing something to link to
|
I believe the platform name being used is 'external' so this should have a case for external where it doesn't link anything And then the extern directory build.gn should add these to the build And then add in RegisterWifiCommands |
I got this to function by hacking on the BUILD.gn file, but this is in no way a good fix. I just hacked on it until it worked for me. This just shows where the problems are.
|
PR ESP32: Enable shell command for external platform feature #25648 been raised in upstream repo to add shell command support for external platform feature |
Closing this. The above fix should be a part of connectedhomeip submodule that is now preset on the main branch |
I checked the light_switch app --- working.
I checked the blemesh_bridge --- not working.
set-target esp32c3
menuconfig
jonsmirl@ares:~/aosp/esp-matter/examples/blemesh_bridge$ grep CONSOLE_USB sdkconfig
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
build flash monitor
no console on blemesh
The text was updated successfully, but these errors were encountered: