Commit Graph

19432 Commits (571f0e016bf45333421863dc6dcfc086093217a2)

Author SHA1 Message Date
Marcin Tomczyk 571f0e016b ONME-3733 detect xinetd service pattern and generate correct pattern 2018-11-16 14:49:17 +00:00
Fahim Alavi 3d28f7f125 mbed_lib.json updated for other all C030 targets and code corrected to use UBLOX_AT 2018-11-16 14:49:17 +00:00
Amanda Butler 983e32701b Remove comma in CONTRIBUTING.md
Remove unnecessary comma.
2018-11-16 14:49:17 +00:00
Amanda Butler de4076bf32 Edits in README.md
Remove unnecessary commas, and standardize heading capitalization.
2018-11-16 14:49:17 +00:00
Mel W 562a7a4aab Commas and other small editorial changes 2018-11-16 14:49:17 +00:00
Mel W cb8da4a8ca Comma, editorial changes 2018-11-16 14:49:17 +00:00
Martin Kojtal 7280b73b73 readme: fix apache license 2018-11-16 14:49:17 +00:00
Martin Kojtal 622976838a Readme: add license guide doc page 2018-11-16 14:49:17 +00:00
Martin Kojtal cf3ac5c5f3 contributing: update the text
Simplify the document. More information is provided on our documentation portal, link it here
2018-11-16 14:49:17 +00:00
Martin Kojtal bf5ff40e0d readme: add note about 3rd party code licenses 2018-11-16 14:49:17 +00:00
Martin Kojtal 74463e57a0 readme: add license section 2018-11-16 14:49:17 +00:00
Kari Haapalehto e713b2bb9c Fix memory leak 2018-11-16 14:49:17 +00:00
Kari Haapalehto 456a3bfbac Fix compile warning about initializing and variable order 2018-11-16 14:49:17 +00:00
Jarno Lamsa 0720fc8a17 Remove extra _deselect to prevent possible hard fault
If read timeout happens, the _deselect will get called twice causing
a hard fault happening when mutex is released without being locked.
The SDBlockDevice::read is calling the _deselect in every case.
2018-11-16 14:49:17 +00:00
Deepika Bhavnani 728e23b821 Update tools/toolchains/gcc.py 2018-11-16 14:49:17 +00:00
jeromecoutant c39448fa97 TOOLS : Add missing M33 and M33F in python scripts 2018-11-16 14:49:17 +00:00
Amanda Butler cc736e50d8 Edit Kernel.h
Make minor copy edits for active voice, branding and deletion of extra spaces.
2018-11-16 14:49:17 +00:00
Senthil Ramakrishnan 3e27d99f21 Updated attach_thread_terminate_hook doxygen comments 2018-11-16 14:49:17 +00:00
Senthil Ramakrishnan 093fa1517c Kernel.h doxygen update 2018-11-16 14:49:17 +00:00
kegilbert fb5317b8e9 Fix typos in Events doxygen 2018-11-16 14:49:17 +00:00
kegilbert 68b11b2dc8 Fix typos in RTOS doxygen. 2018-11-16 14:49:17 +00:00
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