BMI270 with SPI on the Thingy:53

I stumbled upon this commit where SPI support for the BMI270 has been added. Could you guys help me applying this to a nRF Connect SDK v2.0.0 workspace?

Parents
  • Hi Helgi,

    I just discovered this neat GitHub trick, which I used to download a patch file for you: 48926.patch

    Place this patch in a temp folder in your working directory, and then apply it using these instructions from Stack Overflow:

    To apply the patch use git apply. You can see if the patch will apply cleanly with the check option. Change to your git directory and run:

    git apply --check /temp/48926.patch

    If it looks like you want to apply the patch remove the check option

    git apply /temp/48926.patch

    If there's no conflicts, then that's it!

    Best regards,

    Raoul Pathak

Reply
  • Hi Helgi,

    I just discovered this neat GitHub trick, which I used to download a patch file for you: 48926.patch

    Place this patch in a temp folder in your working directory, and then apply it using these instructions from Stack Overflow:

    To apply the patch use git apply. You can see if the patch will apply cleanly with the check option. Change to your git directory and run:

    git apply --check /temp/48926.patch

    If it looks like you want to apply the patch remove the check option

    git apply /temp/48926.patch

    If there's no conflicts, then that's it!

    Best regards,

    Raoul Pathak

Children
Related