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

manifest: update cmsis-nn to v6.0.0 & tflite-micro #73995

Merged
merged 6 commits into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. manifest: update cmsis-nn to v6.0.0

    Update cmsis-nn to version 6.0.0.
    Revision history can be found at:
    https://arm-software.github.io/CMSIS-NN/latest/rev_hist.html
    
    Signed-off-by: Jordan Yates <[email protected]>
    JordanYates committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ae6c525 View commit details
    Browse the repository at this point in the history
  2. submanifests: update tflite-micro

    Update `tflite-micro` to the latest version.
    
    Signed-off-by: Jordan Yates <[email protected]>
    JordanYates committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    16446ca View commit details
    Browse the repository at this point in the history
  3. modules: cmsis-nn: add *_s4.c sources

    Add new sources for 4 bit function variants to build system.
    
    Signed-off-by: Jordan Yates <[email protected]>
    JordanYates committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f06b9b0 View commit details
    Browse the repository at this point in the history
  4. tests: lib: cmsis_nn: add missing filter dimension

    Specify the missing filter dimension that was the reason for the v6.0.0
    version bump.
    
    Signed-off-by: Jordan Yates <[email protected]>
    JordanYates committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5c87127 View commit details
    Browse the repository at this point in the history
  5. samples: tflite-micro: add REQUIRES_FLOAT_PRINTF

    Add `CONFIG_REQUIRES_FLOAT_PRINTF=y` to tflite-micro samples as in the
    past the module was using its own `printf` implementation, but now uses
    our logging infrastructure.
    
    Signed-off-by: Jordan Yates <[email protected]>
    JordanYates committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    99262be View commit details
    Browse the repository at this point in the history
  6. doc: release-notes: document CMSIS-NN upgrade

    Update the version update and link to the changelog.
    
    Signed-off-by: Jordan Yates <[email protected]>
    JordanYates committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    692b5a2 View commit details
    Browse the repository at this point in the history