Commit Graph

2183 Commits (mbed_lib_rev161)

Author SHA1 Message Date
Kimmo Vaisanen 153b137953 Lora: Fix resetting of max_eirp and antenna_gain values
This is a fix for issue #6391

max_eirp and antenna_gain are floating point variables. Values of these
were incorrectly read from MIB as integer and therefore incorrect values
were set.
2018-04-09 15:06:27 +01:00
Antti Kauppila aa65a10e06 LoRa: Fixed cflist decoding issue
- This fixes defect IOTCELL-754
2018-04-09 15:00:48 +01:00
Max Payne 9b4491c14d Fix IPv4 address parsing due to not-so-portable scanf modifier
Bug is raised when using newlib-based toolchains.
%hh format is only avaliable in scanf if newlib is compiled
with _WANT_IO_C99_FORMATS option.
2018-04-09 15:00:48 +01:00
Antti Yli-Tokola 5b7e67e098 Update mbed-coap to version 4.4.1
- Fixes error: IOTCLT-2539 Block wise messaging call-backs not working logically
- Allow TCP+TLS transport method to send larger messages without blockwising.

NOTE! These are internal changes required for cloud client. This has no direct relevance to any mbed-os functionality.
2018-04-09 15:00:48 +01:00
Marcus Chang de417d6487 Inrease thread stack size to 1024 bytes in NVStore test for NRF52 2018-04-09 15:00:48 +01:00
Donatien Garnier a84d08ec59 Fixed inconsistent casing issue for SecurityDb 2018-04-09 15:00:48 +01:00
Seppo Takalo 7cd9919496 Add missing Doxygen descriptions for Nanostack
Fix couple of parameter issues as well.
2018-04-09 15:00:48 +01:00
Kevin Bracey 37fbb7c133 lwIP: fix some IPv6 errors, eg TCP keepalive
Glue code was inspecting lwIP's netconn "type", checking directly for
NETCONN_UDP and NETCONN_TCP.

Unfortunately the type byte has some flag bits like
"IPv6", which means the tests fail if it's an IPv6 socket. So, for
example, TCP socket options were rejected for IPv6.

Add the necessary NETCONNTYPE_GROUP macros to fix this.
2018-04-09 15:00:48 +01:00
Antti Yli-Tokola a48b62d1a6 Update mbed-coap to version 4.4.0
Make sn_coap_protocol_send_rst as public needed for CoAP ping sending
Allow disabling resendings by defining SN_COAP_DISABLE_RESENDINGS
2018-03-27 12:09:14 +01:00
Antti Yli-Tokola 3ba208a96d Update mbed-coap to version 4.3.0
Add new api to clear whole sent blockwise message list
2018-03-27 12:08:19 +01:00
Mika Leppänen 9d5908695b Corrected lwip adaptation TCP flagging 2018-03-26 18:52:24 +01:00
Christopher Haster 4c93aa262e littlefs: Fixed issue updating dir struct when extended dir chain
Like most of the lfs_dir_t functions, lfs_dir_append is responsible for
updating the lfs_dir_t struct if the underlying directory block is
moved. This property makes handling worn out blocks much easier by
removing the amount of state that needs to be considered during a
directory update.

However, extending the dir chain is a bit of a corner case. It's not
changing the old block, but callers of lfs_dir_append do assume the
"entry" will reside in "dir" after lfs_dir_append completes.

This issue only occurs when creating files, since mkdir does not use
the entry after lfs_dir_append. Unfortunately, the tests against
extending the directory chain were all made using mkdir.

