Commit Graph

4622 Commits (ddf5060ef923f929f3673f9fc542e0824c5fb61d)

Author SHA1 Message Date
Senthil Ramakrishnan 228fd63ae7 Modified fixes with review comments 2019-02-08 16:50:27 +00:00
Senthil Ramakrishnan f47d241721 Fix for ARMc6 compiler errors 2019-02-08 16:50:27 +00:00
Amir Cohen 273c0143dc asyle issues 2019-02-08 16:50:27 +00:00
Amir Cohen 523375865c Modify general blockdevice tests to run all storage components
All tests will run for each storage component available on device excapt for test_get_type_functionality that will run once on the default blockdevice.
2019-02-08 16:50:27 +00:00
Marcin Tomczyk e0bf2593ce ONME-3868, Modiefie mem-size parameter to minimal size that work with DTLS 2019-02-08 16:50:27 +00:00
David Saada 569540f8d6 NVStore: fix area calculation function
Don't allocate the sector map array in this function,
as it was buggy and redundant. Separate user config vs. automatic allocation
cases instead (which was essentially the case anyway).
In addition, fix tests to get over failures in low end boards
2019-02-08 16:50:27 +00:00
Jarno Lamsa be2eb9b6ed Set tasklet parameters before connecting
Set tasklet parameters before connecting to prevent the parameters to be set to 0.
The tasklet parameters are reset to 0 when wisun_tasklet_connect gets called,
thus those need to be set in the wisun_tasklet_configure_and_connect_to_network
before they are used. This is also done this way in other tasklets.
2019-02-08 16:50:27 +00:00
Jarno Lamsa fdd0360f3e Remove yotta-specific lines from .gitignore 2019-02-08 16:50:27 +00:00
paul-szczepanek-arm 03fda0c842 review fixes 2019-02-08 16:50:27 +00:00
paul-szczepanek-arm 77113a9f2c check scanning status first 2019-02-08 16:50:27 +00:00
paul-szczepanek-arm a0b5b60e6b scan timeout for 4.2 controllers using new API 2019-02-08 16:50:27 +00:00
Brian Daniels 3180422483 Update utest README 2019-02-08 16:50:27 +00:00
Brian Daniels cadbd3a950 Correct example given in greentea-client readme 2019-02-08 16:50:27 +00:00
Brian Daniels fa92ed4137 Remove reference to yotta and mbed-drivers in greentea-client 2019-02-08 16:50:27 +00:00
Brian Daniels 3ad5e13070 Removing references to yotta and minar within utest 2019-02-08 16:50:27 +00:00
Michal Paszta cd438a321a Prevent double attempt to connect mesh api
Socket network interface tests were failing due to DICONNECTED event
being advertised, where GLOBAL_UP was expected. It turned out that
nanostack receives two events: APPL_EVENT_CONNECT and
APPL_BACKHAUL_INTERFACE_PHY_UP. The second attempt to connect obviously
returns errors, but it also causes events to be sent out to the
application. The second attempt should not take place in case the
bootstrap is already started.

I also fixed two reports being sent with DISCONNECT status, while they
are actually something else.
2019-02-08 16:50:27 +00:00
Mirela Chirica 138a2774a0 Cellular: Remove makefile and mbedignore refering to obsolete cellular unit tests 2019-02-08 16:50:27 +00:00
Brian Daniels 75d438e271 Remove unused yotta module metadata 2019-02-08 16:48:59 +00:00
Amanda Butler 0b2cedc873 Remove outdated content from README.md
Remove requested outdated content, and update TOC to reflect changes.
2019-02-08 16:48:59 +00:00
Amanda Butler 0d09429983 Remove .json blob from README.md
Make change suggested in comments.
2019-02-08 16:48:59 +00:00
Brian Daniels a236d20e26 Update features/frameworks/greentea-client/README.md
Co-Authored-By: AnotherButler <Amanda.Butler@arm.com>
2019-02-08 16:48:59 +00:00
Amanda Butler 5099d4136d Remove yotta from README.md
Remove all references to yotta.md
2019-02-08 16:48:59 +00:00
Vincent Coubard 05dcde839e BLE: Fix relationnal operator of SafeEnum
The relationnal operators were targeting the base class which defines an implicit constructor to an integral value. This is wrong as it allows SafeEnum instances to be compared against integers.

