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
  • !40

Open
Opened Nov 06, 2020 by Petar@Petar
  • Report abuse
Report abuse

WIP: Feature/hardware tasks and events

  • Overview 0
  • Commits 3
  • Changes 6

This feature uses hardware tasks and events in order to control the Nordic chip peripherals without the CPU activity. Library uses Programmable peripheral interconnect and GPIOTE drivers.

It defines input pin which can trigger an output pin using proper events and task addresses. Input pins only use events which trigger tasks that are only used by the output pins.

This merge request closes

  • #15 Hardware event and task
  • #4 PPI In
  • #3 PPI Out

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/hw_tasks_and_events" "origin/feature/hw_tasks_and_events"

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/hw_tasks_and_events"

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
None
Milestone
None
Assign milestone
Time tracking
1
Labels
Critical
Assign labels
  • View project labels
Reference: aconnoProducts/aconnoLibs/NordicAL!40