Marc Emmers
a8ea7758c3
Fix make_span text in comment block
2021-01-18 15:49:29 +01:00
Martino Facchin
ee2e5ad794
Arduino_NANO33BLE: don't define Arduino pins if compiling in Arduino core
2021-01-18 15:43:11 +01:00
adbridge
4f558743e1
Revert "one final whitespace change!"
...
This reverts commit c9a3375042
.
2021-01-18 14:42:02 +00:00
Marc Emmers
8551e93bf2
Fix last extra space issues
2021-01-18 14:36:17 +01:00
Marc Emmers
a826c89b10
Backport dynamic extent when including <span>
...
Keep make_span functions even when <span> is available for compatibility
2021-01-18 14:35:47 +01:00
Marc Emmers
d5459ea380
Fix missing defintion
2021-01-18 14:34:26 +01:00
Marc Emmers
8f94feb0ed
Add to list of backports
2021-01-18 14:33:20 +01:00
Martin Kojtal
dde7b22ea3
Merge pull request #14143 from hugueskamba/hk_ci_remove_extended_tests
...
Travis: Remove make.py test for events and littlefs
2021-01-18 08:49:12 +00:00
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
Rajkumar Kanagaraj
a29e3cd5d8
f_mount() ( http://www.elm-chan.org/fsw/ff/00index_e.html - third party libary) API is called from both mount() and unmount() Mbed OS APIs.
...
f_mount() is doing both initializing (via find_volume() -> disk_initialize() where disk_initialize api calls Mbed OS init() function)
underlying block device and register filesystem but in case of "unmount" calls this f_mount is doing deregister filesystem
and missed to a deinitializing block device. So added the Mbed OS "deint()" call in unmount API to deinitialize block device
as f_mount API doesn't have a way to call deinit().
2021-01-15 04:05:25 -08: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