The fix is simple: define relationnal operators for the derived class. The derived class is known as it is passed as a template parameter of the base class.

For extra safety the SafeEnum constructor is now explicit and protected.
2019-02-08 16:48:59 +00:00
Vincent Coubard 20cdd6e0de BLE: Fix comparison expression between an integer and a SafeEnum 2019-02-08 16:48:59 +00:00
Amanda Butler 7adbfed380 Remove outdated text and fix spelling in README.md
Remove reference to yotta, and fix spelling for correct branding.
2019-02-08 16:48:59 +00:00
Jan Jongboom f431cb9e34 TCPSocket.cpp setting socket should terminate with semicolon 2019-02-08 16:48:59 +00:00
Seppo Takalo 5bd99ec2d6 Fix spelling mistakes 2019-02-08 16:48:59 +00:00
Seppo Takalo 5788107da3 Add missing copyright header. 2019-02-08 16:45:28 +00:00
Seppo Takalo 566a12efab Fix review findings. 2019-02-08 16:45:28 +00:00
Mel Weed e8b45561d3 editorial changes 2019-02-08 16:45:28 +00:00
Mel Weed 8a781ea3ea mbed-tls/TLS to Mbed TLS 2019-02-08 16:45:28 +00:00
Mel Weed 0117ec4b98 grammatical corrections 2019-02-08 16:45:28 +00:00
Mel Weed 24803d2650 editorial changes, punctuation 2019-02-08 16:45:28 +00:00
Kari Haapalehto 259d72601a Review changes 2019-02-08 16:45:28 +00:00
Mel Weed 07cd9a10c7 typo fixes, future->present 2019-02-08 16:45:28 +00:00
Mel Weed 8d84a14cda removing 'easy to use' 2019-02-08 16:45:28 +00:00
Kari Haapalehto 8a4674d44a Hide protected start_handshake 2019-02-08 16:45:28 +00:00
Seppo Takalo 4d6e99c52e Add more documentation to Socket classes. 2019-02-08 16:45:28 +00:00
Seppo Takalo 5a662b4279 Fix DNS grouping 2019-02-08 16:45:28 +00:00
Seppo Takalo 1b40e43e0e Remove extra @param values 2019-02-08 16:45:28 +00:00
Kari Haapalehto 02e2704db0 Doxygen corrections to DTLSSocket.h, TLSSocket.h, TLSSocketWrapper.h and DTLSSocketWrapper.h 2019-02-08 16:45:28 +00:00
Jarno Lamsa c2718e3666 WifiInterface doxygen cleanup 2019-02-08 16:45:28 +00:00
Jarno Lamsa 3f9430311f SocketAddress doxygen cleanup 2019-02-08 16:45:28 +00:00
Seppo Takalo 1ab806bdbb Create new netinterface Doxygen group 2019-02-08 16:45:28 +00:00
Seppo Takalo 81108c6528 Fix NetworkInterface grouping 2019-02-08 16:45:28 +00:00
Kari Haapalehto 222a36c6f4 Doxygen corrections to: - DTLSSocket.h - TLSSocket.h - TLSSocketWrapper.h 2019-02-08 16:45:28 +00:00
Mel W 9e79418231 backticks 2019-02-08 16:45:28 +00:00
Mel W 4831d12715 Formatting tweaks
#justnitpickythings
2019-02-08 16:45:28 +00:00
Seppo Takalo f6b44bd72c Fix netsocket Doxygen group 2019-02-08 16:45:28 +00:00
Ari Parkkila 01f1c4190c Cellular: Update cellular documentation 2019-02-08 16:45:28 +00:00