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
winneymj
4c299fe96d
Add USBConsole.h so that default printf can be sent to USBSerial
2020-07-19 15:23:52 -05:00
Rajkumar Kanagaraj
f58c5631c0
Fix UNITTESTS issue
2020-07-19 10:02:32 -07:00
winneymj
8526148001
Add missing softdevice common
2020-07-17 16:33:12 -05: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
jeromecoutant
03296f03e7
STM32WB55xx creation in targets.json
...
Each custom boards can now easily inherit from MCU_STM32WB55xx
2020-07-17 12:54:38 +02:00
Janne Kiiskila
0a2d5ff62f
Add blockdevices licenses
...
They are a seemingly random mix of Apache 2.0 and MIT licenses.
2020-07-17 13:35:15 +03:00
Janne Kiiskila
47c1f095a7
LICENSE.md - clarify filesystem licensing
...
We should really specify the littlefs and FAT FS licensing as separate
items, we should not just lump them together.
I also think we should point where the originals were picked up from.
2020-07-17 13:33:54 +03:00
Rajkumar Kanagaraj
3bcb4eb260
Unittests and Astyle:
...
- Update the header reference and source reference in cmake
- Update astyleignore to ignore blockdevice UNITTESTS
- Removed the redundant debug log
2020-07-17 03:12:03 -07:00
Rajkumar Kanagaraj
d47689be8e
Move storgae unittests
2020-07-17 03:10:58 -07:00
Rajkumar Kanagaraj
9aec1012a0
Move storgae greentea test
2020-07-17 03:10:58 -07:00
Rajkumar Kanagaraj
e92efbd800
Update the header file reference
2020-07-17 03:10:58 -07:00
Rajkumar Kanagaraj
036831e172
Refactor storage/blockdevice directory
2020-07-17 03:10:58 -07:00
Anna Bridge
d14454baef
Merge pull request #13283 from paul-szczepanek-arm/fix-fixed-size-att-write
...
BLE: Cordio bugfix fixed size writes under size must be allowed
2020-07-17 11:08:06 +01:00
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
winneymj
24624d25ab
Fix missing pins
2020-07-15 20:48:43 -05:00
winneymj
dec6e3600f
Initial commit
2020-07-15 16:15:10 -05: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
Leon Lindenfelser
7d08698352
Update MTS_DRAGONFLY_F411RE bootloader to work with mbed 5 & 6
2020-07-14 15:26:36 -05: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