Rajkumar Kanagaraj
59072e9f58
Update documentation reference
2020-07-23 08:31:52 -07:00
Rajkumar Kanagaraj
8a0ba8f0c2
Refactor storage/system_storage directory
2020-07-23 08:30:49 -07:00
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
Rajkumar Kanagaraj
a4c1071c5b
Apply suggestions from code review
...
Commit the reviewer suggestions
Co-authored-by: Lingkai Dong <lingkai.dong@arm.com>
2020-07-23 06:24:04 -07:00
Rajkumar Kanagaraj
947d2d75b9
Fix spell check and astyle format issue
2020-07-23 06:22:15 -07:00
Rajkumar Kanagaraj
21325e281a
Update netsocket header and source reference in other libraries
2020-07-23 06:22:15 -07:00
Rajkumar Kanagaraj
b1a5e1b72d
Move Unittests closure to library
2020-07-23 06:15:13 -07:00
Rajkumar Kanagaraj
354bfaa840
Update header reference
2020-07-23 06:15:13 -07:00
Rajkumar Kanagaraj
f745224c63
Move greentea test closure to library
2020-07-23 06:15:09 -07:00
Rajkumar Kanagaraj
ea6a7ddbaa
Refactor features/netsocket and move to connectivity/netsocket
2020-07-23 06:15:09 -07: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
cyliangtw
7da5afc054
Change M252 target name as NUMAKER_IOT_M252
2020-07-22 19:39:11 +08: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
Kyle Kearney
9e4be5e494
Call HAL free functions from C++ destructors
...
Add missing calls to HAL free to the following drivers
- AnalogIn
- QSPI
- SerialBase
2020-07-20 12:15:40 -07: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