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

Introduce C headers in data #765

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

Commits on Aug 1, 2024

  1. fix: Defines for CBOR support

    There was the macro `LWM2M_VERSION_1_1` to make a distinction between
    LwM2M version 1.1 and 1.1.1.
    This was removed to make the code easier to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    403da08 View commit details
    Browse the repository at this point in the history
  2. testing: Disable tests dependent on defines

    Some tests can not be compiled if the corresponding defines are not set.
    They are only enabled if these preprocessor macros are defined.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7dadce7 View commit details
    Browse the repository at this point in the history
  3. Move declarations for JSON common in own header

    This makes the project more modular and better to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    473f547 View commit details
    Browse the repository at this point in the history
  4. Move declarations for SenML common in own header

    This makes the project more modular and better to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d282c6c View commit details
    Browse the repository at this point in the history
  5. Move declarations for SenML CBOR in own header

    This makes the project more modular and better to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    de9af85 View commit details
    Browse the repository at this point in the history
  6. Move declarations for CBOR in own header

    This makes the project more modular and better to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5e21359 View commit details
    Browse the repository at this point in the history
  7. Move declarations for SenML JSON in own header

    This makes the project more modular and better to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b38cb5d View commit details
    Browse the repository at this point in the history
  8. Move declarations for JSON in own header

    This makes the project more modular and better to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    374ab85 View commit details
    Browse the repository at this point in the history
  9. Move declarations for TLV in own header

    This makes the project more modular and better to maintain.
    LukasWoodtli committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    26cf15a View commit details
    Browse the repository at this point in the history