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

Nanostack OSS release for mbed-os-5.7 #5511

Merged
merged 13 commits into from
Nov 27, 2017

Conversation

artokin
Copy link
Contributor

@artokin artokin commented Nov 16, 2017

Description

Nanostack open source release for mbed-os-5.7

Following libraries updated (git subtree):

  • features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack
  • features/nanostack/FEATURE_NANOSTACK/coap-service
  • features/FEATURE_COMMON_PAL/mbed-trace
  • features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop
  • features/FEATURE_COMMON_PAL/nanostack-libservice
  • features/FEATURE_COMMON_PAL/mbed-client-randlib

Status

READY

Arto Kinnunen added 11 commits November 16, 2017 14:20
-Remove nanostack binary libraries
-Remove content from sal-stack-nanostack
-Update contribution rules.
-Remove binary LICENSE
… from d65b6b0..b1c9efb

b1c9efb Fix coap_connection_handler_send_data() return values (ARMmbed#81)
f9cb04f Delete transaction when not needed (ARMmbed#80)
daf3694 Message transaction memory handling changes (ARMmbed#79)
adc04c4 Add API to send response to request based on Message ID (ARMmbed#78)
58f0ed5 Limit number of ongoing handshakes  (ARMmbed#77)
42c1169 Fix redefinition of mbed TLS error codes (ARMmbed#76)
ba7a7c4 Added server mode certificate conf (ARMmbed#74)
d108199 Certificate set API changed. (ARMmbed#73)
2d622e0 Support for certificate mode (ARMmbed#72)

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: b1c9efb
…k-release-candidate

* commit '1bc6ddc3e8fbdcc8f301b0c78de43582b376a434':
  Squashed 'features/nanostack/FEATURE_NANOSTACK/coap-service/' changes from d65b6b0..b1c9efb
…rom 26cdd39..531457e

531457e Update randLIB.c

git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-client-randlib
git-subtree-split: 531457e3b0953e43c343d025351da4fb64be8ef1
…k-release-candidate

* commit '829a5273f99d632340333ae4c404780db3f9202f':
  Squashed 'features/FEATURE_COMMON_PAL/mbed-client-randlib/' changes from 26cdd39..531457e
…95..6d3590f

6d3590f Fix broken URL to config system documentation in README (ARMmbed#78)

git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-trace
git-subtree-split: 6d3590f08853892373cb479cc141002d48561fd8
…k-release-candidate

* commit 'a5a8e95bd4ed695254159b6d84904116231ad640':
  Squashed 'features/FEATURE_COMMON_PAL/mbed-trace/' changes from b731d95..6d3590f
…from 854505d..09056ed

09056ed Merge pull request ARMmbed#63 from ARMmbed/apache
56472ac Change license to apache
9f70a64 Correct some types
b851db9 ONME-3201: Fix compilation warning of unsigned-signed comparison.

git-subtree-dir: features/FEATURE_COMMON_PAL/nanostack-libservice
git-subtree-split: 09056ed2eed0ec39a2dd235f29868e9983d4a5c1
…k-release-candidate

* commit 'db48ee553797312ab0b796797942a1c14db16c62':
  Squashed 'features/FEATURE_COMMON_PAL/nanostack-libservice/' changes from 854505d..09056ed
…content from commit 8f75e39

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack
git-subtree-split: 8f75e39
…nanostack/FEATURE_NANOSTACK/sal-stack-nanostack'
@0xc0170
Copy link
Contributor

0xc0170 commented Nov 20, 2017

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 20, 2017

Build : FAILURE

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

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 20, 2017

@artokin please review the build failure, it reports Error: L6388E: ScatterAssert expression (LoadLimit(LR_IROM1) <= (0x0 + 0x80000)) failed on line 43 : (0x8a8e0 <= 0x80000) for one nuvoton target - mash minimal example.

@artokin
Copy link
Contributor Author

artokin commented Nov 21, 2017

Application is trying to build nanostack with all features on and therefore build does not fit to target. Application configuration is now updated (ARMmbed/mbed-os-example-mesh-minimal#145) to use either 6LoWPAN_ND or Thread configuration.

0xc0170, would you please re-trigger the build?

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 21, 2017

/morph build

Arto Kinnunen added 2 commits November 22, 2017 11:22
…changes from 8f75e39..0a5ef1c

0a5ef1c Merge branch 'release_internal' into release_external
75a669a Merge remote-tracking branch 'origin/add_spdx_identifier_to_license' into release_internal
d643ab3 Merge branch 'release_internal' into release_external
0c7b56c Add SPDX identifiers to license files (ARMmbed#1484)
dfe1010 Add SPDX identifiers to license files
9142283 Merge pull request ARMmbed#1473 from ARMmbed/public_release_candidate

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack
git-subtree-split: 0a5ef1c
…k-release-candidate

* commit '03d1c4331350e6be4455b5234101075268431f11':
  Squashed 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/' changes from 8f75e39..0a5ef1c
@artokin
Copy link
Contributor Author

artokin commented Nov 22, 2017

Added missing SPDX identifiers to license files

Copy link

@mikter mikter left a comment

Choose a reason for hiding this comment

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

Would you please retrigger the tests @0xc0170

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 27, 2017

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 27, 2017

Build : SUCCESS

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

Triggering tests

/morph test
/morph uvisor-test
/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 27, 2017

@mbed-ci
Copy link

mbed-ci commented Nov 27, 2017

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

6 participants