Commit Graph

30479 Commits (1d9c13ed5b0ebd6acde819e17a7a55174e3bbfce)

Author SHA1 Message Date
Martin Kojtal 1d9c13ed5b
Merge pull request #13307 from rajkan01/storage_kv_dir_resturcture
Restructure storage kvstore directory
2020-07-23 15:59:07 +01:00
Martin Kojtal f83d100fa6
Merge pull request #13261 from LDong-Arm/move_cellular
Refactor cellular directory structure
2020-07-23 14:06:23 +01:00
Martin Kojtal 327968957d
Merge pull request #13337 from Patater/fix-tls-tfm
Fix Mbed TLS + TF-M integration issues
2020-07-23 14:05:31 +01:00
Jaeden Amero 61a65c0353 mbedtls: Fix PSA key encoding
When using TF-M, use the PSA_KEY_TYPE_ECC_KEY_PAIR() macro from
mbedtls_psa_parse_tls_ecc_group(), since that function is supposed to
return a psa_key_type_t. This helps to avoid any misencodings when the
return value from mbedtls_psa_parse_tls_ecc_group() is used directly as
a psa_key_type_t without additional encoding.

Fixes: 0961f312c6 ("Make PSA util compatible with Mbed Crypto 3.0.1")
2020-07-23 10:48:20 +01:00
Rajkumar Kanagaraj ca84e11a22 Fix CI build issue with GCC_ARM and ARMC6 toolchain 2020-07-22 10:23:12 -07:00
Jaeden Amero 0cf680593c mbedtls: Specify key length with TF-M
When using TF-M, be sure to specify the length of the key.

