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

Rollup PR: Retest CI-troubled PRs target for 5.11 v2 #8763

Merged
merged 54 commits into from
Nov 16, 2018

Commits on Nov 5, 2018

  1. Merge commit '0ca91df5905111270a6ec1343be5c726c97fe571' into mbedos511

    * commit '0ca91df5905111270a6ec1343be5c726c97fe571':
      Squashed 'features/frameworks/nanostack-libservice/' changes from 5eb2f3f..bb56e37
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    66620a2 View commit details
    Browse the repository at this point in the history
  2. Squashed 'features/frameworks/nanostack-libservice/' changes from 5eb…

    …2f3f..bb56e37
    
    bb56e37 Merge pull request ARMmbed#76 from ARMmbed/compiler_warning_fixes
    a7b0de2 common_functions: remove use of "byte" as variable name
    fb84db0 ns_types.h: fix the GCC warning with "-Wundef" and missing __STDC_VER
    
    git-subtree-dir: features/frameworks/nanostack-libservice
    git-subtree-split: bb56e375bab77aa49dbddd4abb53b6832043aa99
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0ca91df View commit details
    Browse the repository at this point in the history
  3. Squashed 'features/frameworks/mbed-trace/' changes from 6df2572..9eaf0d1

    9eaf0d1 Add documentation on how to change trace level. (ARMmbed#85)
    
    git-subtree-dir: features/frameworks/mbed-trace
    git-subtree-split: 9eaf0d146f0804a700aafbbd896f02c1acaaae66
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    7fab5ab View commit details
    Browse the repository at this point in the history
  4. Merge commit '7fab5abace6aa9d6fc6c335fa6fcab15a108d646' into mbedos511

    * commit '7fab5abace6aa9d6fc6c335fa6fcab15a108d646':
      Squashed 'features/frameworks/mbed-trace/' changes from 6df2572..9eaf0d1
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    d7e2bd3 View commit details
    Browse the repository at this point in the history
  5. Merge commit '6a6dc452aa482a87421de660b3c57590cd43d6fa' into mbedos511

    * commit '6a6dc452aa482a87421de660b3c57590cd43d6fa':
      Squashed 'features/nanostack/coap-service/' changes from cbe656a..bc331ca
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3c37456 View commit details
    Browse the repository at this point in the history
  6. Squashed 'features/nanostack/coap-service/' changes from cbe656a..bc3…

    …31ca
    
    bc331ca Delete transaction when handling response (ARMmbed#110)
    0292600 Use callback function when deleting request (ARMmbed#109)
    1edc4a8 New API to clear requests by service ID (ARMmbed#108)
    61ecb6b Session cleanup timer fixes (ARMmbed#105)
    
    git-subtree-dir: features/nanostack/coap-service
    git-subtree-split: bc331ca
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    6a6dc45 View commit details
    Browse the repository at this point in the history
  7. Merge commit '6dd01c679db4deb0a4a2c55832f3abe7b19bc51b' into mbedos511

    * commit '6dd01c679db4deb0a4a2c55832f3abe7b19bc51b':
      Squashed 'features/nanostack/sal-stack-nanostack/' changes from 2535a6c..ccd30a3
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    ef39a19 View commit details
    Browse the repository at this point in the history
  8. Squashed 'features/nanostack/sal-stack-nanostack/' changes from 2535a6c

    …..ccd30a3
    
    ccd30a3 Merge branch 'release_internal' into release_external
    a9d7c1b Use BSD3 license for Thread files (ARMmbed#1898)
    2b1d298 Link request retransmission delay changed (ARMmbed#1895)
    06bd60a Remove ws resources from Nanostack
    ad8577d Remove new test files
    4453f82 Merge branch 'release_internal' into release_external
    acbf1ac Add missing function macros (ARMmbed#1897)
    dae82f6 implemented wisun routing cost calculation
    f919fd1 Fix warning found by PVS-studio (ARMmbed#1891)
    399f02f Additional time for distribution of dataset added (ARMmbed#1892)
    dde9e61 Reverted commit ARMmbed#1888 and fixed thread_bbr_dua_entry_find (ARMmbed#1893)
    628fa27 Merge pull request ARMmbed#1885 from ARMmbed/IOTTHD-2752
    cfea7b2 BBR route for added with preference. Route info updated. (ARMmbed#1888)
    dc404c4 Fix issues found by coverity (ARMmbed#1889)
    c81e59c Fixes for Wi-SUN bbr behaviour
    c941fe6 Adjust COAP callback return values (ARMmbed#1886)
    7ef4775 Fix for multicast ping forwarding before adding MPL header(ARMmbed#1883)
    766e305 FHSS: fixed missing us convert
    ef38363 FHSS: Traces in set parent
    296e455 FHSS: Time unit defines added
    724696c FHSS: changed traces to use timestamp from MAC
    3deb08c FHSS: use divider function in ufsi calculation
    74c7f37 FHSS: function to check if remaining slots is negative
    654dd44 Merge pull request ARMmbed#1879 from ARMmbed/IOTTHD-2752
    1ef5062 Address registration fix (ARMmbed#1882)
    4c74f96 FHSS unit tests: Fixed tr51 tests
    4cf7fdf FHSS: fixed tr51 channel table size
    a1d8b3d FHSS unit tests: Fixed tr51 tests
    7e622b3 FHSS: Allocate TR51 channel tables when FHSS enabled
    e7a8d45 link-local multicast group registration (ARMmbed#1880)
    d4c95f2 Clear COAP retransmissions in partition change (ARMmbed#1872)
    bf36b91 Added generation of mac address if not set
    990f4f1 Merge pull request ARMmbed#1877 from ARMmbed/dhcpv6_server_fix
    6cbe7c5 Fix wrong link type to correct one DHCPV6_DUID_HARDWARE_EUI64_TYPE ->  DHCPV6_DUID_HARDWARE_EUI48_TYPE
    fd6c1c8 Merge pull request ARMmbed#1876 from ARMmbed/thread_dhcpv6_server_trace_fix
    3f83bd1 Added trace about prefered timeout for fix CI test
    4331ea1 added support for multicast forwarding
    7327652 bbr start called after seq number updated. (ARMmbed#1875)
    98be8b2 Merge pull request ARMmbed#1868 from ARMmbed/IOTTHD-2863
    23296c1 Merge pull request ARMmbed#1871 from ARMmbed/ws_config_handler
    2188fd2 FHSS: Fixed negative remaining time in ufsi calculation
    5b70440 announce reattach fix (ARMmbed#1873)
    fc11a7a Merge pull request ARMmbed#1869 from ARMmbed/dhcpv6_server_update
    a156355 WS PAN config message handler update
    5e45c40 Thread dhcpv6 server update
    fe9ba3b Wi-sun border router enable global prefix with DHCP address allocation.
    6d2af0b Dhcpv6 server update
    ab1260a added possibility to set next sequence number on PBBR. (ARMmbed#1867)
    6679db4 WS bootstrap: traces to hop calculation
    1cc4aff Merge pull request ARMmbed#1865 from ARMmbed/dhcpv6_client_ws_integration
    c2d0e14 Enable wi-sun dhcp relay service.
    70e56b1 Wi-sun DHCP client support and RPL prefix learn Callback
    3389b46 Merge pull request ARMmbed#1866 from ARMmbed/dhcp_relay_fix
    9aa6a95 Address registration changes for MED and SED (ARMmbed#1863)
    16359eb Fix compile problem
    1472b02 Removed duplcate line.
    67ea075 Wi-SUN node init API change
    b906861 Fixed DHCP relay bugs
    bcffa5f FHSS: Fixed setting parent synch
    e0276f6 FHSS: Configure in critical state
    d74d5ff Merge pull request ARMmbed#1862 from ARMmbed/dhcp_client_generic_update
    999bbc3 Copied memory fix from PR ARMmbed#1858
    6500fcf DHCPv6 client Generic API for all stacks.
    2ec9b6e Fix memory leak if dhcp renew send fails (ARMmbed#1858)
    cbf99e7 Merge pull request ARMmbed#1861 from ARMmbed/ws_dhcp_support
    08155b1 DHCPv6 service relay support
    62812ab Libdhcpv6 Relay support
    0eea30d delay Join_ent.ntf sending by 50 ms (ARMmbed#1860)
    dac1d99 Merge pull request ARMmbed#1857 from ARMmbed/mac_enhanced_ack
    b819fa8 Fix bbr start
    514bb58 Merge pull request ARMmbed#1836 from ARMmbed/IOTTHD-2828
    b074d0e Merge pull request ARMmbed#1845 from ARMmbed/IOTTHD-2839
    20b5e57 Enhanced ACK tx fix
    caf53d1 Merge pull request ARMmbed#1846 from ARMmbed/IOTTHD-2824
    9b5e1c9 added payload length for Max child timeout tlv (ARMmbed#1856)
    3c1864b address registration tlv check only for MTDs (ARMmbed#1855)
    942d8e7 Diagnostic TLV added (ARMmbed#1854)
    f2b38cf Check for mandatory Address registration tlv (ARMmbed#1853)
    ce8d5b7 Valdations for Child update response added: (ARMmbed#1852)
    e373545 Added Wi-SUN border router implementation
    1f7c040 Merge pull request ARMmbed#1849 from ARMmbed/mac_asynch_fix
    33afc9c FHSS: Added force synch boolean in parent set
    5ddf5fa FHSS: prevent unicast on broadcast channel in tx handle
    f17e6cd FHSS: Check TX/RX slot in tx handle
    3082407 FHSS: implemented divide function
    cebdaf4 Update stoip6 prototype to tests (ARMmbed#1851)
    279c708 Trig a new back off period for pending TX if ACK tx is active
    f1e7f06 Fix broken unit test.
    1d8e3d7 MAC Asynch Data request update
    cca9879 Merge pull request ARMmbed#1848 from ARMmbed/iotthd-2788
    fe84585 Merge pull request ARMmbed#1847 from ARMmbed/eAck_mac_timer_fix
    c1c5926 Dynamic parent selection delay based on trickle i_min.
    68bad00 MAC: Stop active MAC timer before sending enhanced Ack
    4a204bd MAC: set new MAC channel only if RF returns success
    9d79ca9 FHSS: Added minimum synch interval
    a35b702 FHSS: Increased min random of tx poll
    db6dc6b MAC: Fixed enhanced ack TX time
    5836b50 Merge pull request ARMmbed#1844 from ARMmbed/fix_ack_tx_fail_handling
    d9e2ea6 MAC: Fixed handling of the failed Ack transmission
    f43e285 Merge pull request ARMmbed#1843 from ARMmbed/address_reg_fix
    0b4aa78 Parent Broadcast synch fix and TR51CF slot define fix
    d6b4111 fix for valgrind reported error. (ARMmbed#1842)
    8160d86 Added support for wisun multicast
    1f4625e Call ws_secondary_parent_update inside primary set for reduce code size.
    35b39f4 Merge pull request ARMmbed#1840 from ARMmbed/address_register
    cfb2426 bbr memory leak during keep alive fixed. (ARMmbed#1839)
    a8aafe4 Stub update
    c244ad8 Enable 6-bit path control for give better compare between parent's.
    eac63d2 FHSS and address registration update
    c14343a valgrind and coverity reported errors fixed. (ARMmbed#1838)
    9b14b83 additional thread prefixes in network data (ARMmbed#1833)
    fb07086 Merge pull request ARMmbed#1837 from ARMmbed/llc_parent_synch
    bf55180 Fixed failing unit test.
    5e7a493 Update brodcast synch when here data from primary parent.
    9e22831 Merge pull request ARMmbed#1834 from ARMmbed/enable_bt_ie_ulad
    02af1a8 Thread extension commission updates (ARMmbed#1835)
    dd082a0 Fix ws_llc_data_send unit test validation with new bt-ie lement length.
    ae6554d Revert "Disable wi-sun features temporary".
    927c329 Thread extension commissioning updates (ARMmbed#1828)
    160ef0a Merge pull request ARMmbed#1829 from ARMmbed/IOTTHD-2821
    576f2bf FHSS unit tests: Fixed channel function variable name
    f33d163 WS: Removed backward compatibility defines
    9c88a7f WS: fixed overwriting fixed channel with random
    efd77f1 Clean thread_routing test stub (ARMmbed#1832)
    2b8a011 Remove recursion from MAC layer #2 (ARMmbed#1830)
    2f5a2ce Remove recursion from MAC layer (ARMmbed#1826)
    06e3243 propagation of reserved bit in network data implemented. (ARMmbed#1827)
    e7fa605 Merge pull request ARMmbed#1823 from ARMmbed/IOTTHD-2782
    89001d1 Merge pull request ARMmbed#1825 from ARMmbed/IOTTHD-2816
    9c78a95 MAC: Static CSMA period when using FHSS
    3d1c8a0 FHSS: Stop unicast schedule when fixed channel or no dwell interval
    d6086d0 Merge pull request ARMmbed#1818 from ARMmbed/nud_statemachine
    a2b8491 Wi-sun Border router and NUD process updates
    60e1545 Disable wi-sun features temporary
    7e3c16c Wi-sun LLC Data request IE update
    a27076f Fixed Pan informatio IE read bug
    bb1aeac Fixed Fragmentation init failure problem.
    02fce65 Parent select and pan config handler update
    a2ef56a wi-sun update:
    ca9fd4f Disabled Wi-sun border router version number update.
    231daf7 Wi-sun NUD State Machine update
    e7d551c Commissioner fixes (ARMmbed#1824)
    62ffba3 keepalive for on mesh commissioner sent to leader aloc. (ARMmbed#1821)
    f846823 Coverity reported error fixes: (ARMmbed#1822)
    708e8d3 Merge pull request ARMmbed#1820 from ARMmbed/IOTTHD-2735
    b2e7efc FHSS WS: Get MAC channel from FHSS when starting RF interface
    fe2b448 Merge pull request ARMmbed#1819 from ARMmbed/fixed_bad_channel
    7c13c3c commissioner updates. (ARMmbed#1812)
    4c7d4f2 FHSS: Fixed bad channel check with fixed channel configuration
    40b2eec Set global address flag to follow address state
    b46eacc updated channel plan settings
    4a1d595 Merge pull request ARMmbed#1815 from ARMmbed/iotthd-2745
    5a37354 Primary Parent Update Hook to Wi-sun for synch broadcast schedule.
    98b0e23 Fix memory leak when advertising route (ARMmbed#1814)
    b5d276d refactored trickkle running checks
    61ff793 Merge pull request ARMmbed#1807 from ARMmbed/rpl_parent_candidate
    a7a1ab3 Updated to NUD probability from 10% to 1%.
    89b8eeb Merge pull request ARMmbed#1810 from ARMmbed/IOTTHD-2734
    b99d497 Modify NUD operation propability.
    4bb8b54 Wi-sun Probe update
    2183869 FHSS Ack tx done fix
    fb4309d Mac Asynch and Ack validation update
    2695601 FHSS parent synch fix.
    b50abb0 RPL, FHSS and Wisun Update
    a40e012 Check MAC status when purging indirect queue (ARMmbed#1811)
    b68f394 WS bootstrap: Updated channel function set apis
    42b2e7c Unit tests: channel function tests updated
    b6236f9 WS bootstrap: Separated unicast and broadcast channel functions
    6fe5ea5 Fix Thread DHCPv6-client memory leak (ARMmbed#1808)
    bbc0d77 WS bootstrap: renamed channel_function to uc_channel_function
    7dbad5e Parent sends full network data in response to data request (ARMmbed#1806)
    cbe45b4 Merge pull request ARMmbed#1805 from ARMmbed/IOTTHD-2733
    8956418 FHSS unit tests: Fixed broadcast handler tests
    e7aa893 FHSS: Define to make outdated application work
    9fd804b FHSS: Separated broadcast schedule channel function
    327c310 Merge pull request ARMmbed#1804 from ARMmbed/fhss_ws_cs
    e7ae8ce FHSS unit tests: Fixed missing platform stub
    9cbd2b7 FHSS: added critical states
    51f8328 Merge pull request ARMmbed#1803 from ARMmbed/IOTTHD-2736
    537b60d FHSS unit tests: Fixed missing stub
    43bc93d FHSS: Poll TX queue on every TX slot
    c6e2457 Merge pull request ARMmbed#1802 from ARMmbed/asynch_channel_plan_filter
    c851b07 Wi-sun bootstrap verify channel plan component against own configured ones.
    1bdc4e6 Merge pull request ARMmbed#1800 from ARMmbed/IOTTHD-2504
    6ed53e6 FHSS unit tests: Fixed timestamp stub return value
    f43b3af FHSS unit tests: Fixed missing timestamp read function
    f27a29c Merge pull request ARMmbed#1801 from ARMmbed/rf_driver_start_fix
    c2bc561 Add MAC TX active FLAG to active before write function return value.
    08d3e12 Merge pull request ARMmbed#1799 from ARMmbed/several_bug_fixs
    65d96c4 FHSS: Fixed calculating UFSI
    eedd746 FHSS: Compensate delay from platform driver when starting timeout
    7d537ea FHSS: Read timestamp from MAC/PHY instead of using FHSS own timestamp
    0206fc8 FHSS: Added callbacks for debugging purposes
    63d8a41 Added Packet rebuild for extented driver after Driver Busy error.
    607da3e Bug fixes:
    f39312b REED and FED links removed (ARMmbed#1796)
    b162d7b added support for modifying fhss configuration after initial startup
    88e239d Merge pull request ARMmbed#1798 from ARMmbed/enhanced_ack_send
    11fb5fa MAC Enhanced ACK TX fix:
    08d5584 Merge pull request ARMmbed#1794 from ARMmbed/rpl_address_learn
    5bbc86f fed advertisement fix (ARMmbed#1795)
    a48254c Wi-sun Address registration update:
    5db8037 RPL Local Repair, SLAAC prefix update and Dodag Prefix proces update:
    b3139c8 Adjust Thread BBR neighbor/destination cache size (ARMmbed#1793)
    21deb75 Registered neighbour cache entries are not reregistered. (ARMmbed#1792)
    d93b9e4 Added empty function for ws public api
    1a09af7 Updated management api
    f52289f Merge pull request ARMmbed#1790 from ARMmbed/ws_llc_neigh_update_fix
    b954e56 WS neighbor refresh update
    0b2736f Thread address registration improvements (ARMmbed#1779)
    931a17d Merge pull request ARMmbed#1789 from ARMmbed/iotthd-2693
    90c6a8a Removed unnecessary Decrypt Fail debug trace.
    b425f4b Adapatation neighbor validation update:
    06255ee Merge pull request ARMmbed#1787 from ARMmbed/iottthd-2692
    e98c182 MAC report unknow neighbour COMM status at Packet TX process not detetct destination.
    be0aa9c Merge pull request ARMmbed#1786 from ARMmbed/iotthd-2695
    42122b7 Added support to report Driver if FHSS return unknow neighbor error.
    eb5ba30 Fixed Driver Tx done callback missing error return values.
    1a9acbd Wi-SUN fhss refactor
    0ca78d6 Merge pull request ARMmbed#1784 from ARMmbed/iotthd-2533
    9b37c24 Fixed Unicast and Broadcast MAC packet request types.
    0ddff57 Fix PAN-id read bug when received 2015 frame version's.
    
    git-subtree-dir: features/nanostack/sal-stack-nanostack
    git-subtree-split: ccd30a3
    Arto Kinnunen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    6dd01c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Remove sal-stack-nanostack-eventloop

    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2457efc View commit details
    Browse the repository at this point in the history
  2. Squashed 'features/nanostack/sal-stack-nanostack-eventloop/' content …

    …from commit 778c4db
    
    git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop
    git-subtree-split: 778c4dba0f452ec87cabb0559dd1fa0f905818a1
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    623607c View commit details
    Browse the repository at this point in the history
  3. Merge commit '623607c9da4ccd5cc1d3d75ff185b3f8d29a473b' as 'features/…

    …nanostack/sal-stack-nanostack-eventloop'
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9e661a9 View commit details
    Browse the repository at this point in the history
  4. Remove mbed-client-randlib

    Remove mbed-client-randlib and add it later as git subtree
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    72fc5fa View commit details
    Browse the repository at this point in the history
  5. Squashed 'features/frameworks/mbed-client-randlib/' content from comm…

    …it 3955b95
    
    git-subtree-dir: features/frameworks/mbed-client-randlib
    git-subtree-split: 3955b95d01e97e821039460332b453b590592342
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5d162a0 View commit details
    Browse the repository at this point in the history
  6. Merge commit '5d162a08ffd383c97b49e35f3065fcd4638ac87c' as 'features/…

    …frameworks/mbed-client-randlib'
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    ce2ecd5 View commit details
    Browse the repository at this point in the history
  7. Squashed 'features/frameworks/mbed-trace/' changes from 9eaf0d1..7a1bd34

    7a1bd34 Use Mbed OS coding style (ARMmbed#86)
    
    git-subtree-dir: features/frameworks/mbed-trace
    git-subtree-split: 7a1bd34be547f3aa9badfbeb1c9993ff4a9e1ded
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1374a5e View commit details
    Browse the repository at this point in the history
  8. Merge commit '1374a5e5e6775dd6db9533075f25b3112c984b22' into mbedos511

    * commit '1374a5e5e6775dd6db9533075f25b3112c984b22':
      Squashed 'features/frameworks/mbed-trace/' changes from 9eaf0d1..7a1bd34
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9a13e9d View commit details
    Browse the repository at this point in the history
  9. Squashed 'features/nanostack/coap-service/' changes from bc331ca..c45…

    …afcd
    
    c45afcd Use Mbed OS coding style (ARMmbed#113)
    07e26bf Use Mbed OS coding style (ARMmbed#111)
    
    git-subtree-dir: features/nanostack/coap-service
    git-subtree-split: c45afcd
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    e6a851f View commit details
    Browse the repository at this point in the history
  10. Merge commit 'e6a851f0a7310462f5f65e9f7955f9fdc71b84f0' into mbedos511

    * commit 'e6a851f0a7310462f5f65e9f7955f9fdc71b84f0':
      Squashed 'features/nanostack/coap-service/' changes from bc331ca..c45afcd
    Arto Kinnunen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    e1ef0e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Squashed 'features/frameworks/nanostack-libservice/' changes from bb5…

    …6e37..1d4c358
    
    1d4c358 Use Mbed OS coding style (ARMmbed#77)
    
    git-subtree-dir: features/frameworks/nanostack-libservice
    git-subtree-split: 1d4c35848b1733020e0532fddd17dcadf78c79c7
    Arto Kinnunen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    661681f View commit details
    Browse the repository at this point in the history
  2. Merge commit '661681f65c3fb61aec2e4605bef0fc075cc8cb0d' into mbedos511

    * commit '661681f65c3fb61aec2e4605bef0fc075cc8cb0d':
      Squashed 'features/frameworks/nanostack-libservice/' changes from bb56e37..1d4c358
    Arto Kinnunen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    923ce13 View commit details
    Browse the repository at this point in the history
  3. Squashed 'features/nanostack/sal-stack-nanostack/' changes from ccd30a3

    …..513a38e
    
    513a38e Merge branch 'release_internal' into release_external
    3d2f391 Use Mbed OS coding style (ARMmbed#1900)
    e07cfb4 re-factored thread_mcast_should_register_address. (ARMmbed#1887)
    426acd1 Fixed filter to not drop packets when no modification
    
    git-subtree-dir: features/nanostack/sal-stack-nanostack
    git-subtree-split: 513a38e
    Arto Kinnunen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    7781856 View commit details
    Browse the repository at this point in the history
  4. Merge commit '77818568c6d9389ef1eb82e40ebfbbf26626c9d3' into mbedos511

    * commit '77818568c6d9389ef1eb82e40ebfbbf26626c9d3':
      Squashed 'features/nanostack/sal-stack-nanostack/' changes from ccd30a3..513a38e
    Arto Kinnunen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    d879422 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Compliance test errors fixed

    Antti Kauppila committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    cf53494 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. CThunkbase: fix coding style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    43615ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4500e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7bfd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    501bc29 View commit details
    Browse the repository at this point in the history
  5. astyleignore: add nanostack targets folder

    Targets will be styled separately
    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    9a0651c View commit details
    Browse the repository at this point in the history
  6. rtx idle: fix coding style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    830f746 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbdbfff View commit details
    Browse the repository at this point in the history
  8. platform: fix coding style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    3d85957 View commit details
    Browse the repository at this point in the history
  9. travis: astyle error leads to the pull request error

    As our codebase is 0 styling errors, we should start treating astyle errors as
    pull request blockers. Time to follow our coding style.
    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    edef49b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53c4277 View commit details
    Browse the repository at this point in the history
  11. tests: fix doxygen style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    ef728d0 View commit details
    Browse the repository at this point in the history
  12. rtos: fix coding style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    e1e20a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3aab381 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29a1149 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eec4e13 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3f9d1a9 View commit details
    Browse the repository at this point in the history
  17. travis: add after_failure for astyle

    To get to failure, we need to exit with 1
    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    70b5772 View commit details
    Browse the repository at this point in the history
  18. events: fix coding style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    d3e51fc View commit details
    Browse the repository at this point in the history
  19. blockdevice: fix coding style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6d6c09b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cbdd632 View commit details
    Browse the repository at this point in the history
  21. cellular: fix coding style

    0xc0170 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a2ae34b View commit details
    Browse the repository at this point in the history
  22. Improve the efficiency of BufferedBlockDevice

    David Saada committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    50836e7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3995779 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f91eed9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    91e1da1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3f289c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Merge branch 'Lora_compliance' of ssh://github.com/AnttiKauppila/mbed…

    …-os into rollup-b.1
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    8cbd310 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_astyle_error' of ssh://github.com/0xc0170/mbed-os i…

    …nto rollup-b.1
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5c1c7bf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'david_buffered_bd_perf' of ssh://github.com/davidsaada/…

    …mbed-os into rollup-b.1
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    0e4f843 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'prepare_for_mbedos511' of ssh://github.com/artokin/mbed…

    …-os into rollup-b.1
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    49b940c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'david_unity_error_code' of ssh://github.com/davidsaada/…

    …mbed-os into rollup-b.1
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    b327b12 View commit details
    Browse the repository at this point in the history