This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from f565f06a0 Merge pull request #3400 from vrahane/vipul/logging_num_entries_callbacks new 822cf1a01 util: Add link table support macros new 49f0c27a4 tinyusb/msc_fat_view: Use link table macros new 912e342bf ci: Adjust .clang-format to recognize LINK_TABLE_FOREACH The 3 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: .clang-format | 1 + .../include/msc_fat_view/msc_fat_view.h | 72 +++------- hw/usb/tinyusb/msc_fat_view/src/msc_fat_view.c | 7 +- kernel/os/include/os/link_tables.h | 159 +++++++++++++++++++++ 4 files changed, 186 insertions(+), 53 deletions(-) create mode 100644 kernel/os/include/os/link_tables.h