Commit Graph

21586 Commits (05dcde839ea65b5b19b4a9e5547d4c50a0a62c88)

Author SHA1 Message Date
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 5352d4052d Cellular: Remove non-API folders from Doxygen 2019-02-08 16:45:28 +00:00
Ari Parkkila 01f1c4190c Cellular: Update cellular documentation 2019-02-08 16:45:28 +00:00
Martin Kojtal a8d1d26fa7
Merge pull request #9508 from ARMmbed/release-candidate
Release candidate for mbed-os-5.11.3
2019-01-31 12:48:22 +01:00
Cruz Monrreal 36bb9843ce Merge pull request #9544 from kjbracey-arm/reboot_limit_fix
Halt to enforce reboot limit once only
2019-01-30 17:38:06 -06:00
Cruz Monrreal 18fc01f437 Merge pull request #9547 from kjbracey-arm/die_wait_us
mbed_die: Use wait_us not wait_ms
2019-01-30 17:37:47 -06:00
Cruz Monrreal 481b6fb8f6 Merge pull request #9548 from davidsaada/david_flashiap_retries
FlashIAP driver: Add retries to erase and program operations.
2019-01-30 17:37:35 -06:00
Martin Kojtal 3f5c4de3b5 examples: fix incorrect target addition in 5.11.3rc 2019-01-26 20:58:49 +01:00
jeromecoutant 206589045c STM32L496xG: increase IAR heap size 2019-01-25 16:19:11 +00:00
Ben Cooke 3099acc864 Add FLASH support to TARGET_MAX32620C MCU and derivative platform targets 2019-01-25 15:55:42 +00:00
adbridge 095ba575c2 Update Mbed version block 2019-01-25 14:30:10 +00:00
Cruz Monrreal II 7d0fe7e973 Replaced '|' with '>' (affects how newlines are parsed) 2019-01-25 14:29:59 +00:00
Cruz Monrreal II 3af4a2f459 Updated license_check to work a bit better across line boundries.
Swapped out 'git grep' for 'grep' since it can take in a --max-count flag.
The license _header_ will always be at the top.

Also enabled output so that PR authors can know what the problem files are.
2019-01-25 14:29:59 +00:00
Cruz Monrreal II‰ 3b3af7ad0d Fix for license check job. Somehow, having the '!' before a single command in a single line parses out the '!'. 2019-01-25 14:29:59 +00:00
Oren Cohen e4b811d3a2 Skip redundant binaries 2019-01-25 14:29:59 +00:00
Oren Cohen 37ca77c9e1 Typo 2019-01-25 14:29:59 +00:00
Oren Cohen 9ade3a6ede Add license 2019-01-25 14:29:59 +00:00
Oren Cohen 6e31385238 Update PSA binaries importer for FUTURE_SEQUANA_PSA 2019-01-25 14:29:59 +00:00
Kevin Gilbert 207aa6cfce Add empty en_phonet.
Required to run with aspell and comply with license changes
2019-01-25 14:29:59 +00:00
Martin Kojtal 672665ad1c travis: remove phonedat database
Not permissive license
2019-01-25 14:29:59 +00:00
Martin Kojtal c670ef8bff realtek: revert license change
While updating the file in the commit b06553fa25, the license was changed. This comimt restores the license back to the original one - Apache 2.0
2019-01-25 14:29:59 +00:00
offirko 80b261c3fd Start test by formatting SD Card, otherwise FATFS mount might fail Fix Jira: IOTSTOR-752 2019-01-25 14:29:59 +00:00
deepikabhavnani 9a8d748fd3 Corrected the targets value in json file as CI uses real board names 2019-01-25 14:29:59 +00:00
Ron Eldor b261a6d839 Rename the platform context varaiable
Rename the generic name `ctx` of `mbedtls_platform_context`
in `platform_alt.c` to a specific name `plat_ctx`, to avoid conflicts
when used as external in crypto modules.
2019-01-25 14:29:59 +00:00