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

add new target IM880B #10972

Merged
merged 1 commit into from
Jul 8, 2019
Merged

add new target IM880B #10972

merged 1 commit into from
Jul 8, 2019

Conversation

0xc0170
Copy link
Contributor

@0xc0170 0xc0170 commented Jul 5, 2019

Description

Copy from #10677 (there are test results attached there).

Adds IM880B as a new platform.

The iM880B is a compact and low-cost radio module that operates in the unlicensed 868 MHz band and combines a powerful Cortex-M3 controller with the new LoRa® transceiver SX1272 of Semtech Corporation.
More details available at https://wireless-solutions.de/products/radiomodules/im880b-l.html

cc @itziardelatorre - please review and verify I cherry picked properly

Pull request type

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

Reviewers

Release Notes

@itziardelatorre
Copy link
Contributor

@0xc0170 Looks great for me. Thanks!

@0xc0170
Copy link
Contributor Author

0xc0170 commented Jul 5, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Jul 5, 2019

Test run: SUCCESS

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

@ciarmcom ciarmcom requested a review from a team July 5, 2019 11:00
@ciarmcom
Copy link
Member

ciarmcom commented Jul 5, 2019

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

@ciarmcom ciarmcom requested a review from a team July 5, 2019 11:00
@0xc0170 0xc0170 removed the request for review from a team July 5, 2019 11:16
{PA_1, ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 1, 0)}, // ADC_IN1
{PA_3, ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 3, 0)}, // ADC_IN3
{PB_12, ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 18, 0)}, // ADC_IN18
{PB_13, ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 19, 0)}, // ADC_IN19
Copy link
Contributor

Choose a reason for hiding this comment

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

Can indentation be corrected in a separate PR, there are few of them in this file.

Would it be possible to follow Mbed OS coding style?

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.

5 participants