Hi David,

On Thu, Nov 17, 2016 at 01:32:17PM -0500, David G. Simmons wrote:
> 
> I'm thinking of writing up a Tutorial on how to enable the Console and Shell 
> in a Mynewt app -- especially since things have changed a bit with the Event 
> Queue and task management.
> 
> If I am understanding things correctly (and there's no guarantee that I am) 
> here's what needs to happen:
> 
> 1) App needs to have an event Queue if it doesn't already
> 2) pkg.yml file needs to include
>     - sys/console/full
>     - sys/shell
> 3) syscfg.yml needs to set SHELL_TASK: 1
> 
> What else? 

That looks correct to me.  The only other step that might be missing is:
enable specific shell commands with the appropriate syscfg settings
(e.g., OS_CLI, STATS_CLI).

Chris

Reply via email to