Skip to content

Nanostack ARMC6 update #10231

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

Merged
merged 2 commits into from
Mar 28, 2019
Merged

Nanostack ARMC6 update #10231

merged 2 commits into from
Mar 28, 2019

Conversation

artokin
Copy link
Contributor

@artokin artokin commented Mar 26, 2019

Description

  • Update coap-service from master repository
  • Fix few compiler warnings from Nanostack HAL

Pull request type

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

Reviewers

@JarkkoPaso , @mikter , @deepakvenugopal

Arto Kinnunen added 2 commits March 26, 2019 13:19
…e7ba

086e7ba Adjust variable scope (ARMmbed#121)

git-subtree-dir: features/nanostack/coap-service
git-subtree-split: 086e7ba
Fix compiler warnings:
 -"warning: 'size' argument to memset is '0'"
 -"warning: implicit declaration of function"
@ciarmcom ciarmcom requested review from deepakvenugopal, JarkkoPaso, mikter and a team March 26, 2019 14:00
@ciarmcom
Copy link
Member

@artokin, thank you for your changes.
@JarkkoPaso @deepakvenugopal @mikter @ARMmbed/mbed-os-mesh @ARMmbed/mbed-os-ipcore @ARMmbed/mbed-os-maintainers please review.

@@ -70,7 +71,7 @@ static fhss_timeout_s *allocate_timeout(void)
{
for (int i = 0; i < NUMBER_OF_SIMULTANEOUS_TIMEOUTS; i++) {
if (fhss_timeout[i].fhss_timer_callback == NULL) {
memset(&fhss_timeout[i], sizeof(fhss_timeout_s), 0);
memset(&fhss_timeout[i], 0, sizeof(fhss_timeout_s));
Copy link
Contributor

Choose a reason for hiding this comment

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

👀

@@ -19,6 +19,12 @@

#include "mbedtls/entropy_poll.h"

#ifdef MBEDTLS_ENTROPY_HARDWARE_ALT
Copy link
Contributor

Choose a reason for hiding this comment

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

Feels weird to have both an ifdef and if defined in the same line.

Copy link
Contributor

Choose a reason for hiding this comment

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

Won't hold this up on that nit tho.

@cmonr
Copy link
Contributor

cmonr commented Mar 27, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Mar 28, 2019

Test run: SUCCESS

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

@cmonr
Copy link
Contributor

cmonr commented Mar 28, 2019

@ARMmbed/mbed-os-mesh Any thoughts?

@cmonr cmonr removed the needs: CI label Mar 28, 2019
cmonr pushed a commit to cmonr/mbed-os that referenced this pull request Mar 28, 2019
@cmonr cmonr merged commit cd8d362 into ARMmbed:master Mar 28, 2019
@artokin artokin deleted the nanostack_armc6_update branch April 9, 2019 11:45
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.

7 participants