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

zcbor 0.8.0 nrf #1448

Closed

Commits on Jan 18, 2024

  1. [nrf fromlist] west.yml: Update zcbor to 0.8.0

    - Add support for unordered maps
    - Performance improvements
    - Naming improvements for generated code
    - Bugfixes
    
    Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
    oyvindronningstad committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1baf330 View commit details
    Browse the repository at this point in the history
  2. [nrf fromlist] west.yml: Update MCUboot to bring in zcbor 0.8.0

    Changes in boot_serial.c
    
    Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
    oyvindronningstad committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f97e823 View commit details
    Browse the repository at this point in the history
  3. [nrf fromlist] west.yml: Update uoscore-uedhoc

    to bring in changes related to zcbor 0.8.0
    
    Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
    oyvindronningstad committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a5373d8 View commit details
    Browse the repository at this point in the history
  4. [nrf fromlist] modules: zcbor: Add config CONFIG_ZCBOR_MAX_STR_LEN

    For use with zcbor_tstr_put_term() which needs a maximum string
    length.
    
    Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
    oyvindronningstad committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2c40b34 View commit details
    Browse the repository at this point in the history
  5. [nrf fromlist] lwm2m: Adapt to zcbor 0.8.0

    Regenerate from CDDL, update patch, fix references in code.
    
    Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
    oyvindronningstad committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c728f77 View commit details
    Browse the repository at this point in the history
  6. [nrf fromlist] mgmt: Adapt to API changes in zcbor 0.8.0

    zcbor_new_state and zcbor_tstr_put_term
    
    Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
    oyvindronningstad committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2aefab6 View commit details
    Browse the repository at this point in the history
  7. [nrf fromlist] tests: mgmt: Adapt to API changes in zcbor 0.8.0

    zcbor_new_state and zcbor_tstr_put_term
    
    Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
    oyvindronningstad committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c970356 View commit details
    Browse the repository at this point in the history