Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L lpc43xx-hal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • 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
  • Embedded Rust
  • lpc43xx-hal
  • Merge requests
  • !36

Clock abstraction

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged A Sundbom requested to merge clock-abstraction into master Apr 09, 2020
  • Overview 5
  • Commits 12
  • Pipelines 4
  • Changes 16

Implements a clock abstraction that:

  • Allows setting branch clocks
  • Configuring plls in the same manner as before
  • Configuring integer dividers
  • Using integer dividers with pll1 to generate a hierarchically generated clock

Together with this, a complete example with a hierarchical pll+integer divider setup is provided (examples/cgu.rs) and a new transitional feature "legacy_clocks" is introduced that allows projects that depend on the old abstraction to compile.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: clock-abstraction