Martin Kojtal
866855df5c
Merge pull request #14367 from JojoS62/fix-nd6-queueing-typo
...
fix typo: replace underscore by hyphen in lwipstack/mbed_lib.json
2021-03-09 14:32:32 +00:00
Martin Kojtal
76b2902f48
Merge pull request #14354 from ARMmbed/feature-tf-m-1.2-integration
...
Update TF-M support to v1.2
2021-03-03 11:08:24 +00:00
Johannes Stratmann
e28df3aa30
replace underscore by hyphen
2021-03-02 16:54:34 +01:00
Martin Kojtal
63eeb93a5f
Merge pull request #14341 from artokin/update_traces_in_stm_emac_driver
...
Update stm32xx_emac driver traces
2021-02-25 15:09:10 +00:00
Lingkai Dong
0dd43976b8
Import mbedtls_ecp_write_key for Cypress Mbed TLS driver
...
Mbed TLS 2.24.0 has added a new function mbedtls_ecp_write_key()
which is the reverse of the existing mbedtls_ecp_read_key(). This
function should be platform agnostic, but needs to be copied into
Cypress's hardware-accelerated ECP driver as part of the updated
API.
2021-02-25 14:02:57 +00:00
Lingkai Dong
1f4f6dd0b6
Mbed TLS importer: don't import unnecessary files
...
The Mbed TLS importer accidentally imports Makefile and .gitignore
from Mbed TLS's `library/` directory. This commit restricts the
pattern to .h and .c files only, and removes the unnecessary files.
2021-02-25 14:02:57 +00:00
Lingkai Dong
241b062cdf
Update .gitignore for Mbed TLS importer
...
The directory `mbed-tls-lib` previously in `.gitignore` no longer
exists. Instead, we can simply ignore the entire TARGET_IGNORE.
2021-02-25 14:02:57 +00:00
Lingkai Dong
410a1bad6b
Import mbedtls-2.24 and Mbed PSA Service (non-TFM)
...
Files have been automatically imported by setting MBED_TLS_RELEASE to
mbedtls-2.24.0 in connectivity/mbedtls/tools/importer/Makefile and
running `make` in that directory.
2021-02-25 14:02:55 +00:00
Lingkai Dong
e0d2c3d03a
Fix paths in Mbed TLS importer
...
Note: Now we need to export common.h to the include path, because
this header is now also needed by PSA Crypto service.
2021-02-25 14:02:54 +00:00
Lingkai Dong
e3641576d0
Move hash_wrappers.c to platform subdirectory
...
hash_wrappers.c is specific to Mbed OS, moving it into platform
as its original directory is for imported Mbed TLS source only.
2021-02-25 14:02:54 +00:00
Lingkai Dong
9e48b782b9
Add copyright header to hash_wrappers.c
2021-02-25 14:02:54 +00:00
Johannes Stratmann
73ce15ccbb
turn off rdnss for compatibility
2021-02-24 21:13:26 +01:00
Johannes Stratmann
ddbc2d7b88
add options to use RDNSS and IPv6 queuing
2021-02-24 21:09:40 +01:00
Arto Kinnunen
e4e2f79cc8
Update stm32xx_emac traces
...
- Make packet trace optional, can be enabled by enabling macro
STM32xx_DEEP_TRACE
- Shorten traces during driver initialisation to avoid problems with
driver startup when soft reset is used.
2021-02-24 13:46:58 +02:00
Martin Kojtal
8340ea2d2b
Merge pull request #14305 from paul-szczepanek-arm/cordio-host-fix-index
...
BLE: fix indexing of array in Cordio host stack
2021-02-23 14:23:21 +00:00
Paul Szczepanek
53cf06278a
use the ccb instead of looking up the conn id
2021-02-22 11:31:25 +00:00
Paul Szczepanek
9a25b7b7cd
use dmConnId_t for conn id
2021-02-19 12:52:47 +00:00
Paul Szczepanek
b271ee853a
fix Cordio attsCsfActClientState index parameter
...
instead of using a handle this should be conn id
there were two calls using it differently
2021-02-19 12:45:09 +00:00
Martin Kojtal
85c2d7a25c
CMake: remove IAR references as they are not supported
2021-02-17 09:19:03 +00:00
Martin Kojtal
3894d73680
Merge pull request #14289 from hugueskamba/hk_cmake_refactor_cypress
...
CMake: Refactor Cypress targets
2021-02-16 13:43:35 +00:00
Hugues Kamba
ea6955bd1c
CMake: Refactor Cypress targets
...
Refactor all Cypress targets to be CMake buildsystem targets. This removes
the need for checking MBED_TARGET_LABELS repeatedly and allows us to be
more flexible in the way we include MBED_TARGET source in the build.
A side effect of this is it will allow us to support custom targets
without breaking the build for 'standard' targets, as we use CMake's
standard mechanism for adding build rules to the build system, rather
than implementing our own layer of logic to exclude files not needed for
the target being built. Using this approach, if an MBED_TARGET is not
linked to using target_link_libraries its source files will not be
added to the build. This means custom target source can be added to the
user's application CMakeLists.txt without polluting the build system
when trying to compile for a standard MBED_TARGET.
2021-02-15 17:20:23 +00:00
Martin Kojtal
fa62e80958
Merge pull request #14249 from jeromecoutant/PR_STM32WL_LORA
...
STM32WL : add LoRa support
2021-02-15 11:04:00 +00:00
Martin Kojtal
bc6679ebd6
Wiced: remove empty spaces
2021-02-15 08:49:44 +00:00
jeromecoutant
81a44fc9ae
STM32WL: use correct include path
2021-02-15 08:54:06 +01:00
Martin Kojtal
51a6754e22
WicedInterface: fix styling
2021-02-14 20:00:25 +00:00
Martin Kojtal
2f09d7c057
Update WicedInterface.h
...
Fix the styling error
2021-02-14 19:35:37 +00:00
Hugues Kamba
01875ebb09
WICED: Move directory to WiFi driver
...
WICED is something is build to Cypress WiFi on multiple devices, it's a binary form. It is owned
by Seeed studio
2021-02-12 16:40:22 +00:00
Martin Kojtal
3174a4c6a5
Merge pull request #14264 from paul-szczepanek-arm/fix-terminate-sync
...
BLE: fix termination of periodic advertising sync
2021-02-12 09:16:55 +00:00
Martin Kojtal
8284807a00
Merge pull request #14239 from paul-szczepanek-arm/passkey-fix
...
BLE: fix passkey for display being returned reversed
2021-02-11 08:04:57 +00:00
Martin Kojtal
871522c929
Merge pull request #14256 from pan-/ble-chainable-event-handler-test
...
BLE: Add API to test the presence of an event handler in a chain.
2021-02-11 08:04:34 +00:00
Martin Kojtal
533e63355d
Merge pull request #14257 from pan-/add-getter-for-characteristic-cb
...
BLE: Add APIs to get characteristic authorization callbacks.
2021-02-11 08:04:29 +00:00
Paul Szczepanek
938aedac91
use the correct id to identify sync
2021-02-10 11:57:30 +00:00
Vincent Coubard
edd7678cfc
BLE: Add API to test the presence of an event handler in a chain.
2021-02-10 11:18:59 +00:00
Mika Leppänen
08bec7583d
Added missing const qualifier to mesh ethernet mac addr get
2021-02-10 13:17:03 +02:00
Vincent Coubard
c099b859d7
BLE: Add APIs to get characteristic authorization callbacks.
2021-02-09 19:56:58 +00:00
jeromecoutant
7baae39ece
STM32WL LORA : enable connectivity test
2021-02-09 11:56:50 +01:00
Ludovic Champsaur
08050839d5
STM32WL LORA : lorawan update
2021-02-09 11:56:41 +01:00
Ludovic Champsaur
83d18eb4c0
STM32WL LORA : STM32WL_LoRaRadio support
2021-02-09 11:56:30 +01:00
Paul Szczepanek
94529508a5
include deprecation option for reversing passkey display
2021-02-08 13:36:28 +00:00
Martin Kojtal
733975220d
Merge pull request #14228 from ARMmbed/rename_greentea_test_macro
...
CMake: rename greentea test macro
2021-02-03 14:17:20 +00:00
Martin Kojtal
40cd33001d
Merge pull request #14195 from jeromecoutant/PR_LORA_BARE
...
LoraRadio test update for baremetal support
2021-02-03 09:31:41 +00:00
Martin Kojtal
5e1d13886c
Merge pull request #14202 from paul-szczepanek-arm/fix-stop-advert
...
BLE: return OK when stopping advertising set that is not active
2021-02-03 09:31:24 +00:00
Rajkumar Kanagaraj
6824b14e48
CMake: rename greentea test macro
2021-02-02 07:43:40 -08:00
Martin Kojtal
276e835e4b
Merge pull request #14181 from hugueskamba/hk_cmake_greentea_mbedtls
...
CMake: Add support for Mbed TLS Greentea tests
2021-02-02 14:17:18 +00:00
Martin Kojtal
956b19775c
Merge pull request #14197 from paul-szczepanek-arm/gtest
...
Upgrade gtest to 1.10
2021-02-01 10:44:11 +00:00
Martin Kojtal
04100a14c2
Merge pull request #14092 from hugueskamba/hk_nfc_m24sr_support
...
NFC: Add support for M24SR driver
2021-02-01 09:39:26 +00:00
Paul Szczepanek
bd5f437896
return OK when stopping advertising that is not active
2021-01-27 16:32:57 +00:00
Paul Szczepanek
2fe6c7aa52
upgrade gtest to 1.10
2021-01-26 17:25:44 +00:00
jeromecoutant
dd602689d2
LoraRadio test update for baremetal support
2021-01-26 14:47:56 +01:00
Hugues Kamba
d0076a9e61
NFC: Add support for M24SR driver
...
The repository https://github.com/ARMmbed/mbed-nfc-m24sr
is no longer required to build applications that require
this driver.
2021-01-26 10:33:06 +00:00