Found by schouleu
2018-03-26 18:52:24 +01:00
Mudassar Hussain a8cde30c2d Removed strncmp 2018-03-26 18:52:24 +01:00
Mudassar Hussain 6d4e280160 Cellular: update attach test 2018-03-26 18:52:24 +01:00
Deepika aad97a6d34 dir seek fixed - dptr was not updated before checking 2018-03-26 18:52:24 +01:00
Mirela Chirica 3cbfd3faad Quectel BC95 echo test fixes
Fixing get host by name and iterate send/recv socket operations.
2018-03-26 18:52:24 +01:00
Mirela Chirica b620a35ed3 Use of APN lookup decision logic fixed 2018-03-26 18:52:24 +01:00
Mirela Chirica 79fa5775b4 Fix wrong header define name 2018-03-26 18:52:24 +01:00
Mirela Chirica a708296f29 Release AT handler if network not created 2018-03-26 18:52:24 +01:00
Mirela Chirica 5cb29a7ea4 Own SIM state retrieval for Quectel BC95 2018-03-26 18:52:24 +01:00
Teppo Järvelin b7526edf68 Fixed correct includes so that compile log is not polluted. 2018-03-26 18:52:24 +01:00
Teppo Järvelin 08d681a82a PR review findings, updated deprecated comments. 2018-03-26 18:52:24 +01:00
Antti Kauppila 6dd0a79e39 MBED_DEPRECATED_SINCE taken into use 2018-03-26 18:52:24 +01:00
Teppo Järvelin 51558781af Moved APN_db.h under new cellular. 2018-03-26 18:52:24 +01:00
Teppo Järvelin dbaa387a31 Added deprecation notes to old cellular interfaces. 2018-03-26 18:52:24 +01:00
David Saada 1525bc0f2b NVStore: add comments in header file for Doxygen formatting sake. 2018-03-26 18:52:24 +01:00
Teemu Kultala 2af9b5cf8b callback API added 2018-03-26 18:52:24 +01:00
Teppo Järvelin 20cefbf462 Cellular: Fixed sms unit tests. 2018-03-26 18:52:24 +01:00
Kevin Bracey 2df1f47ed2 mbed-mesh-api: revise some Thread JSON help 2018-03-26 18:52:24 +01:00
Kevin Bracey d63f07bd6f mbed-mesh-api: add JSON help 2018-03-26 18:52:24 +01:00
Brendan McDonnell c59380dc82 revert typos in external sources 2018-03-26 18:52:24 +01:00
Brendan McDonnell 43db7b3258 a few grammar corrections 2018-03-26 18:52:24 +01:00
Brendan McDonnell f94dd8d2e7 typos 2018-03-26 18:52:24 +01:00
Kimmo Vaisanen 92f4b989ce Fix verification of RX2 datarate
Datarate verification passed only if given datarate was a minimum
possible value. Instead datarate should be checked that it is less
than maximum value.
2018-03-26 18:52:24 +01:00
Kimmo Vaisanen a8915ba45f Fix initialization of phy_params.payloads_with_repeater.size 2018-03-26 18:52:24 +01:00
Teppo Järvelin 5f848b175d Cellular: ATHandler write improvements. 2018-03-26 18:52:24 +01:00
Teppo Järvelin c279da61fc Fixed Cellular unit tests by adding one missing stub after changes in mbed-os. 2018-03-26 18:52:24 +01:00
jiangkun1994 4c67a9f041 fixes a typo in README.md 2018-03-26 18:52:24 +01:00
jiangkun1994 3ce040aaf2 fixes some typos in README.md 2018-03-26 18:52:24 +01:00
jiangkun1994 98b6f9a30d fixes a typo in README.md 2018-03-26 18:52:24 +01:00
Jasper de Winkel 42d46f93ce Small typo fixes in readme.md files 2018-03-26 18:52:24 +01:00
daid e30b81ab97 Add support for STEVAL-3DP001V1 board, which has an STM32F401VE chip. This support is based on the NUCLEO-F401RE board. Which has the same amount of flash/ram but less pins available on the chip. 2018-03-26 18:52:24 +01:00
Antti Kauppila ef8dc12209 Cellular tests: nsapi_socket_t errors fixed in unittests 2018-03-26 18:52:24 +01:00
Teemu Kultala 6b536b1cae cellular doxygen updates 2018-03-13 23:44:20 -05:00
Teppo Järvelin 6e754cc375 Cellular tests: fixed cellular greentea tests by adding timeout as it may take time to register, attach and connect to network. 2018-03-13 23:44:20 -05:00
Christopher Haster 216383a08e fatfs: Revert "Update error code mapping"
This reverts commits:
b40ff8af15
b548fd8a39
2018-03-13 23:44:20 -05:00
David Saada afedc56342 NVStore: Enclose header file with DOXYGEN_ONLY option as well. 2018-03-13 23:44:20 -05:00
Anna Bridge a6e27b1b86
Merge pull request #6082 from AriParkkila/master
Mbed OS cellular connectivity
2018-03-02 18:36:48 +00:00
Anna Bridge f0bda6c4cd
Merge pull request #6251 from deepakvenugopal/master
Fixed Thread Commissioning issue in CoAP service
2018-03-02 13:58:59 +00:00
Ari Parkkila f91cc33fca Updated readme document 2018-03-02 14:38:08 +02:00