You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/10/05 02:08:01 UTC

[GitHub] ccollins476ad opened a new pull request #217: sysdown: generate package shutdown function

ccollins476ad opened a new pull request #217: sysdown: generate package shutdown function
URL: https://github.com/apache/mynewt-newt/pull/217
 
 
   This PR adds the following functionality to the newt CLI tool:
   
   Generate a per-package "shutdown" function.  Allow packages to specify a function to call when the system shuts down.  The syntax is:
   ```
           pkg.down:
               <C-function-name>
   ```
   
   The specified function is called when the application requests a shut down.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services