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

Sync 802.15.4 RF drivers #8602

Merged
merged 4 commits into from
Nov 8, 2018
Merged

Sync 802.15.4 RF drivers #8602

merged 4 commits into from
Nov 8, 2018

Conversation

artokin
Copy link
Contributor

@artokin artokin commented Oct 31, 2018

Description

Sync 802.15.4 RF driver content with master copy available in
https://github.com/ARMmbed/atmel-rf-driver
https://github.com/ARMmbed/mcr20a-rf-driver

Pull request type

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

@0xc0170 0xc0170 requested a review from a team October 31, 2018 14:28
Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

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

coding style update 👍

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 6, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 6, 2018

Build : FAILURE

Build number : 3552
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/8602/

@SeppoTakalo
Copy link
Contributor

I cannot see any build failures, logs look quite empty.

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 6, 2018

Restarting the build, something went wrong during the build preparation, we will check

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 6, 2018

Build : FAILURE

Build number : 3555
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/8602/

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 6, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 6, 2018

Build : SUCCESS

Build number : 3560
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/8602/

Triggering tests

/morph test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Nov 7, 2018

@mbed-ci
Copy link

mbed-ci commented Nov 7, 2018

@cmonr
Copy link
Contributor

cmonr commented Nov 7, 2018

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 7, 2018

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 7, 2018

CI network issue, restarting

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 7, 2018

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 7, 2018

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 7, 2018

@cmonr
Copy link
Contributor

cmonr commented Nov 8, 2018

Note: This PR is now a part of a rollup PR (#8675).

Jenkins CI export nodes experienced many drops throughout the day causing false failures. In an attempt to get those PRs through CI, while keeping CI load low, several PRs have been bundled into a single rollup PR.

If any more commits are made in this PR, this PR will remain open and have to go through CI on its own.

@0xc0170 0xc0170 mentioned this pull request Nov 8, 2018
@0xc0170
Copy link
Contributor

0xc0170 commented Nov 8, 2018

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 8, 2018

@adbridge
Copy link
Contributor

adbridge commented Nov 16, 2018

This PR has some weird merge conflict with 5.10 which I can't work out:


/*I2C needs to be reset before constructing the I2C object (in case I2C is stuck)
  because they use the same pins, therefore i2c_reset has to be before _i2c
  in the initializer list*/
AT24Mac::AT24Mac(PinName sda, PinName scl) : i2c_reset(sda, scl), _i2c(sda, scl)
=======
AT24Mac::AT24Mac(PinName sda, PinName scl) : _i2c(sda, scl)
>>>>>>> Sync with Atmel RF driver v3.0.5

Thus bumping this to 5.11

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.

6 participants