This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nuttx-ntfc.git
from 909820b Set up default protection ruleset for default and release
branches
new 0425fac multi.py: flash cores from manifest
new 9d73080 add flash_only config option for core
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:
Documentation/config-yaml.rst | 40 +++++++++++++++++++++++++++++++++
Documentation/config.yaml | 2 ++
src/ntfc/coreconfig.py | 10 +++++++++
src/ntfc/cores.py | 27 +++++++++++++----------
src/ntfc/envconfig.py | 16 ++++++++++----
src/ntfc/multi.py | 1 +
src/ntfc/productconfig.py | 27 ++++++++++++++++++++++-
src/ntfc/pytest/mypytest.py | 4 ++--
tests/pytest/test_mypytest.py | 38 ++++++++++++++++++++++++++++++++
tests/test_coreconfig.py | 6 +++++
tests/test_cores.py | 51 +++++++++++++++++++++++++++++++++++++++++++
tests/test_envconfig.py | 19 ++++++++++++++++
tests/test_productconfig.py | 22 +++++++++++++++++++
13 files changed, 244 insertions(+), 19 deletions(-)