Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
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
  • !25

Adds p2_10 to the GPIO config list

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged A Sundbom requested to merge p2_10-fix into master 5 years ago
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Adds the missed p2_10 I/O pin to the GPIO configuration code

Compare
  • master (base)

and
  • latest version
    83ccd94d
    1 commit, 5 years ago

1 file
+ 3
− 0

    Preferences

    File browser
    Compare changes
src/io/pin.rs
+ 3
− 0
  • View file @ 83ccd94d

  • Edit in single-file editor

  • Open in Web IDE


@@ -511,6 +511,9 @@ ports! {
9 (U9): [
gpio[1][10]: (function_0_default, Uninit),
],
10 (U10): [
gpio[0][14]: (function_0_default, Uninit),
],
11 (U11): [
gpio[1][11]: (function_0_default, Uninit),
],
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 Participant
A Sundbom
Reference: embedded-rust/lpc43xx-hal!25
Source branch: p2_10-fix

Menu

Explore Projects Groups Topics Snippets