Martin Kojtal
26c6b75d3b
Merge pull request #14625 from paul-szczepanek-arm/fix-read-auth
...
BLE: Fix overwriting attribute data from read auth callback
2021-05-10 11:25:55 +02:00
Martin Kojtal
ffd5389c1c
Merge pull request #14628 from notronrj/master
...
ARDUINO_UNO form factor and new PinNames for MIMXRT1050 target
2021-05-10 11:18:41 +02:00
Martin Kojtal
acb43441bb
Merge pull request #14627 from pan-/fix-stop-periodic-advertising
...
Dispatch Gap::stopPeriodicAdvertising to the right function.
2021-05-07 12:41:29 +02:00
Martin Kojtal
b7b4ca72cc
Merge pull request #14605 from paul-szczepanek-arm/tracix
...
BLE: Fix traces
2021-05-07 11:44:25 +02:00
James Norton
f906707d0f
Changed LED definitions to be compliant with Generic Pin Naming standard
...
Removed I2C_SCL and I2C_SDA from PinName enum as these are now defined in PinNameAliases.h
2021-05-06 11:36:14 -07:00
James Norton
100ba31ca3
Change supported_form_factors from ARDUINO to ARDUINO_UNO to support Pin Name changes for mbed os v6.10.
2021-05-05 12:40:20 -07:00
James Norton
36d449a27d
Added Support for ARDUINO_UNO Form Factor on TARGET_MIMXRT1050.
...
Renamed D0..D15 and A0..A5 to ARDUINO_UNO_D0 etc.
This allows user to use ARDUINO_UNO as the supported_form_factors in targets.json for MIMXRT1050_EVK.
2021-05-05 12:34:34 -07:00
Paul Szczepanek
2041cc6b57
don't copy data into attr if size too big
2021-05-05 19:01:13 +01:00
Paul Szczepanek
0155bce867
allow zero length attribute reads
2021-05-05 18:58:24 +01:00
Paul Szczepanek
17bf70989d
ignore offset, replace whole value of attr in auth callback
2021-05-05 18:40:59 +01:00
Vincent Coubard
cec8a9dc8c
Dispatch Gap::stopPeriodicAdvertising to the right function.
2021-05-05 18:32:47 +01:00
Paul Szczepanek
55ffb176d5
Copy data from read auth callback
2021-05-05 14:31:35 +01:00
Martin Kojtal
376fda5bf5
Merge pull request #14505 from s-bruce13/master
...
Adding NXP TARGET- MIMXRT1170_EVK
2021-05-04 11:28:07 +02:00
Martin Kojtal
6330299ac5
Merge pull request #14578 from jeromecoutant/PR_WB55MMG
...
STM32 : new DISCO_WB5MMG target
2021-05-04 10:48:26 +02:00
Martin Kojtal
684e192f77
Merge pull request #14569 from saheerb/master
...
remove cmake specific example list
2021-05-03 16:08:20 +02:00
Martin Kojtal
ccde03aac2
Merge pull request #14567 from OpenNuvoton/nvt_m480_wdt_rst
...
M487: Resolve WDT reset H/W limit
2021-05-03 12:11:30 +02:00
Martin Kojtal
99cf33c202
Merge pull request #14594 from jeromecoutant/PR_GEN_MCU
...
STM32_gen_PeripheralPins.py : TargetName correction
2021-05-03 09:55:48 +02:00
Martin Kojtal
dace32aef6
Merge pull request #14602 from paul-szczepanek-arm/conf
...
Deprecate indications event onConfirmationReceived
2021-05-03 09:55:08 +02:00
Martin Kojtal
31d638dc1a
Merge pull request #14603 from paul-szczepanek-arm/compat
...
Avoid init class definition for compatibility
2021-05-03 09:54:54 +02:00
Martin Kojtal
0a6f769d54
Merge pull request #14555 from OpenNuvoton/nuvoton_wdt_stop-n-kick
...
Nuvoton: Fix hal_watchdog_kick() with WDT stopped
2021-04-30 15:41:35 +01:00
Martin Kojtal
1f57702d79
Merge pull request #14571 from boraozgen/bugfix/cmake-stm32-emac-init
...
CMake: STM32: Add missing emac init files
2021-04-30 15:40:05 +01:00
Martin Kojtal
64eb60e4cc
Merge pull request #14573 from artokin/nanostack_release_13_0_0_for_master
...
Nanostack release v13.0.0
2021-04-30 15:39:41 +01:00
Martin Kojtal
b5a6c46f18
Merge pull request #14599 from jeromecoutant/PR_WLBARE
...
STM32WL: enable lora with baremetal
2021-04-30 15:39:06 +01:00
Martin Kojtal
9f35f294fe
Merge pull request #14582 from LDong-Arm/TF-Mv1.3.0_update
...
Update TF-M to v1.3.0
2021-04-30 12:13:56 +01:00
Jaeden Amero
032fe4a6f7
tfm: Add mbedtls_ecc_group_to_psa.h to crypto_extra.h
...
Include mbedtls_ecc_group_to_psa.h from crypto_extra.h so that clients
of PSA within Mbed OS do not need to behave differently depending on
which PSA implementation they are using.
This solution is not ideal as it makes it more difficult to update the
TF-M-provided psa/crypto_extra.h. We'll have to see what other options
we have for including additional headers based on the Mbed OS
configuration.
2021-04-30 11:28:20 +01:00
Jaeden Amero
07d8aefe51
mbedtls: Add mbedtls_ecc_group_to_psa()
...
We'd like to enable Mbed TLS's PK module in using TF-M's PSA
implementation, even if it doesn't expose the same set of PSA extensions
as Mbed TLS's PSA implementation. To do this, we add
mbedtls_ecc_group_to_psa() in its own header available when using the
latest TF-M.
Add mbedtls_ecc_group_to_psa(), one of Mbed TLS's PSA compatibility
helpers, for internal use by the Mbed TLS PK module. Without this
conversion function, the Mbed TLS PK module is unable to use any PSA
implementation other than one which provides a compatible set of PSA
extensions.
2021-04-30 09:04:08 +01:00
Paul Szczepanek
f872dfa5ca
convert bitfield to bools
2021-04-29 19:07:31 +01:00
Paul Szczepanek
7211cd3e77
fix sm init trace to print string
2021-04-29 16:09:04 +01:00
Paul Szczepanek
52bc9e9f51
fix misleading privacy trace
2021-04-29 16:08:52 +01:00
Lingkai Dong
5434722328
Updated secure binaries for [('ARM_MUSCA_S1', 'ARMCLANG')]
2021-04-29 11:09:23 +01:00
Lingkai Dong
b8969e0072
Updated directory platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST
2021-04-29 11:09:20 +01:00
Lingkai Dong
68f8501885
Updated secure binaries for [('ARM_MUSCA_B1', 'ARMCLANG')]
2021-04-29 11:09:18 +01:00
Lingkai Dong
23824b44b5
Updated directory platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST
2021-04-29 11:09:14 +01:00
Paul Szczepanek
172e9697da
avoid init in header for compatibility
2021-04-28 16:29:26 +01:00
jeromecoutant
ebc0035afd
STM32 : new DISCO_WB5MMG target
2021-04-28 16:46:52 +02:00
s-bruce13
f4045f9440
Fixed reference for GPT driver
2021-04-28 08:14:49 -05:00
Paul Szczepanek
b61fc6b639
Deprecate indications event onConfirmationReceived
2021-04-28 14:02:56 +01:00
Saheer Babu
6776473879
remove cmake specific example list
2021-04-28 13:54:12 +01:00
Martin Kojtal
331473a706
Merge pull request #14589 from plan-do-break-fix/Typo-corrections
...
fix(docs): corrects various typos in project documentation
2021-04-28 13:36:37 +01:00
Martin Kojtal
2bf648f975
Merge pull request #14561 from harmut01/baremetal_renesas
...
Add bare metal support to Renesas targets
2021-04-28 13:26:50 +01:00
Martin Kojtal
5fe3f09b6a
Merge pull request #14581 from jeromecoutant/PR_G4_UART
...
STM32G4 : serial issue with LP_UART1
2021-04-28 13:24:52 +01:00
Martin Kojtal
3358b45017
Merge pull request #14583 from Patater/detect-musca-b1
...
musca: Add detect_code for MUSCA B1
2021-04-28 12:43:48 +01:00
Martin Kojtal
83063318c7
Merge pull request #14554 from jeromecoutant/PR_TICKER_OPTIM
...
HAL ticker tests update
2021-04-28 12:36:23 +01:00
Martin Kojtal
6f43f03657
Merge pull request #14553 from debdeep-arm/reset-ws-stats-master
...
Added API to reset MAC statistics and Wi-SUN statistics
2021-04-28 12:35:07 +01:00
Martin Kojtal
d443de3919
Merge pull request #14551 from 0xc0170/travis-update-focal
...
Travis: update to focal dist
2021-04-28 12:34:13 +01:00
Martin Kojtal
752eaedebe
Merge pull request #14550 from LDong-Arm/devicekey_doc
...
Fix DeviceKey documentation regarding RoT
2021-04-28 12:33:39 +01:00
Martin Kojtal
49b018c3db
Merge pull request #14542 from JeanMarcR/STM32F3_NEW_CUBE
...
STM32F3 update drivers version to CUBE V1.11.2
2021-04-28 12:33:25 +01:00
Martin Kojtal
a32a45c02d
Merge pull request #14540 from mjbogusz/fix-clang-timeval
...
Improve condition for declaring `struct timeval`
2021-04-28 12:33:13 +01:00
Martin Kojtal
924652dc7f
Merge pull request #14539 from JeanMarcR/STM32G0_NEW_CUBE
...
STM32G0 update drivers version to CUBE V1.4.1
2021-04-28 12:33:03 +01:00
Martin Kojtal
a02c3a101a
Merge pull request #14537 from kjbracey-arm/mempool-doc
...
Better document MemoryPool behaviour
2021-04-28 12:32:43 +01:00