Martin Kojtal
95a524ae25
Merge pull request #14145 from arduino/config_sd_transceiver
...
STM32H7: disable uSD transceiver
2021-01-18 08:49:02 +00:00
Marc Emmers
78f2cfc0d9
Add some comment blocks
2021-01-16 21:04:16 +01:00
Marc Emmers
f7e19b5232
Add deduction guides
2021-01-16 21:04:05 +01:00
Marc Emmers
2e1b360e67
Remove nonstandard as_bytes
2021-01-16 21:03:29 +01:00
Marc Emmers
69331b0cc0
Fix minor style issues
2021-01-16 21:02:47 +01:00
Marc Emmers
96954d3319
Replace classes with structs where applicable
2021-01-16 20:02:24 +01:00
Marc Emmers
e0299bd7a3
Use original <span> if present and the right version
2021-01-16 20:02:24 +01:00
Marc Emmers
1dac20cded
Missed a pointer operator
2021-01-16 20:02:24 +01:00
Marc Emmers
6389bcb2ee
Fix pointer and reference operator style
2021-01-16 20:02:24 +01:00
Marc Emmers
405baeb559
Fix newline at end of file
2021-01-16 20:02:24 +01:00
Marc Emmers
e18ce022b8
Update default initializers
2021-01-16 20:02:24 +01:00
Marc Emmers
07da1a7005
Remove explicit constructors
2021-01-16 20:02:24 +01:00
Marc Emmers
5231bec423
Fix remaining namespaces and add include files
2021-01-16 20:02:24 +01:00
Marc Emmers
a5b66cf824
Remove c++17 inline of constexpr
2021-01-16 20:02:24 +01:00
Marc Emmers
1931f4e0d0
Fix namespaces and span prototype
2021-01-16 20:02:24 +01:00
Marc Emmers
c89c45877c
Prevent warning on subspan<0,N>
2021-01-16 20:02:24 +01:00
Marc Emmers
4097b9d956
Add container constructor and make_span
2021-01-16 20:02:24 +01:00
Marc Emmers
e93ebc4cd2
Correct span constructors
2021-01-16 20:02:24 +01:00
Marc Emmers
11573a9264
Add iter_reference_t to iterator header
2021-01-16 20:02:24 +01:00
Marc Emmers
c38df18dcc
Fix endif comment
2021-01-16 20:02:24 +01:00
Marc Emmers
2f0bfd605e
Adds basic span implementation
2021-01-16 20:02:24 +01:00
Hugues Kamba
0ac503312a
CMake: Add support for Arm's MPS2 targets
2021-01-15 16:32:43 +00:00
Hugues Kamba
470cc1a1a6
CMake: Add support for Arm's CM3DS_MPS2 target
2021-01-15 16:32:43 +00:00
Martin Kojtal
eff0d4c8b9
Merge pull request #14032 from jeromecoutant/PR_RESET_GPIO
...
STM32: RESET GPIO during init is configurable
2021-01-15 15:49:11 +00:00
jeromecoutant
1bbceb48f0
STM32 / CMAKE / targets : correct CMakeLists.txt files
2021-01-15 15:11:16 +01:00
jeromecoutant
7ab7933d12
STM32 / CMAKE / mbedtls : correct CMakeLists.txt files
2021-01-15 11:46:26 +01:00
jeromecoutant
e6ec31108e
CMAKE / M33 : DOMAIN_NS issue
2021-01-15 11:28:46 +01:00
Martin Kojtal
aef93ca7c9
Merge pull request #14020 from pea-pod/stm-spi-more-bits
...
Add SPI bitwidths to ST targets where supported
2021-01-15 10:01:28 +00:00
Dustin Crossman
ef6284cad5
Added process to reinitialize qspi if qspi_init is called twice without free.
2021-01-14 12:59:01 -08:00
Dustin Crossman
95a5d60b65
Implement qspi_frequency for Cypress Mbed HAL.
2021-01-14 12:58:50 -08:00
Hugues Kamba
9985392c09
CMake: Add support for LoRaWAN Greentea test
...
The LoRaWAN Greentea test can now be built with CMake.
2021-01-14 17:35:16 +00:00
Hugues Kamba
5616537c3a
CMake: Add MbedTLS dependency to LoRaWAN library
...
This way applications that need LoRaWAN do need to also add MbedTLS
2021-01-14 17:32:00 +00:00
Martin Kojtal
2e905a0060
Merge pull request #14104 from hugueskamba/hk_cmake_fix_STM32F413xH_sysclock_listing
...
CMake: Fix the listing of system_clock.c for STM32F413xH
2021-01-14 17:16:34 +00:00
Martin Kojtal
82f3126ab8
Merge pull request #14049 from jeromecoutant/PR_L072_LORA
...
DISCO_L072CZ_LRWAN1: enable LORA by default
2021-01-14 17:16:19 +00:00
Martin Kojtal
830f82c5cc
Merge pull request #14109 from paul-szczepanek-arm/master
...
Remove deprecated connectivity examples
2021-01-14 17:09:57 +00:00
George Psimenos
e6c43bd943
Use length constant instead of literal
...
Co-authored-by: Ladislas de Toldi <ladislas@detoldi.me>
2021-01-14 13:20:36 +00:00
Devaraj Ranganna
61009ba05a
tests: Limit PSA crypto tests to Arm-v7M targets
...
The PSA crypto tests in
connectivity/mbedtls/tests/TESTS/mbedtls/sanity/main.cpp are only
supported for Arm-v7M PSA targets. For Arm-v8M PSA targets, crypto
regression tests provided by TF-M are used. Refer to
https://github.com/ARMmbed/mbed-os-tf-m-regression-tests for more
information.
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2021-01-14 11:56:04 +00:00
Devaraj Ranganna
9186fe57b2
tests: Fix test_crypto_asymmetric_encrypt_decrypt
...
The test `test_crypto_asymmetric_encrypt_decrypt` was incorrectly
setting the key usage flags. The key usage is updated to support both
encryption and decryption.
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2021-01-14 11:52:36 +00:00
George Psimenos
3b665dd29e
Use named namespace & improvements
2021-01-14 09:32:39 +00:00
jeromecoutant
61d00d858f
STM32G4: dual bank FLASH detection
2021-01-13 16:45:03 +01:00
jeromecoutant
eb627788ca
STM32G4: TRNG enabled
...
+ some cleanup/optimisation in SetSysClock
2021-01-13 16:44:57 +01:00
Mika Leppänen
1e3d32ad41
Corrected nanostack coverity warnings
2021-01-13 13:05:51 +02:00
pennam
df4e397004
STM32H7: disable uSD transceiver
2021-01-13 11:13:15 +01:00
George Psimenos
7a81783285
Remove const suffix
2021-01-13 08:37:33 +00:00
George Psimenos
3664ce9b39
Replace macros
2021-01-13 08:37:33 +00:00
George Psimenos
a32b81f7b6
Rename FLASH_SECTOR_SIZE macro to avoid conflicts
2021-01-13 08:37:33 +00:00
Stefan Staub
c3dca94b78
Update for Arduino Pinnames
2021-01-12 22:43:42 +01:00
Hugues Kamba
e86ce22ad3
Travis: Remove make.py test for events and littlefs
...
The removed tests were building applications from the content of their
respective README files. The events test was building with the full profile twice.
The first time with the repository as is; and the second time after deleting
some directories (to simulate the baremetal profile).
The littlefs test was building once with the full profile.
Testing make.py is no longer required as it is no longer supported.
There is already test coverage for APIs in the removed tests.
2021-01-12 18:13:51 +00:00
Martin Kojtal
2255408f45
Merge pull request #14089 from hugueskamba/hk_cmake_greentea_filesystem
...
CMake: Add support for Filesystem Greentea tests
2021-01-12 15:17:28 +00:00
Martin Kojtal
8fb31d7ec3
Merge pull request #14008 from MultiTechSystems/mtqn-cpsms
...
Add proper power save mode command format for MTS_DRAGONFLY_L471
2021-01-12 15:16:01 +00:00