Amanda Butler
7a2d04ebc6
Edit CellularContext.h
...
Edit file for complete sentences and correct commas.
2018-12-27 22:25:58 -06:00
Amanda Butler
3892105dee
Edit CellularDevice.h
...
Edit file for complete sentences, consistent tense and correct commas.
2018-12-27 22:25:58 -06:00
Teppo Järvelin
faab478c23
Cellular: add Callback functionality to CellularDevice.
2018-12-27 22:25:58 -06:00
Teppo Järvelin
f9742e978c
Cellular: updated doxygen for CellularContext and CellularDevice.
2018-12-27 22:25:58 -06:00
Amanda Butler
81296b34d0
Edit TDBStore.h
...
Edit file for punctuation and consistent tense.
2018-12-27 22:25:57 -06:00
Amanda Butler
053212b540
Edit SecureStore.h
...
Edit file for consistent tense.
2018-12-27 22:25:57 -06:00
Amanda Butler
cafce1018a
Add word to KVMap.h
...
Add missing article for clarity and capitalization.
2018-12-27 22:25:57 -06:00
Amanda Butler
bbea6ed27a
Edit FileSystemStore.h
...
Make minor edits, mostly for consistent tense across documents.
2018-12-27 22:25:57 -06:00
Yossi Levy
31eff13967
Fixing Doxygen descriptions
2018-12-27 22:25:57 -06:00
Kari Haapalehto
5d96c9b070
Coverity fixes. These issues has been found by coverity.
2018-12-27 22:25:57 -06:00
Yossi Levy
9325ed9a6c
Setting K64F to use KVStore FileSystem configuration
2018-12-27 22:25:56 -06:00
Ron Eldor
dcff4c92cd
Add comment for reasoning for changing default
...
Add a comment in the `adjust-config.sh` script, for effects
and benefits of the new value.
2018-12-27 22:25:56 -06:00
Ron Eldor
a88df39cea
Reduce default MBEDTLS_MPI_MAX_SIZE
...
Reduce the default size of `MBEDTLS_MPI_MAX_SIZE` to 512 bytes,
as the default 1024 consumes much stack, and supporting RSA 4096 bit
may suffice at the moment.
2018-12-27 22:25:56 -06:00
Vincent Coubard
bbf0adf337
BLE: Improve scan response process explanation.
2018-12-27 22:25:56 -06:00
Vincent Coubard
af8e1f5f6c
BLE: Fix common/Duration.h doc.
2018-12-27 22:25:56 -06:00
jeromecoutant
b950a8f7ac
Remove NVSTORE enabled from NUCLEO_F410RB
2018-12-27 22:25:55 -06:00
Antti Yli-Tokola
998893dd36
Update mbed-coap to version 4.7.3
...
EMPTY response should not be stored to blockwise list.
An Empty message only contains the 4-byte header so it does not require any blockwise operations.
This will fix unneseccary message sending timeouts which leads mbed cloud client to do unnecessary
reconnections which increases the network traffic.
2018-12-27 22:25:55 -06:00
Paul Szczepanek
c74f2561e0
fix DM_CONN_ID_NONE loop condition
2018-12-27 22:25:55 -06:00
Vincent Coubard
6c5defac00
BLE: Fix iteration on connections in CordioGattServer.
2018-12-27 22:25:55 -06:00
Michal Paszta
1931c2cd27
Fix compilation warnings (apart from nanostack)
2018-12-27 22:25:55 -06:00
Mikhail Maltsev
d0bef03aed
Fix C++11 build with Arm Compiler 6
...
Currently there are two issues which prevent building Mbed OS with
-std=gnu++11 when using Arm Compiler 6:
* NanostackRfPhys2lp.cpp contains a narrowing conversion in a braced
initializer list
* ns_types.h includes <stdalign.h> which Arm Compiler 6 currently
does not provide
This patch fixes both issues. The first one is fixed by changing the
underlying type of the corresponding enumeration when the code is
compiled as C++11. The second issue is worked around by avoiding the
use of <stdalign.h> header for Arm Compiler versions prior to 6.12.
2018-12-27 22:25:55 -06:00
Kari Haapalehto
ee57fd679e
Correct network status callbacks with Nanostack. Ethernet-tasklet needs to be registered for emac link state changes. Ethernet-tasklet will then handle ethernet cable connection/disconnection events.
2018-12-27 22:25:54 -06:00
Ron Eldor
789542168d
Fix issues in CC310 cc_internal discovered by OTT
...
Return `MBEDTLS_ERR_ECP_INVALID_KEY` when Cryptocell returns
`CRYS_ECPKI_BUILD_KEY_INVALID_PRIV_KEY_SIZE_ERROR`
or `CRYS_ECPKI_BUILD_KEY_INVALID_PUBL_KEY_SIZE_ERROR`,
When the key size is invalid. Found by the "ECDSA zero private parameter"
tests.
2018-12-27 22:25:54 -06:00
Teemu Kultala
e4832fc8c3
cellular: registration status change fix
2018-12-27 22:25:54 -06:00
Terence Zhang
7dd7471be6
Formatted via astyle.
2018-12-11 16:14:50 -06:00
Terence Zhang
7529535a26
Fix for the fault exception issue: https://github.com/ARMmbed/mbed-os-example-cellular/issues/112
2018-12-11 16:14:50 -06:00
Terence Zhang
de70dae221
Fix the fault exception issue in socket_recvfrom with the null pointer parameter as SocketAddress *addr.
2018-12-11 16:14:50 -06:00
David Saada
04377fa88e
Fix a few SecureStore issues (following preliminary security review)
...
- Remove require integrity flag (authentication) - always authenticate
- Use RBP KV to store CMAC also in write once case
- Allow removing a key if reading it failed on RBP authentication error
- Disable SecureStore if user disables MBED TLS AES CTR or CMAC
2018-12-11 16:14:50 -06:00
paul-szczepanek-arm
52b0f21720
remove noreturn error function to avoid compilation issues
2018-12-11 16:14:49 -06:00
paul-szczepanek-arm
d9ec798f67
fixed ARM compilation problem caused by noreturn
2018-12-11 16:14:49 -06:00
paul-szczepanek-arm
70d588474e
working ARM lib
2018-12-11 16:14:49 -06:00
paul-szczepanek-arm
c972982205
working libs for GCC and IAR
2018-12-11 16:14:49 -06:00
Donatien Garnier
4a81acca8b
Replace ARMCC libs
2018-12-11 16:14:49 -06:00
Donatien Garnier
1dda09422d
ARMCC only likes armar
2018-12-11 16:14:48 -06:00
Donatien Garnier
0c785ac445
Remove use of GPIOs (LEDs and diag pins) from Cordio LL for Nordic
2018-12-11 16:14:48 -06:00
Donatien Garnier
345a3ed931
Remove duplicate symbols in libcordio_stack.a
2018-12-11 16:14:48 -06:00
paul-szczepanek-arm
368a90b944
iar libs for cordio
2018-12-11 16:14:48 -06:00
paul-szczepanek-arm
c9fb69c8e8
added arm version of libs
2018-12-11 16:14:48 -06:00
paul-szczepanek-arm
1b18dc0aad
baseband clock rate increased to 1 000 000
2018-12-11 16:14:48 -06:00
Vincent Coubard
71ed27e31a
BLE: Fix the number of advertising sets supported
...
The number of advertising sets supported is the minimum of advertising sets supported beween the host and the controller.
2018-12-11 16:14:48 -06:00
Vincent Coubard
744ef59e03
BLE: Set the number of the advertising sets supported by the host to 3.
2018-12-11 16:14:48 -06:00
Vincent Coubard
65f688e660
BLE: Set the number of supported phy by the host to 3.
2018-12-11 16:14:48 -06:00
Vincent Coubard
a7d43fce61
BLE: Inject random static address during reset sequence.
2018-12-11 16:14:48 -06:00
Vincent Coubard
a59a2e925f
BLE: Add an option to inject the random static address during the reset sequence.
2018-12-11 16:14:48 -06:00
Vincent Coubard
d1af84aa61
BLE: Revert changes introduced by debugging.
2018-12-11 16:14:48 -06:00
Vincent Coubard
bb2870fdd1
BLE: Fix recursion in ble::advertising_data_status_t raw constructor.
2018-12-11 16:14:47 -06:00
Vincent Coubard
991c723f93
BLE: Fix address type allowed to create a periodic sync.
2018-12-11 16:14:47 -06:00
Vincent Coubard
49717e4afa
BLE: Allow null value for periodic interval in advertising report event.
2018-12-11 16:14:47 -06:00
paul-szczepanek-arm
11ac1e0a46
copy periodic payload
2018-12-11 16:14:47 -06:00
paul-szczepanek-arm
8a3b5f46ad
always set filter policy
2018-12-11 16:14:47 -06:00