This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 2a39ae4  Merge pull request #1498 from kasjer/fcb2
     new 06cefe8  sys/sys: DEBUG_ASSERT()
     new ef1f060  sys/fault: Global fault management

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {hw/charge-control => sys/fault/fault_cli}/pkg.yml |  18 +-
 sys/fault/fault_cli/src/fault_cli.c                | 235 ++++++++++++++
 .../blinker => sys/fault/fault_cli}/syscfg.yml     |   8 +-
 sys/fault/include/fault/fault.h                    | 278 +++++++++++++++++
 sys/{id => fault}/pkg.yml                          |  23 +-
 sys/fault/src/fault.c                              | 339 +++++++++++++++++++++
 sys/fault/src/fault_conf.c                         | 111 +++++++
 .../src/tbb.h => sys/fault/src/fault_priv.h        |  25 +-
 {hw/battery => sys/fault}/syscfg.yml               |  26 +-
 sys/sys/include/sys/debug_panic.h                  |   6 +
 10 files changed, 1013 insertions(+), 56 deletions(-)
 copy {hw/charge-control => sys/fault/fault_cli}/pkg.yml (79%)
 create mode 100644 sys/fault/fault_cli/src/fault_cli.c
 copy {hw/util/blinker => sys/fault/fault_cli}/syscfg.yml (87%)
 create mode 100644 sys/fault/include/fault/fault.h
 copy sys/{id => fault}/pkg.yml (75%)
 create mode 100644 sys/fault/src/fault.c
 create mode 100644 sys/fault/src/fault_conf.c
 copy apps/testbench/src/tbb.h => sys/fault/src/fault_priv.h (80%)
 copy {hw/battery => sys/fault}/syscfg.yml (67%)

Reply via email to