Commit Graph

21574 Commits (07cd9a10c7ea47f99ce22bfae518d0031c248022)

Author SHA1 Message Date
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
Ron Eldor a1588b3de7 Rename the platform specific crypto_platform
To avoid collisions between the psa `crypto_platform.h` file and the
platform specific `crypto_platform.h` file, for the init \ terminate
functions, rename the latter to `crypto_device_platform`.
2019-01-25 14:29:59 +00:00
jeromecoutant 473df45693 NUCLEO_H743ZI: CAN support 2019-01-25 14:29:59 +00:00
jeromecoutant 235d3b88d7 STM32: FDCAN support for H7 family 2019-01-25 14:29:59 +00:00
Cai 757a7c6f04 fix bug for RDA UNO_91H:calling us ticker functions without init. solution: init us ticker when init TRNG. 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan 75808f7a34 Print crash report reboot messages only for non-release builds 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan 4c39d868fe Add debug prints to triage the test timeouts 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan 4eec1c618a Increase the timeout for the host side script and the test 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan fe32af1d2f Remove printf completely and fix the optimization check 2019-01-25 14:29:59 +00:00
j3hill 72209e851e NRF5x: QSPI SFDP read implementation 2019-01-25 14:29:59 +00:00
j3hill 5f4fbdbfd4 NRF5x: min read/write implementation 2019-01-25 14:29:59 +00:00
Sana Masood b1d8ee5790 mbed-host-tests minimum requirement set 2019-01-25 14:29:59 +00:00
Veijo Pesonen 32f3b09904 ESP8266: provides blocking/non-blocking connect
Implements NetworkInterface::set_blocking() and implements the
functionality to distinguish between the two in connect()
2019-01-25 14:29:59 +00:00