Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • firmware
  • Merge requests
  • !297

Handle button interrupts in epicardium + Add button callbacks to pycardium

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Woazboat requested to merge Woazboat/firmware:woazboat/pb_pycardium into master Sep 05, 2019
  • Overview 7
  • Commits 1
  • Pipelines 5
  • Changes 9

Depends on/includes !73 (merged)

Parameter passing from core0 to core1 is very ad-hoc and could/should be improved in the future (related to #35)

Shortcomings in micropython:

  • Scheduled callbacks are not processed while sleeping (utime.sleep)
  • Only one callback is processed per python statement (?)
while True:
  utime.sleep(1) # Only one queued callback event will be handled per loop iteration
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: woazboat/pb_pycardium