Commit Graph

31018 Commits (14714a8055a68b699107fa0b2b51bc3d76c40b46)

Author SHA1 Message Date
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
winneymj 65ed9d42fc Move SPI_PSELSSO = p41 2020-07-20 19:16:48 -05: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
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