mbed-os/features
Michal Paszta 53a82faa5a Prevent double attempt to connect mesh api
Socket network interface tests were failing due to DICONNECTED event
being advertised, where GLOBAL_UP was expected. It turned out that
nanostack receives two events: APPL_EVENT_CONNECT and
APPL_BACKHAUL_INTERFACE_PHY_UP. The second attempt to connect obviously
returns errors, but it also causes events to be sent out to the
application. The second attempt should not take place in case the
bootstrap is already started.

I also fixed two reports being sent with DISCONNECT status, while they
are actually something else.
2019-01-30 15:08:11 +02:00
..
FEATURE_BLE Merge pull request #9499 from bridadan/remove_yotta_modules 2019-01-28 10:37:30 -06:00
FEATURE_BOOTLOADER Added TARGET_SDT64B, a bootloader file on SDT64B 2019-01-07 10:52:34 +09:00
cellular Cellular: Remove makefile and mbedignore refering to obsolete cellular unit tests 2019-01-29 13:23:39 +02:00
cryptocell/FEATURE_CRYPTOCELL310 Rename the platform context varaiable 2019-01-22 13:57:32 +02:00
deprecated_warnings feature deprecated: fix astyle coding style 2018-11-07 08:56:35 +00:00
device_key Adding a test if device key buffer has changed after calling to entropy func. this should enable as to eliminate some rare cases when the trng fail but still return success. 2019-01-10 10:18:44 +02:00
frameworks Merge pull request #9499 from bridadan/remove_yotta_modules 2019-01-28 10:37:30 -06:00
lorawan Merge pull request #9245 from kjbracey-arm/lorawan_atomic_flag 2019-01-16 09:31:29 +01:00
lwipstack Allow LwIP TCP retransmissions to be configured and tune those smaller. 2019-01-02 19:05:16 +02:00
mbedtls Mutex-protect mbedtls_hardware_poll 2019-01-29 12:45:48 +02:00
nanostack Prevent double attempt to connect mesh api 2019-01-30 15:08:11 +02:00
netsocket Merge pull request #9474 from VeijoPesonen/fix-newlines_at_end-of-files 2019-01-28 10:33:37 -06:00
nfc Adds newlines to avoid compiler warnings 2019-01-23 16:43:45 +02:00
storage Adds newlines to avoid compiler warnings 2019-01-23 16:44:16 +02:00
unsupported Fix bug in templated attach function 2019-01-10 21:16:13 +00:00