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

Remove extra system header include files #291

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 20, 2024

  1. lib: Remove system specific irq.h files

    Many of the system specific irq.h files are empty, and those that
    are not are only used by the internal IRQ handling functions.
    Remove the empty ones and do not expose the contents of the
    internal ones outside of the compilation unit that uses them.
    
    Signed-off-by: Andrew Davis <afd@ti.com>
    glneo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ce13860 View commit details
    Browse the repository at this point in the history
  2. lib: Remove system specific log.h files

    Most of the system specific log.h files are empty, and those that
    are not are only used by the internal log handling functions.
    Remove the empty ones and do not expose the contents of the
    internal ones outside of the compilation unit that uses them.
    
    Signed-off-by: Andrew Davis <afd@ti.com>
    glneo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b1e1f11 View commit details
    Browse the repository at this point in the history