jeromecoutant
0b5a91c9a2
STM32WB FLASH activity shared with M0+ core
...
source:
- https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_RfWithFlash/Core/Src/flash_driver.c
- Figure 10 from AN5289
2020-07-17 12:06:40 +02:00
jeromecoutant
ec1e659d3a
STM32WB readme update
2020-07-17 12:06:40 +02:00
jeromecoutant
285d533075
STM32WB: ST CUBE drivers update V1.4.0 => V1.7.0 / BLE
2020-07-17 12:06:39 +02:00
jeromecoutant
643c7a44f3
STM32WB: ST CUBE drivers update V1.4.0 => V1.7.0 / HAL
2020-07-17 12:06:39 +02:00
Anna Bridge
640da338f9
Merge pull request #13229 from jeromecoutant/PR_TARGET2
...
STM32 custom target: create MCU_STM32xx for each family
2020-07-17 10:55:43 +01:00
Anna Bridge
ab5af1e4f0
Merge pull request #13244 from rajkan01/storage_restructure_initial
...
Move storage from features into mbed-os root directory
2020-07-17 10:52:56 +01:00
Anna Bridge
29ca32e025
Merge pull request #13253 from LDong-Arm/unittests_any_dir
...
Allow unit tests defined anywhere in mbed-os
2020-07-17 10:45:39 +01:00
Lingkai Dong
7927ccd0f8
Do not astyle-check mbed-coap which is imported
2020-07-16 17:06:57 +01:00
Lingkai Dong
3b2e07c12e
Move mbed-coap to connectivity/libraries
2020-07-16 17:06:57 +01:00
Ashok Rao
04fac35252
Incorporating reveiw comments - Moving mbed_rtos_types.h to public headers
2020-07-15 13:54:52 +01:00
adbridge
a2ada74770
Update Mbed version block
2020-07-15 10:47:30 +01:00
Martin Kojtal
8734f2aa01
Merge pull request #13291 from jainvikas8/update-tfm-14Jul20
...
Update TF-M for ARM_MUSCA_B1
2020-07-14 21:07:39 +02:00
Paul Szczeanek
aa42aeb514
callbacks to descriptors should not based on characteristic properties
2020-07-14 16:59:58 +01:00
Vikas Katariya
776ccce8d6
psa: Update TF-M for ARM_MUSCA_B1
2020-07-14 11:54:57 +01:00
Martin Kojtal
851c8870b6
Merge pull request #13285 from jainvikas8/enable-mcuboot-image-2
...
Use a different key to sign Non-secure image for ARM_MUSCA_B1 target
2020-07-14 12:03:11 +02:00
Vikas Katariya
486e72acaa
tool: Use a different key to sign Non-secure image
...
This applies only to `ARM_MUSCA_B1` target
When MCUBOOT repo: UPSTREAM was set as default as part of TF-M 1.1
release, few things were changed:
MCUBOOT_IMAGE_NUMBER: '2'
MCUBOOT_UPGRADE_STRATEGY: 'OVERWRITE_ONLY'
MCUBOOT_HW_KEY: 'On'(default)
Therefore the signing strategy for Non-secure image (Mbed OS)
needs to be done with its own private key, which is validated during
boot.
Signed-off-by: Vikas Katariya <vikas.katariya@arm.com>
2020-07-13 16:37:48 +01:00
Paul Szczeanek
c0391dc37b
fixed size writes under size must be allowed
2020-07-13 14:42:53 +01:00
Rajkumar Kanagaraj
3f080dfd65
update the path in license, readme markdown, astyleignore
2020-07-13 05:24:45 -07:00
Rajkumar Kanagaraj
fdaaffdc7a
Stroage unittest directory restructure
...
- Move UNITTESTS/features/storage to UNITTESTS/storage
- update the .cmake files to refer the new directory
2020-07-10 14:59:53 +01:00
Rajkumar Kanagaraj
aafdb8a0a3
Update the header reference from feature/storage to stroage
2020-07-10 14:59:53 +01:00
Rajkumar Kanagaraj
0bcf967870
Storage directory restructure:
...
- Move mbed-os/features/storage to mbed-os/storage
- Move components/storage/blockdevice to storage/blockdevice/COMPONENT_xxx
2020-07-10 14:59:53 +01:00
Martin Kojtal
4a0aaf1ce7
Merge pull request #13263 from Patater/update-tfm-20200709
...
psa: Update TF-M for ARM_MUSCA_B1
2020-07-10 13:25:28 +02:00
Martin Kojtal
efe46b5aa1
Merge pull request #13011 from alzix/alzix/both-artifacts
...
Always build both .hex and .bin files
2020-07-10 09:31:32 +02:00
Ashok Rao
3a1b0744ba
Moving around a few items within \rtos
2020-07-09 15:57:29 +01:00
Jaeden Amero
2f2e4a95a1
psa: Update TF-M for ARM_MUSCA_B1
2020-07-09 15:40:38 +01:00
Martin Kojtal
aa605bb056
Merge pull request #13252 from marcemmers/span-add-begin-end
...
Implements iterators for the Span class to be compatible with std::span
2020-07-09 15:13:32 +02:00
jeromecoutant
686d4c797e
TRAVIS update for non rtos compilation
...
travis needs to compile a target which doesn't support FLASHIAP
2020-07-09 13:48:44 +02:00
Marc Emmers
a20ff63574
Add include <iterator>
2020-07-09 12:23:00 +02:00
Martin Kojtal
947eb7a044
Merge pull request #13258 from praveenCY/pr/merge_warning_fix
...
Fix deprecated warning messages in Cypress code
2020-07-09 11:53:40 +02:00
jeromecoutant
dda1dcf229
STM32 custom target: create MCU_STM32xx inherit
...
Each target based on STM32 MCU can now inherit
common configuration defined by its STM32 family.
2020-07-09 11:32:25 +02:00
Martin Kojtal
4f9699a4d4
Merge pull request #13257 from rwalton-arm/dev/rwalton-arm/fix-invalid-json-nanostack-lib
...
Remove invalid unicode characters from mesh-api/mbed_lib.json
2020-07-09 11:15:29 +02:00
Martin Kojtal
a2b79803af
Merge pull request #13247 from jamesbeyond/greentea_fix
...
GreenTea: Fix inconsistency of Greentea KV message
2020-07-09 10:50:03 +02:00
Martin Kojtal
be7571e741
Merge pull request #13217 from ARMmbed/feature-cordio-update-20-05
...
Feature cordio update 20 05
2020-07-09 10:13:10 +02:00
Martin Kojtal
57a0cfe204
Merge pull request #13237 from jeromecoutant/PR_PACK
...
STM32 custom target: Add missing information in arm pack manager for bootloader
2020-07-09 09:59:10 +02:00
Praveen babu chandran
0a65358a6d
Fix deprecated warning messages in Cypress code
2020-07-08 13:25:11 -07:00
Rob Walton
1ed468b540
Remove invalid unicode characters from mesh-api/mbed_lib.json
2020-07-08 21:11:17 +01:00
Lingkai Dong
08aec8b61c
UNITTESTS: update paths to nanostack-libservice
2020-07-08 17:25:39 +01:00
Lingkai Dong
cb828c3aa1
Move nanostack-libservice into connectivity/libraries/
2020-07-08 17:25:18 +01:00
Lingkai Dong
a884f1ad43
UNITTESTS: Add comment for glob pattern
2020-07-08 16:39:29 +01:00
Lingkai Dong
817ff8ed8f
Allow unittest.cmake from the whole mbed-os
2020-07-08 16:39:29 +01:00
Marc Emmers
dfa8ea714d
Add begin, end, rbegin and rend iterator functions to Span
2020-07-08 17:14:39 +02:00
Qinghao Shi
48d78c6374
GreenTea: Fix inconsistenet Greentea KV message
2020-07-08 09:24:55 +01:00
Martin Kojtal
13efd1af38
Merge pull request #13225 from jeromecoutant/PR_CYW4343X
...
BLE remove unused CYW4343X file
2020-07-08 09:38:21 +02:00
Martin Kojtal
2ebf2cf4c4
Merge pull request #13038 from paul-szczepanek-arm/kvstoredb
...
BLE: Add KVStore Security DB
2020-07-08 09:33:00 +02:00
Martin Kojtal
33a7a5f00e
Merge pull request #13230 from LDong-Arm/freescale_nanostack_rebase_fix
...
Fix duplication of KW41Z Nanostack driver
2020-07-07 20:45:49 +02:00
Martin Kojtal
fb3728f39f
Merge pull request #13223 from kyle-cypress/pr/psoc-greentea-sync
...
PSoC Targets: Increase greentea sync timeout
2020-07-07 20:45:06 +02:00
Paul Szczeanek
d080c7e85a
add SPDX identifier
2020-07-06 15:06:04 +01:00
Martin Kojtal
338e5ea1b5
Merge pull request #13213 from jeromecoutant/PR_LED2
...
Reduce LED use in automatic CI tests
2020-07-06 15:55:54 +02:00
Martin Kojtal
42f3438e83
Merge pull request #13224 from jeromecoutant/PR_ADV
...
ADV_WISE TLS config duplication
2020-07-06 15:55:37 +02:00
jeromecoutant
55cd5c4527
STM32L4: add missing sectors in arm pack manager file
...
For STM32L4Rx and STM32L4Sx, Dual Bank configuration is set by default
2020-07-06 15:51:21 +02:00