Commit Graph

422 Commits (59c03e1e75117279a6fe111f1a1887a9a7398714)

Author SHA1 Message Date
Martin Kojtal d32000d4c5
Merge pull request #13385 from gpsimenos/gp-tls-restruct
Restructure Mbed TLS
2020-08-12 10:26:26 +01:00
Lingkai Dong e81e897e50 Move NFC Greentea tests into connectivity/nfc/tests/TESTS 2020-08-11 16:24:37 +01:00
Lingkai Dong f585129d14 PN512 NFC driver: backward-compatible driver header path 2020-08-11 16:12:47 +01:00
Lingkai Dong c734221c31 Update NFC libraries paths 2020-08-11 16:12:47 +01:00
Lingkai Dong 8b151da71b Drop redundant nfc/ directory from source/ 2020-08-11 16:12:47 +01:00
Lingkai Dong bed5fd33e8 nfc: turn PN512 driver into a standalone driver library 2020-08-11 15:22:38 +01:00
Lingkai Dong 4b0cede96e Move acore and stack into connectivity/nfc/libraries 2020-08-11 15:22:16 +01:00
Lingkai Dong d9dc30f85a nfc: move headers into include 2020-08-11 15:22:07 +01:00
Lingkai Dong de3a54182a Move nfc into connectivity 2020-08-11 14:55:25 +01:00
Martin Kojtal 3b25d2ded0
Merge pull request #13390 from paul-szczepanek-arm/fix-cancel-connect
Fix cancel connect
2020-08-11 14:54:44 +01:00
Martin Kojtal c7316dcba8
Merge pull request #13409 from LDong-Arm/mv_bluenrg_ms
Move BlueNRG-MS driver into connectivity/drivers/ble/FEATURE_BLE
2020-08-11 13:11:14 +01:00
George Psimenos bf6693a204 Create mbed_lib.json for mbedtls target code 2020-08-11 11:32:09 +01:00
George Psimenos 6a477619b9 Move mbedtls target-specific code 2020-08-11 11:32:09 +01:00
George Psimenos 54d8fe74ca Update mbedtls paths 2020-08-11 11:32:08 +01:00
George Psimenos bf3cf13cde Move mbedtls greentea tests 2020-08-11 11:32:08 +01:00
George Psimenos c8cc5bd180 Move mbedtls 2020-08-11 11:32:08 +01:00
Martin Kojtal 3fc6667c59
Merge pull request #13408 from boraozgen/bugfix/dns_cache
Fix memory leak in DNS cache
2020-08-11 09:00:58 +01:00
Dustin Crossman 6ba8885ad3 Update COMPONENT_SCL. 2020-08-10 17:02:35 -07:00
Lingkai Dong c8721cf671 Move BlueNRG-MS driver into connectivity/drivers/ble/FEATURE_BLE 2020-08-10 17:31:12 +01:00
Paul Szczeanek e877eb7552 fix cancel connect to accept peer address 2020-08-10 13:07:11 +01:00
Anna Bridge a6730ad8ef
Merge pull request #13365 from paul-szczepanek-arm/ble-streamlining
BLE streamlining
2020-08-10 11:04:45 +01:00
Paul Szczeanek 6aac3acefb braces on newlines 2020-08-07 16:27:26 +01:00
Paul Szczeanek 8bdd6bca93 braces always on newline 2020-08-07 16:21:09 +01:00
Paul Szczeanek f6a8610b0e move non-api heders into common 2020-08-07 14:54:23 +01:00
Paul Szczeanek b6db853e16 backwards compatiblity with mbed build tools 2020-08-07 14:53:28 +01:00
Paul Szczeanek ec4cbb7c23 make include path backwards compatible 2020-08-07 14:20:44 +01:00
Paul Szczeanek dbc006baef fix ble drivers 2020-08-07 11:59:15 +01:00
Paul Szczeanek 72b7d97fba pull define out into json config 2020-08-07 11:59:14 +01:00
Paul Szczeanek 98bb0f7e55 fix backwards compatibility 2020-08-07 11:59:14 +01:00
Paul Szczeanek 1d4d3e1127 move implementations to libraries directory 2020-08-07 11:59:14 +01:00
Paul Szczeanek 9603708fc5 import ble modules into global namespace 2020-08-07 11:59:14 +01:00
Paul Szczeanek 7e64019074 move pal to cordio, remove cordio mentions from API 2020-08-07 11:59:14 +01:00
Paul Szczeanek 55efdb3cf0 Cordio Singleton support only one instance
Additional instances must be managed by user.
2020-08-07 11:59:14 +01:00
Paul Szczeanek 365cb3c5d0 remove generic, TPPs, nested namespaces 2020-08-07 11:59:14 +01:00
Bora Özgen a699ff3406 Fix memory leak in DNS cache 2020-08-07 11:31:06 +02:00
Ashok Rao 724624ad6d Moving mbed_lib.json outside sources 2020-08-06 13:43:55 +01:00
Ashok Rao 8d7c7555dc Fixing UNITTESTS 2020-08-05 17:09:21 +01:00
Ashok Rao b9b4c5d392 Mbed OS will soon be changing directory structure to the below:
```
connectivity
├── netsocket
├── lwipstack
├── nanostack
│   ├── mbed_lib.json // nanostack-interface's mbed_lib.json
│   ├── include
│   │   └── nanostack // headers from features/netsocket/nanostack-interface
│   ├── source        // sources from features/netsocket/nanostack-interface
│   ├── coap-service  // used by Thread only - deprecate?
│   ├── mbed-mesh-api
│   ├── nanostack-hal-mbed-cmsis-rtos // HAL porting layer for Nanostack on mbed with CMSIS-RTOS
│   ├── sal-stack-nanostack
│   └── sal-stack-nanostack-eventloop
├── cellular                // previously in features/cellular/framework/
├── ...

```

