Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
N
NordicAL
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 6
    • Merge Requests 6
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • aconnoProducts
  • aconnoLibs
  • NordicAL
  • Merge Requests
  • !22

Open
Opened Sep 04, 2020 by Petar@Petar
  • Report abuse
Report abuse

WIP:feature/Implement basic SPI functionality

  • Overview 29
  • Commits 33
  • Changes 9

SPIDevice encapsulates the SPI master configuration used when transceiving data, whereas SPIBus handles reconfiguration and transfer functionality. Downside is that these two classes are tigthly coupled. SPI is currently set up in the blocking mode which means it actively waits until the transfer is complete.

Edited Oct 13, 2020 by Joshua

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "feature/implement_basic_spi" "origin/feature/implement_basic_spi"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/develop"
git merge --no-ff "feature/implement_basic_spi"

Step 4. Push the result of the merge to GitLab

git push origin "develop"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
aconno framework refactoring
Milestone
aconno framework refactoring
Assign milestone
Time tracking
1
Labels
Critical
Assign labels
  • View project labels
Reference: aconnoProducts/aconnoLibs/NordicAL!22