Martin Kojtal
73cfc7baea
Merge pull request #7135 from k-stachowiak/update-mbedtls-2.10.0-rc1
...
Update Mbed TLS to version 2.10.0
2018-06-08 10:18:06 +02:00
Cruz Monrreal
fd6f3cd4a4
Merge pull request #7144 from k-stachowiak/add-cmac-to-mbedtls
...
Add configuration options to enable CMAC in mbedtls by default
2018-06-07 14:44:22 -05:00
Cruz Monrreal
e10a3b306d
Merge pull request #7120 from mikaleppanen/dns_fail_corr
...
Fixed DNS resolution in case all sendto operations fail
2018-06-07 10:13:03 -05:00
Cruz Monrreal
bacf6a9dec
Merge pull request #6860 from andrewleech/nordic_ble_config
...
Nordic BLE: Allow configuration of softdevice parameters
2018-06-07 10:10:23 -05:00
Krzysztof Stachowiak
843b1a19e7
Update Mbed TLS after corrections for the import procedure
2018-06-07 10:25:21 +02:00
Krzysztof Stachowiak
7eeb694dd9
Update MbedTLS to 2.10.0 (from an RC)
2018-06-06 17:31:18 +02:00
Krzysztof Stachowiak
8c9a967ef2
Improve the documenting comment in a config adjustment script
2018-06-06 15:33:28 +02:00
Krzysztof Stachowiak
9c6a85a6e9
Add configuration options to enable CMAC in mbedtls by default
2018-06-06 13:36:28 +02:00
Krzysztof Stachowiak
f85e3f6177
Update Mbed TLS do version 2.10.0-rc1
2018-06-06 09:13:06 +02:00
Martin Kojtal
ade3d0c77d
Merge pull request #7095 from yossi2le/device-key-fix-coverity-issues
...
Fixing some coverity issues.
2018-06-05 14:15:21 +02:00
Mika Leppänen
9ec1ec90d9
Fixed DNS resolution in case all sendto operations fail
...
DNS resolver now counts how many sendto operations are successful
during one DNS server attempt cycle (attempting to contact DNS
servers from 0 to last index, including stack specific ones). If all
socket sendto operations fail, DNS resolution is aborted.
If one or more are successful, DNS resolution is continued until
total network attempts count is reached or all sendto operations
fails during a cycle.
2018-06-05 14:29:48 +03:00
Cruz Monrreal
20a4412082
Merge pull request #7089 from paul-szczepanek-arm/fix-master
...
BLE fixes (SM whitelist creation, Nordic scatter file fix, missing TLS initialisation)
2018-06-04 10:44:54 -05:00
Cruz Monrreal
d559ed6d0e
Merge pull request #7072 from kfnta/edit_uvisor_depr
...
Edit warning about FEATURE_UVISOR being deprecated
2018-06-04 10:41:29 -05:00
Cruz Monrreal
0ae41b1def
Merge pull request #7074 from RonEld/remove_redundant_libraries
...
Remove redundant Cryptocell libraries
2018-06-04 10:41:05 -05:00
Anna Bridge
2d0e5f04b1
Merge pull request #6022 from andrewleech/nrf_asserts_error
...
nrf5x: Enable asserts -> mbed_error
2018-06-04 12:24:58 +01:00
Cruz Monrreal
66e3409a37
Merge pull request #7082 from anttiylitokola/master
...
Update mbed-coap to version 4.4.4
2018-06-03 12:46:13 -05:00
Yossi Levy
607e2ec28f
Fixing some coverity issues.
2018-06-03 17:34:52 +03:00
Cruz Monrreal
0aeb15037d
Merge pull request #7075 from donatieng/fix_cordio_h4_serial
...
BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver
2018-06-02 19:54:42 -05:00
Vincent Coubard
4d0126898c
BLE Nordic: Initialize and teardown tls platform context
2018-06-01 17:12:49 +01:00
paul-szczepanek-arm
e534f3b997
fix erroneous assert
2018-06-01 15:57:51 +01:00
paul-szczepanek-arm
ff7b13837f
check for invalid param
2018-06-01 15:57:39 +01:00
paul-szczepanek-arm
3a2dc69f11
fix not updating size of array
2018-06-01 15:57:22 +01:00
Anna Bridge
b5b306ed50
Merge pull request #7052 from mirelachirica/bc95_sock_id_fix
...
Cellular: BC95 socket creation to fail on missing socket id in the re…
2018-06-01 12:14:14 +01:00
Antti Yli-Tokola
7b1484fb11
Update mbed-coap to version 4.4.4
...
Fixes one error: IOTCLT-2638 Hardfault during reconnection retry with Thread
2018-06-01 10:04:10 +03:00
Andrew Leech
bf313aa1db
Move mbed_lib.json from targets folder to feature_ble folder
...
The functionality added all affects BLE features in use so this location is a better fit.
2018-06-01 13:37:16 +10:00
Andrew Leech
ff5ca11253
Allow configuration (via defines) of some of the key settings for the NRF51 softdevice.
...
* CENTRAL_LINK_COUNT
* PERIPHERAL_LINK_COUNT
* gatts_enable_params.attr_tab_size
* gatts_enable_params.service_changed
* common_enable_params.vs_uuid_count
These settings control the range of functionality enabled in the softdevice as well as ram consumption.
In particular reducing these values is critical to enable usage of 16K nrf51 devices.
2018-06-01 13:23:01 +10:00
Donatien Garnier
5da5ef45c0
Cordio H4: Added some comments explaining the use of RawSerial as opposed to using Serial
2018-05-31 11:11:28 -05:00
Donatien Garnier
0cb86ded76
BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver
2018-05-31 10:28:45 -05:00
Ron Eldor
9049860b25
Remove redundant Cryptocell libraries
...
Remove additional redundant libraries, that were accidently added in merges
2018-05-31 18:15:25 +03:00
Oren Cohen
a4f323c4a6
Update uvisor_deprecation.h
2018-05-31 16:56:44 +03:00
Oren Cohen
2cba4cc585
Edit warning about FEATURE_UVISOR being deprecated
2018-05-31 15:37:48 +03:00
Veijo Pesonen
aafeef7401
gethostbyname won't accept empty name
...
Considers both versions - synchronous and asynchronous. Earlier the
underlying stack was trusted to do this check.
2018-05-30 12:07:07 +03:00
Cruz Monrreal
24cebbaec3
Merge pull request #7016 from mikaleppanen/async_dns_corr
...
Corrected asynchronous DNS functionality
2018-05-29 10:48:17 -05:00
Cruz Monrreal
0f41831afd
Merge pull request #7033 from AriParkkila/cellular-at-fix
...
Cellular: Fix AT URC handler not to dismiss incoming chars
2018-05-29 10:44:00 -05:00
Cruz Monrreal
7418260b78
Merge pull request #7014 from KariHaapalehto/interface_check
...
Add check for _interface
2018-05-29 10:42:19 -05:00
Cruz Monrreal
206cab97ac
Merge pull request #6965 from mirelachirica/fix_unittests
...
Cellular: Unit tests fixes
2018-05-29 10:37:35 -05:00
Cruz Monrreal
917fe08752
Merge pull request #6928 from jarvte/fix_cellular_connect_disconnect
...
Cellular: Fixed con-disc sequence can now be called multiple times.
2018-05-29 10:36:11 -05:00
Mirela Chirica
5c2262219d
Cellular: BC95 socket creation to fail on missing socket id in the response
2018-05-29 17:05:16 +03:00
Martin Kojtal
5d8570be39
Merge pull request #7030 from kjbracey-arm/emac_ppp_fix
...
Fix lwIP PPP glue
2018-05-28 15:19:12 +02:00
Martin Kojtal
501a7b6949
Merge pull request #7009 from bulislaw/merge_feature_branches_for_5.9
...
Bring in improved HAL APIs to master
2018-05-28 12:31:14 +02:00
Ari Parkkila
c8287e5470
Cellular: Fix AT URC handler not to dismiss incoming chars
2018-05-28 10:32:14 +03:00
Kevin Bracey
cedbf72a3b
Fix lwIP PPP glue
...
EMAC changes broke PPP glue - fix it up. In particular, PPP steals
the netif->state pointer, so we can't use it as a back pointer to
our LWIP::Interface.
2018-05-28 10:30:42 +03:00
Cruz Monrreal
e3aa140aaa
Merge pull request #6981 from yogpan01/master
...
Remove ns_event_loop_thread_start() from NDInterface and ThreadInterface connect()
2018-05-25 16:51:04 -05:00
Cruz Monrreal
5709c04cae
Merge pull request #7019 from mikaleppanen/lwip_lpc_mem_conf
...
Made lwip memory configuration more specific for NXP targets
2018-05-25 12:47:29 -05:00
Bartek Szatkowski
a92ff94904
Fix rebase error
2018-05-25 12:20:10 -05:00
Cruz Monrreal
c0895cb832
Merge pull request #6910 from hasnainvirk/metadata
...
LoRaWAN: Adding acquisition of metadata, backoff and a cancel_send() API
2018-05-25 11:11:50 -05:00
Martin Kojtal
7031ab1c1f
Merge pull request #7015 from SeppoTakalo/fix_odin
...
Fix build for MBT_ODIN_W2 and MBED_CONNECT_ODIN when using WiFi
2018-05-25 16:29:54 +02:00
Cruz Monrreal
61eb0e170d
Merge pull request #7012 from ARMmbed/AnotherButler-patch-1
...
Enable DeviceKey class reference for Doxygen
2018-05-25 08:25:17 -05:00
Cruz Monrreal
a348b4583d
Merge pull request #7000 from kfnta/uvisor_depr
...
Add warning about FEATURE_UVISOR being deprecated
2018-05-25 08:24:26 -05:00
Mika Leppänen
7a1703de23
Made lwip memory configuration more specific for NXP targets
...
There is a configuration problem with UBLOX_C027 cellular because of missing
LWIP memory configuration for the target.
Added configuration for LPC1768, LPC4088, LPC4088_DM targets and changed
NXP to more specific LPC546XX.
2018-05-25 12:48:35 +03:00