This PR is a part of a wider \connectivity refactoring and implements the above new directory structure for \nanostack.
2020-08-05 16:55:43 +01:00
Anna Bridge 1d362c8a7a
Merge pull request #13371 from gpsimenos/gp-lwip-restruct
Restructure lwipstack directory
2020-08-05 11:56:12 +01:00
George Psimenos bcb5c10d62 Update lwipstack paths 2020-07-31 10:19:52 +01:00
George Psimenos 97ea45ad63 Move lwipstack
- Public headers moved into mbed-os/connectivity/lwipstack/include/lwipstack folder
- Source moved into mbed-os/connectivity/lwipstack/source folder
- Internal lwip and lwip-sys libraries moved to source folder
2020-07-31 10:15:25 +01:00
Rajkumar Kanagaraj 49924b8a0b Add mbed_lib.json config to avoid emac drivers source includes by default 2020-07-30 10:24:58 -07:00
Martin Kojtal c7251b0177
Merge pull request #13377 from rajkan01/move_nanostack_rf
Move nanostack rf driver from features to connectivity
2020-07-30 13:26:11 +01:00
Rajkumar Kanagaraj f026f0d54f Move nanostack rf driver from features/nanostack/nanostack-interface into connectivity/drivers/802.15.4_RF 2020-07-30 03:47:52 -07:00
George Psimenos 76f37fb2bc Restructure events directory & move tests 2020-07-28 09:17:19 +01:00
Rajkumar Kanagaraj 2add7064ec Update astyleignore and source code comment 2020-07-27 10:04:01 -07:00
Rajkumar Kanagaraj 522f100262 Move features/netsocket/emac-drivers to connectivity/drivers/emac 2020-07-27 09:53:31 -07: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
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
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
Lingkai Dong 3b2e07c12e Move mbed-coap to connectivity/libraries 2020-07-16 17:06:57 +01:00
Lingkai Dong cb828c3aa1 Move nanostack-libservice into connectivity/libraries/ 2020-07-08 17:25:18 +01:00
Lingkai Dong 6e9dcc3f93 Move WiFi drivers from components to connectivity/drivers 2020-07-03 17:37:43 +01:00
Lingkai Dong a0a43ada37 Move cellular drivers from components to connectivity/drivers 2020-07-03 17:32:45 +01:00
Lingkai Dong f4c62f6369 Move 802.15.4_RF drivers from components to connectivity/drivers 2020-07-03 17:30:59 +01:00