Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U uPython-mirror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTETASTE
  • uPython-mirror
  • Repository
Switch branch/tag
  • uPython-mirror
  • stmhal
  • stm32f4xx_it.c
Find file BlameHistoryPermalink
  • Dave Hylands's avatar
    Add support for pyb.micros() by using the systick timer. · 2bf04444
    Dave Hylands authored Aug 23, 2014
    I also removed trailing spaces from modpyb.c which affected a couple
    of lines technically not part of this patch.
    
    Tested using: https://github.com/dhylands/upy-examples/blob/master/micros_test.py
    
    which eventually fails due to wraparound issues (I could fix the test to compensate
    but didn't bother)
    2bf04444