Fixes: 0961f312c6 ("Make PSA util compatible with Mbed Crypto 3.0.1")
2020-07-22 17:03:51 +01:00
Martin Kojtal 1bd138b6fc
Merge pull request #13304 from jeromecoutant/PR_WB_CUBE17
STM32WB update drivers version to CUBE V1.7.0
2020-07-22 15:09:22 +01:00
Martin Kojtal 0e2d3df82b
Merge pull request #13330 from rwalton-arm/dev/rwalton-arm/remove-previously-defined-macro-from-config
Remove doubly defined symbol from mbed_lib.json
2020-07-22 15:07:34 +01:00
Martin Kojtal 65bc057ffd
Merge pull request #13326 from ashok-rao/AWS_add_nucleo
Adding NUCLEO_F429ZI to AWS example
2020-07-22 11:35:49 +01:00
Martin Kojtal efae4028d7
Merge pull request #13325 from OpenNuvoton/nvt_m263_button
Nuvoton: Revise the pin name of M263A button
2020-07-22 11:30:09 +01:00
Martin Kojtal 923fc9971e
Merge pull request #13317 from evedon/ed-doxygen-abs-time
Fixed doxygen for Kernel::Clock::time_point argument
2020-07-22 11:29:50 +01:00
Martin Kojtal 3d0e5a902f
Merge pull request #13301 from MultiTechSystems/dragonfly-post-hook
Remove MTS_DRAGONFLY_F411RE post binary hook that adds the bootloader
2020-07-22 11:29:35 +01:00
Lingkai Dong 88192530d7 .travis.yml: delete cellular drivers during no-RTOS test 2020-07-22 11:12:02 +01:00
Lingkai Dong b5ca618bf2 Remove redundant mbed.h include in UBLOX cellular driver 2020-07-22 11:06:23 +01:00
Lingkai Dong 22ea1e8846 Update unittest.cmake files for cellular 2020-07-22 11:06:23 +01:00
Lingkai Dong 61888227cc .mbedignore cellular unit tests 2020-07-22 11:06:23 +01:00
Lingkai Dong 5905438fb4 Move cellular unit tests into the library 2020-07-22 11:06:23 +01:00
Lingkai Dong 2b24a7a31e Update paths to cellular framework 2020-07-22 11:06:23 +01:00
Lingkai Dong b0131b22a9 Split include/ and source/ for cellular 2020-07-22 11:05:49 +01:00
Lingkai Dong 3ff03bf452 Move cellular framework into connectivity 2020-07-22 11:05:49 +01:00
Lingkai Dong 276de0a5f2 Move cellular target drivers into connectivity/drivers/cellular 2020-07-22 11:05:49 +01:00
Robert Walton 5bdd6abeaf Remove doubly defined symbol from mbed_lib.json 2020-07-22 10:02:53 +01:00
Ashok Rao fb2a009303 Adding NUCLEO_F429ZI to AWS example 2020-07-21 14:14:08 +01:00
Martin Kojtal 7592d702b2
Merge pull request #13284 from LDong-Arm/move_ppp
Refactor PPP library
2020-07-21 14:12:05 +01:00
cyliangtw dd48500cc3 Revise M263A button pin name 2020-07-21 20:50:19 +08:00
Martin Kojtal a548e2c367
Merge pull request #13323 from 0xc0170/fix_travis_scancode
Travis: fix scandcode failure
2020-07-21 13:03:32 +01:00
Martin Kojtal 0d8342e7b9 Travis: fix scandcode failure
This is workaround for https://github.com/ARMmbed/mbed-os/issues/13322. We can remove
this line once they fix the dependency.
2020-07-21 10:57:14 +01:00
Leon Lindenfelser c946c2a713 Remove MTS_DRAGONFLY_F411RE post binary hook that adds the bootloader
Bootloader to be added using mbed_app.json
2020-07-20 14:15:51 -05:00
Evelyne Donnaes 0dd6b195d7 Fixed doxygen comment 2020-07-20 17:40:41 +01:00
Rajkumar Kanagaraj d956116c36 Update greentea config, header reference 2020-07-20 07:33:52 -07:00
Rajkumar Kanagaraj bb14b9ff8f move greentea and UNITTESTS closure to library 2020-07-20 07:28:53 -07:00
Rajkumar Kanagaraj 72b4a14536 Refactor sub-directories - securestore, direct_access_devicekey, conf 2020-07-20 07:28:53 -07:00
Rajkumar Kanagaraj d05d3471fe Refactore storage/kvstore directory 2020-07-20 07:28:53 -07:00
Martin Kojtal 3a8989a247
Merge pull request #13300 from rajkan01/storage_fsdir_restructure
Restructure storage filesystem directory
2020-07-20 15:19:17 +01:00
Martin Kojtal 2b60c871d8
Merge pull request #13264 from ashok-rao/rtos-refactor
Moving around a few items within \rtos
2020-07-20 10:39:19 +01:00
Martin Kojtal e5e556f038
Merge pull request #13276 from JanneKiiskila/master-license-fat
MASTER - LICENSE.md - clarify filesystem licensing
2020-07-20 09:54:01 +01:00
Martin Kojtal 7ef1dbcf93
Merge pull request #13293 from paul-szczepanek-arm/fix-gatt-rw-callbacks
BLE Fix read and write callbacks for descriptors not firing if characteristic is not readable or writable
2020-07-20 08:27:45 +01:00
Rajkumar Kanagaraj f58c5631c0 Fix UNITTESTS issue 2020-07-19 10:02:32 -07:00
Rajkumar Kanagaraj 51247d0c4c Update header path reference 2020-07-17 12:42:11 -07:00
Rajkumar Kanagaraj 41f0796484 Move greentea test closure to library 2020-07-17 12:42:11 -07:00
Rajkumar Kanagaraj b340492142 Refactor storage/filesystem directory 2020-07-17 12:42:11 -07:00
Anna Bridge ca2f980661
Merge pull request #13273 from rajkan01/storage_rb_dir_restructure
Restructure storage blockdevice directory
2020-07-17 15:56:33 +01:00
Lingkai Dong 804523fec5 Update .astyleignore for PPP source which is mostly imported 2020-07-17 15:31:44 +01:00
Lingkai Dong ac7389de58 .travis.yml: exclude ppp from no-RTOS test 2020-07-17 15:30:53 +01:00
Lingkai Dong 8a57df0cea ppp: Move headers to include/, source files to source/ 2020-07-17 15:30:53 +01:00
Lingkai Dong bda46e0fa8 Move ppp_nsapi.cpp from ppp library to netsocket/nsapi_ppp.cpp
This file is the source for nsapi_ppp.h and is not implementation
specific.
2020-07-17 15:30:53 +01:00
Lingkai Dong b8a1c5ba23 Move ppp into connectivity/libraries 2020-07-17 15:30:53 +01:00
Anna Bridge 63655e82a7
Merge pull request #13255 from LDong-Arm/move_coap
Move mbed-coap to connectivity/libraries
2020-07-17 14:41:58 +01:00
Anna Bridge f5801aa681
Merge pull request #13254 from LDong-Arm/move_nanostack-libservice
Move nanostack-libservice into connectivity/libraries
2020-07-17 14:40:50 +01:00
Anna Bridge 2bd3c96077
Merge pull request #13234 from LDong-Arm/mv_connectivity_component_drivers
Move drivers from components to connectivity
2020-07-17 14:40:05 +01:00