Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Wio 3G] Modified pin map #9556

Merged
merged 1 commit into from
Feb 4, 2019
Merged

[Wio 3G] Modified pin map #9556

merged 1 commit into from
Feb 4, 2019

Conversation

ytsuboi
Copy link
Contributor

@ytsuboi ytsuboi commented Jan 30, 2019

Description

Fixing issue #9026

Pull request type

[ x ] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

@ciarmcom ciarmcom requested a review from a team January 30, 2019 14:00
@ciarmcom
Copy link
Member

@ytsuboi, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

// Not connected
NC = (int)0xFFFFFFFF,

PA_0 = 0x00,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

misaligned code

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approach changed.

LED4 = PB_14,
LED_RED = LED2,
USER_BUTTON = PC_13,
LED1 = NC,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these being changed to NC? Can you add this to the tcommit message?

Why and how are this being modified, how this fixes the bug?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The LED on Wio 3G is not traditional LED, so LED1-4 doesn't have any meaning. However, we need to have definition of LED1-4. This is the reason why we tried to change like this. ( Finally, we changed approach for this issue. )

* Remove unused Peripheral Pins definitions and add UART_1 TXD/RXD pins (fix #9026)  for the Wio 3G board
* Remove/Fix unused PinName definitions for the Wio 3G board from the PinNames enum
@0xc0170
Copy link
Contributor

0xc0170 commented Feb 4, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Feb 4, 2019

Test run: SUCCESS

Summary: 12 of 12 test jobs passed
Build number : 1
Build artifacts

@0xc0170 0xc0170 merged commit 346ebe6 into ARMmbed:master Feb 4, 2019
@ytsuboi ytsuboi deleted the hal-wio_3g-9026 branch February 5, 2019 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants