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

Release/v3.0.5 #216

Merged
merged 68 commits into from
Nov 16, 2023
Merged

Release/v3.0.5 #216

merged 68 commits into from
Nov 16, 2023

Commits on Jun 22, 2023

  1. remove redundant pytest from check_wifi, try new check_usb.sh based o… (

    #192)
    
    * remove redundant pytest from check_wifi, try new check_usb.sh based off old run_tests, update readme
    GitJRS authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    90a172b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge pull request #197 from xmos/release/v3.0.4

    v3.0.4 release merge back to develop
    shuchitak authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    afe2f14 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Use SOF timestamps for rate calculation

    Shuchita Khare committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    27de2fc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Update copyright

    Shuchita Khare committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8fc36e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Changed variable name

    Shuchita Khare committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6e32624 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #202 from shuchitak/feature/use_sof_timestamps_for…

    …_usb_rate
    
    Log SOF timestamps
    shuchitak authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    881d26f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fixes for xmosdoc v4

    BrennanGit committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2b9fa5b View commit details
    Browse the repository at this point in the history
  2. move docs build to jenkins

    BrennanGit committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7b23dcf View commit details
    Browse the repository at this point in the history
  3. update xjsl for PR labels

    BrennanGit committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    db522c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. check if test fails when a nullptr is sent

    Shuchita Khare committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    83332aa View commit details
    Browse the repository at this point in the history
  2. Fix for num_bytes_sent=NULL in i2c_master_remote_write

    Shuchita Khare committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e3cab13 View commit details
    Browse the repository at this point in the history
  3. Add test for NULL

    Shuchita Khare committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7fefdee View commit details
    Browse the repository at this point in the history
  4. fix test

    Shuchita Khare committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3a3b9c3 View commit details
    Browse the repository at this point in the history
  5. added comments to the test

    Shuchita Khare committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    662947e View commit details
    Browse the repository at this point in the history
  6. Hardcoded sent to 1

    Shuchita Khare committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9a35ef0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #204 from shuchitak/bugfix/i2c_master_null_ptr

    i2c_master_remote_write() nullptr fix
    shuchitak authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6655c03 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. doc_Builder -> xmosdoc

    BrennanGit authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3373be1 View commit details
    Browse the repository at this point in the history
  2. Update doc README.rst

    BrennanGit authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    26e5bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. set xmosdoc version to v4

    BrennanGit authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    abf837a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge pull request #203 from BrennanGit/feature/doc_builder_v4

    fixes for xmosdoc v4
    BrennanGit authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cb9c336 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Add dummy definitions

    xluciano committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    edd7dd6 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    xluciano committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    83dab9f View commit details
    Browse the repository at this point in the history
  3. Update setting file

    xluciano committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    84cdc6c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge pull request #206 from lucianomartin/bugfix/warnings

    Add dummy definitions to avoid warning
    xluciano authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9d735eb View commit details
    Browse the repository at this point in the history
  2. Review comments

    xluciano committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    635fdc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540ad02 View commit details
    Browse the repository at this point in the history
  4. only include dsiclaimer in html

    latex has it in the template
    BrennanGit authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0a75668 View commit details
    Browse the repository at this point in the history
  5. missed a space

    BrennanGit authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    279a1c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge pull request #208 from lucianomartin/feature/review

    Review comments
    xluciano authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    694b1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68fc428 View commit details
    Browse the repository at this point in the history
  3. Use tagged releases

    ed-xmos committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8c36762 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d222040 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge pull request #210 from xmos/feature/update_fetch_deps_to_latest…

    …_modules
    
    Bump fwk_core and fwk_io in CI run
    ed-xmos authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a858cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7de602 View commit details
    Browse the repository at this point in the history
  3. fix tracealyzer url

    BrennanGit authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d45e20b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #209 from BrennanGit/feature/missing_disclaimer

    add disclaimer to legal.rst
    xluciano authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8bc813f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    2c58523 View commit details
    Browse the repository at this point in the history
  2. Changelog update

    Shuchita Khare committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dd78892 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #211 from shuchitak/feature/i2s_slave_rpc_assert

    Added a runtime check for RPC being set up for I2S Slave case
    shuchitak authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    524d1fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9e22f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1617355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9ca97f View commit details
    Browse the repository at this point in the history
  7. Merge from remote

    xluciano committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    faddc53 View commit details
    Browse the repository at this point in the history
  8. Fix syntax

    xluciano committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    239fb98 View commit details
    Browse the repository at this point in the history
  9. Fix syntax

    xluciano committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2f451c5 View commit details
    Browse the repository at this point in the history
  10. Fix syntax

    xluciano committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f7bd783 View commit details
    Browse the repository at this point in the history
  11. Remove $

    xluciano committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5993932 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Update readme files

    xluciano committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    581ccc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from lucianomartin/feature/include_xs1

    Include xs1.h in rtos_swmem.c and update documentation
    xluciano authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    75e9b52 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Address review comments

    xluciano committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    90750be View commit details
    Browse the repository at this point in the history
  2. Exclude more files

    xluciano committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0095f79 View commit details
    Browse the repository at this point in the history
  3. Update doc info

    xluciano committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4e07363 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Remove double underscores

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    093fa23 View commit details
    Browse the repository at this point in the history
  2. Fix text

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9561ee7 View commit details
    Browse the repository at this point in the history
  3. Update copyright notices

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4965d74 View commit details
    Browse the repository at this point in the history
  4. Manual updates

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9a1d84a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #215 from lucianomartin/bugfix/copyright-1

    Update copyright notices
    xluciano authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0a21867 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c801ce5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc1f350 View commit details
    Browse the repository at this point in the history
  8. Last changes

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    96f1f6e View commit details
    Browse the repository at this point in the history
  9. Undo change

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0373456 View commit details
    Browse the repository at this point in the history
  10. Undo change

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    25c1ad2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #214 from lucianomartin/feature/docs

    Address review comments
    xluciano authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5fad254 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #207 from xmos/develop

    Pre-release v3.0.5
    xluciano authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4f614a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    edf1c89 View commit details
    Browse the repository at this point in the history
  14. Update changelog

    xluciano committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3eb1dec View commit details
    Browse the repository at this point in the history
  15. Merge pull request #217 from lucianomartin/develop

    Use tag v1.0.0 for xmos_cmake_toolchain
    xluciano authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e70fc03 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #218 from xmos/develop

     Use tag v1.0.0 for xmos_cmake_toolchain #217
    xluciano authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0f6a32e View commit details
    Browse the repository at this point in the history