Rajkumar Kanagaraj
07511d39b1
Fix UNITTESTS build failure
2020-08-14 12:32:50 +01:00
Ashok Rao
9977da64af
Incorporating review comments
2020-08-12 11:18:39 +01:00
Ashok Rao
da9fd2a11b
Mbed OS will soon be changing directory structure to the below:
...
```
connectivity
├── netsocket
├── lorawan
│ ├── mbed_lib.json // nanostack-interface's mbed_lib.json
│ ├── lorastack
│ ├── tests
├── nanostack
├── cellular
├── ...
```
This PR is a part of a wider \connectivity refactoring and implements the above new directory structure for \lorawan.
2020-08-12 11:06:36 +01:00
George Psimenos
54d8fe74ca
Update mbedtls paths
2020-08-11 11:32:08 +01:00
Ashok Rao
8d7c7555dc
Fixing UNITTESTS
2020-08-05 17:09:21 +01:00
Anna Bridge
c85b76ad05
Merge pull request #13298 from ashok-rao/platform-refactor
...
Refactoring \platform directory
2020-08-05 13:32:42 +01:00
Ashok Rao
a78554ebfa
Fixing .astyleignore conflict
2020-07-31 15:50:03 +01:00
George Psimenos
973c1dc2ff
Move drivers unit tests
2020-07-31 10:04:36 +01:00
George Psimenos
99803be98f
Relocate platform unit tests
2020-07-28 10:16:47 +01:00
George Psimenos
76f37fb2bc
Restructure events directory & move tests
2020-07-28 09:17:19 +01:00
Martin Kojtal
6bd52719f6
Merge pull request #13335 from rajkan01/netsocket_dir_restructure
...
Restructure netsocket directory
2020-07-27 14:35:27 +01:00
Rajkumar Kanagaraj
59072e9f58
Update documentation reference
2020-07-23 08:31:52 -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
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
Lingkai Dong
22ea1e8846
Update unittest.cmake files for cellular
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
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
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
Rajkumar Kanagaraj
f58c5631c0
Fix UNITTESTS issue
2020-07-19 10:02:32 -07:00
Rajkumar Kanagaraj
41f0796484
Move greentea test closure to library
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
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
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
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
Rajkumar Kanagaraj
fdaaffdc7a
Stroage unittest directory restructure
...
- Move UNITTESTS/features/storage to UNITTESTS/storage
- update the .cmake files to refer the new directory
2020-07-10 14:59:53 +01:00
Lingkai Dong
08aec8b61c
UNITTESTS: update paths to nanostack-libservice
2020-07-08 17:25:39 +01:00
Lingkai Dong
a884f1ad43
UNITTESTS: Add comment for glob pattern
2020-07-08 16:39:29 +01:00
Lingkai Dong
817ff8ed8f
Allow unittest.cmake from the whole mbed-os
2020-07-08 16:39:29 +01:00
Martin Kojtal
b1629b7e59
Merge pull request #13098 from AriParkkila/cell-free-stack
...
Cellular: Fix CellularContext destructor memory leak
2020-06-17 13:24:17 +02:00
Martin Kojtal
ee13b49596
Merge pull request #13093 from AriParkkila/fix-unittest-for-PPPInterface
...
UNITTESTS: Fix TestPPPInterface::get_interface_name
2020-06-15 11:26:25 +02:00
Ari Parkkila
dd73a93887
Cellular: Fix CellularContext destructor memory leak
2020-06-10 22:21:48 -07:00
Ari Parkkila
ffa075bea3
UNITTESTS: Fix TestPPPInterface::get_interface_name
2020-06-09 23:40:28 -07:00
Ari Parkkila
985e72f65d
Cellular: Fix unittest for CellularNetwork
2020-06-05 00:45:49 -07:00
Kevin Bracey
74a51b6782
Add ThisThread Chrono stubs
2020-05-11 14:18:04 +03:00
Kevin Bracey
ee88235e69
Add Semaphore Chrono stubs
2020-05-11 14:18:04 +03:00
Kevin Bracey
3b7eae1109
Add Kernel::impl::get_tick_count() stub
2020-05-11 14:18:04 +03:00
Kevin Bracey
355b45ade1
Cellular: Convert to Chrono
...
Note that documentation for random_max_start_delay config setting has
been changed to indicate that the setting is in seconds, and always has
been. No functional change.
2020-05-11 14:18:04 +03:00
Michal Paszta
56ede3aa91
Fix unittests after ExhaustibleBlockDevice adjustments for wear leveling test
2020-05-05 12:10:41 +03:00
Darryl Green
0d16ca4d8a
Remove references to mbed-crypto
...
Signed-off-by: Darryl Green <darryl.green@arm.com>
2020-04-30 11:28:20 +01:00
Martin Kojtal
d1ae0d570c
Merge pull request #12425 from kjbracey-arm/chrono
...
C++ Chrono support
2020-04-30 11:41:43 +02:00
Martin Kojtal
1ddfa59ea7
Merge pull request #12463 from kjbracey-arm/sockstats
...
Clean up and optimise socket statistics
2020-04-29 22:16:54 +02:00
Martin Kojtal
4f9d21b16a
Merge pull request #12694 from kivaisan/remove_netsocket_icetea_and_tcpserver
...
Remove netsocket icetea tests and TCPServer
2020-04-29 13:46:44 +02:00
Rajkumar Kanagaraj
c71c980ccd
Fix the CI build and unit test issue
2020-04-27 10:19:08 +03:00
Arto Kinnunen
329c5d8538
Add unittests for added methods
...
Add unit tests for added methods:
-get_rtt_estimate_to_address
-get_stagger_estimate_to_address
2020-04-23 11:58:51 +03:00
Martin Kojtal
8926ea0983
Merge pull request #12763 from kivaisan/fix_athandler_read_string
...
Cellular: Fix ATHandler::read_string to handle delimiter inside string
2020-04-15 09:27:40 +02:00