-
the I wanted this functionality so I implemented it in mcumgr, but I am not sure if my approach is right, or how I should go about getting this upstreamed. Basically, this feature allows executing shell commands over mcumgr without physical access to the backend (in my case, the device has a USB exposed but I am not using USB CDC for the shell backend). So I can do this now: The details are here: bpbradley/mynewt-mcumgr@2e0165a I was wondering if people here had any thoughts on it, or if this functionality should be implemented directly into zephyr instead? (perhaps as a shell backend?). Or if I should try to upstream it to the mcumgr repo, should I change the approach or is mine okay? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think it is interesting and valuable addition. Can you make PR of this in apache/myenwet repo and the west manifest PR in zephyr repo so that review it? |
Beta Was this translation helpful? Give feedback.
I think it is interesting and valuable addition. Can you make PR of this in apache/myenwet repo and the west manifest PR in zephyr repo so that review it?