Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate mod log names #551

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Generate mod log names #551

merged 1 commit into from
Apr 13, 2024

Commits on Apr 13, 2024

  1. Generate mod log names

    This adds "name:" to syscfg.logs nodes.
    This is optional log name.
    
    With this change newt tool also generates file:
    <bsp>-logcfg.c that contains function:
    const char *logcfg_log_module_name(uint8_t id)
    
    that can be used to get module name for generated mod logs.
    
    If name is not present like in this example:
    syscfg.logs:
        BMA400_LOG:
            module: MYNEWT_VAL(BMA400_LOG_MODULE)
            level: MYNEWT_VAL(BMA400_LOG_LVL)
    
    module name will be taken from BMA400_LOG by cutting off
    trailing _LOG to make it BMA400
    kasjer committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    99f3a20 View commit details
    Browse the repository at this point in the history