Commit Graph

19411 Commits (1e625e2a54ba6f62f9ab50e3037354e32b51ce40)

Author SHA1 Message Date
Qinghao Shi 1e625e2a54 fixed NetworkInterface Class missing in doxy 2018-11-16 14:49:17 +00:00
Qinghao Shi 662ed73f38 exclude vendor's EMAC driver from doxy 2018-11-16 14:49:17 +00:00
Seppo Takalo ff0b4c4de7 Increase EMAC test timeout to 1400 seconds 2018-11-16 14:49:17 +00:00
William Kelly III 10fed1b1e8 Fix off-by-one-error in BusIn/Out 2018-11-16 14:49:17 +00:00
adbridge 8f948f640c Fix up subprocess calls
subprocess.call() does not by default return a status value.

Update the commands to add shell=True which forces a return value.
Also convert the commands to a single string rather than a list as
this plays more nicely with both linux and windows.

Also fix a spurious :
2018-11-16 14:49:17 +00:00
adbridge 9d31de07cb Make examples commands return a failure
Currently the following commands in examples.py,
do_import()
do_deploy()
do_versionning()
do_clone()

all return a success status (ie 0) irrespective of any errors
originating from their sub-functions.

This PR fixes this. Now these commands will return one of:
0 - success
1 - general failure
x - failure returned by a subprocess.call function
2018-11-16 14:49:17 +00:00
Jaakko Korhonen d8530b7907 Added missing mutex to DataFlash for thread safety. 2018-11-16 14:49:17 +00:00
Christopher Haster 547e7431be Added mutex to DataFlash for thread safety 2018-11-16 14:49:17 +00:00
Jaakko Korhonen 779ed2e77f Add generic BlockDevice test for get_erase_value(). 2018-11-16 14:49:17 +00:00
Jaakko Korhonen 385d02463a Add generic BlockDevice test for contiguous erase/write/read. 2018-11-16 14:49:17 +00:00
Martin Kojtal bf6f2c3c64
Merge pull request #8644 from ARMmbed/release-candidate
Release candidate for mbed-os-5.10.3
2018-11-06 10:38:36 +01:00
adbridge 04790ce0b2 Revert "ATCmdParser: Added namespace std for va_list"
This reverts commit 6775c9f98c.
Going to 5.11
2018-11-05 13:40:31 +00:00
adbridge 894b0df3b8 Revert "Platform: Add required header file and namespace element instead add all"
This reverts commit d7795e8eb5.
Going to 5.11
2018-11-05 13:39:41 +00:00
adbridge 7a0911f328 Revert "RTOS: Add required header file and namespace element instead add all"
This reverts commit ba02b482ce.
Going to 5.11
2018-11-05 13:38:50 +00:00
adbridge bf8024548c Revert "EventQueue: Add required header file and namespace element instead add all"
This reverts commit 7446ebbadf.
Going to 5.11
2018-11-05 13:37:58 +00:00
adbridge 7988df79ad Update mbed version block 2018-11-05 12:50:32 +00:00
adbridge 3aa8d7f906 Revert "Use the parsing status as a way to detect if the IP string represent a valid IPv6 address"
This reverts commit 99aa1dca0a.
This has been moved to 5.11
2018-11-05 12:36:59 +00:00
Taiki 6d95eaa03d Switch the IPv4 parser to the one recently introduced in libservice. Return a bool value on wether parsing of the IPv4 address string was successful 2018-11-04 22:52:56 -06:00
bcostm d5c8baa364 STM32F413ZH: fix wrong flash size for ARM compiler 2018-11-04 22:33:49 -06:00
bcostm 8731bc4080 STM32F413ZH: enable bootloader in targets.json 2018-11-04 22:33:49 -06:00
bcostm 3d70681879 STM32F413ZH: add defines for bootloader 2018-11-04 22:33:49 -06:00
micgur01 08cc9df94d code review for Update linker scripts for bootloader target L496GZ 2018-11-04 22:31:17 -06:00
micgur01 a30aef7771 code review for Update linker scripts for bootloader target L496GZ 2018-11-04 22:31:16 -06:00
micgur01 7f66158633 change mode to 664 2018-11-04 22:31:16 -06:00
micgur01 91695ab172 Update linker scripts for bootloader for L496GZ 2018-11-04 22:31:16 -06:00
Cruz Monrreal II 4a14db53b2 Make variables that are private in ConditionVariable.h, protected Paritally reverts docs PR 8511 2018-11-04 22:07:06 -06:00
Mel W 395ad2877e Articles and capitalization 2018-11-04 22:07:05 -06:00
Mel W 43ed879c48 Sentence restructuring, punctuation 2018-11-04 22:07:05 -06:00
Mel W cecd96f4f1 Breaking behaviors into two sections
as per @kjbracey-arm review
2018-11-04 22:06:11 -06:00
Mel W 99cc7f2fdf Adding missing punctuation. 2018-11-04 22:06:10 -06:00
Mel W 377be71ca7 True -> `true`, inserting article 2018-11-04 22:06:10 -06:00
Mel W 8bae0b1708 ...remainder of file... to [remainder of file] 2018-11-04 22:06:10 -06:00
Mel W f614965b0e Reformatting heading levels 2018-11-04 22:06:10 -06:00
Mel W ccda9b8bde One more missing period. 2018-11-04 22:06:10 -06:00
Mel W 50639d6d8b Adding periods 2018-11-04 22:06:10 -06:00
Mel W 1d41b0ec61 Capitalizing IoT 2018-11-04 22:06:10 -06:00
Mel W c11e33edcd Commas 2018-11-04 22:05:46 -06:00
Mel W b0b22fa7c6 Capitalization, formatting of true and false, punctuation. 2018-11-04 22:05:46 -06:00
Mel W 2be0af73ec Articles and capitalization 2018-11-04 22:05:46 -06:00
Mel W 722d3822f3 Sentence restructuring, punctuation 2018-11-04 22:05:46 -06:00
paul-szczepanek-arm e1d600175a review fixes 2018-11-04 22:05:46 -06:00
Paul Szczepanek addffcb1c4 capitalisation 2018-11-04 22:05:46 -06:00
Paul Szczepanek 30da67219f Update WiFiInterface.h 2018-11-04 22:05:46 -06:00
Paul Szczepanek f6000d3628 Update CellularBase.h 2018-11-04 22:05:46 -06:00
paul-szczepanek-arm 2f2cb1efd7 incorrect doc was copy pasted
replaced with copydoc instead
2018-11-04 22:05:46 -06:00
paul-szczepanek-arm 43c489e8a0 missing doxy 2018-11-04 22:05:46 -06:00
paul-szczepanek-arm b581299a20 remove redundancy and maintainance overhead 2018-11-04 22:05:46 -06:00
paul-szczepanek-arm e3f06997f6 return codes 2018-11-04 22:03:31 -06:00
paul-szczepanek-arm 2fda1c2385 doxygen fixes 2018-11-04 22:03:31 -06:00
Amanda Butler ea7be7c224 Edit Queue.h
Edit file, including existing text, mostly for active voice and consistent tense.
2018-11-04 22:00:49 -06:00