Amanda Butler
82c4ce607d
Edit mbed_stats.h
...
Capitalize ID for consistency.
2018-10-12 11:08:01 -05:00
Amanda Butler
648eb39f74
Copy edit Timer.h
...
Copy edit existing text for minor grammar issues.
2018-10-12 11:01:11 -05:00
Amanda Butler
2da54cbb4a
Edit DeviceKey.h
...
Standardize tense across documents, and edit some existing text for phrasing.
2018-10-12 10:58:58 -05:00
Aashish chaddha
b993eb9d3d
mutex doc changes
2018-10-12 10:51:38 -05:00
deepikabhavnani
6031bc2fb1
Updated doxygen comments
2018-10-12 10:41:52 -05:00
Aashish chaddha
a9ce00bb4d
fixed a mistake where I was adding "can not supprted" error at wrong place
2018-10-12 10:16:32 -05:00
Naveen Kaje
615ae0b2ec
Timer.h: Update comments
2018-10-12 10:09:36 -05:00
Aashish chaddha
f0a4451054
fix critical bug where I was hiding a lot more class members than i should. Add "CAN_NOT_SUPPORTED" guard to header instead of example
2018-10-12 10:01:38 -05:00
Naveen Kaje
feb3833e4b
Timer.h: Remove protected attributes from rendering on docs site
2018-10-12 09:51:53 -05:00
Antti Yli-Tokola
032d1f5709
Update mbed-coap to version 4.7.1
...
Add re-scan routine goto if message is caused user callback
This will fix hard fault when blockwise message sending timeouts. This happens cause same list is manipulated through rx callback.
2018-10-12 17:11:21 +03:00
Cruz Monrreal
6d7b655b87
Merge pull request #8331 from deepikabhavnani/getc_fix
...
Stream: add necessary flushes, removing unneeded IAR workaround
2018-10-12 08:59:16 -05:00
bcostm
276d16f70d
STM32: fix issue with serial_is_tx_ongoing function
2018-10-12 15:40:11 +02:00
Cruz Monrreal
7ea50f1fe4
Merge pull request #8334 from theotherjimmy/error-missing-payload
...
mbed dm: Check for missing payload and give a better error message
2018-10-12 08:00:41 -05:00
Cruz Monrreal
285de88331
Merge pull request #8234 from TomoYamanaka/modify_LPTicker
...
Renesas : Modify LPTicker driver
2018-10-12 07:43:37 -05:00
Lu
2fa91f3b2b
This PR retrieves the TimerSync function to fix the lockup issue
...
1. Update library
2. Add ‘hal_timer.h’, ‘rtl8195a_timer.h’
3. Revert ‘HalTimerOpExt.HalTimerSync(SYS_TIM_ID)’ function in ‘us_ticker.c’
2018-10-12 20:39:06 +08:00
Cruz Monrreal
61a626c11b
Merge pull request #8237 from 0xc0170/dev_add_docs
...
PR template: add "docs update"
2018-10-12 07:35:55 -05:00
Cruz Monrreal
5bfac71bdc
Merge pull request #8387 from cmonr/rollup
...
Rollup v2.1: Rerun multiple PRs through CI that have already indirectly passed
2018-10-12 07:24:18 -05:00
Kevin Bracey
1ef213ec89
Clean up Thread deprecation warnings
...
Static Thread methods and signal methods have been deprecated. Remove
all references in the main code, and most of the tests. Some tests of
the deprecated APIs themselves remain.
2018-10-12 14:57:13 +03:00
Anna Bridge
8dcc949c63
Merge pull request #8002 from deepikabhavnani/storage_remove_mbed_h
...
Storage: Add required header file and namespace element instead add all
2018-10-12 11:06:35 +01:00
Anna Bridge
24857d0f91
Merge pull request #5285 from c1728p9/minimum_requirements_test
...
Update devices to have minimum 2K RAM and heap, also added test
2018-10-12 11:04:57 +01:00
Anna Bridge
4c3b3f0724
Merge pull request #8390 from cmonr/fix-colorama-pkg-version
...
Fixed colorama Python package
2018-10-12 10:34:46 +01:00
Anna Bridge
5e4b8723a6
Merge pull request #8393 from cmonr/unittest-fix
...
Revert "Merge pull request #8183 from hasnainvirk/QOS_impl"
2018-10-12 10:04:24 +01:00
Brian Daniels
ddedc155d4
Updating stats doc comments
2018-10-11 19:11:17 -05:00
Aashish chaddha
a92066858b
improve ticker doc
2018-10-11 17:05:35 -05:00
Senthil Ramakrishnan
026c978515
Adding doxygen comments for mem trace enum
2018-10-11 16:58:47 -05:00
Cruz Monrreal II
dd8e9bb954
Revert "Merge pull request #8183 from hasnainvirk/QOS_impl"
...
This reverts commit 5c675d3688
, reversing
changes made to 2b04a02eb2
.
2018-10-11 16:51:46 -05:00
Aashish chaddha
24054ec723
improve mutex doc
2018-10-11 16:48:39 -05:00
Naveen Kaje
3ab4f76d4c
InterruptIn.h: Update comments
2018-10-11 16:40:18 -05:00
Aashish chaddha
8786bfbb9a
improve mutex doc
2018-10-11 16:33:56 -05:00
Naveen Kaje
0235838be8
InterruptIn: Remove protected attributes from rendering on docs site
2018-10-11 16:18:09 -05:00
Cruz Monrreal II
7252618b08
Fixed colorama Python package
...
Colorama package being at the top of the requirements.txt list causes other requirements to not be fufilled.
All packages require <0.4.0, aka the latest 0.3.x patch release.
:
2018-10-11 15:24:04 -05:00
Kevin Gilbert
a28d1c0cfc
Fix minor typo
2018-10-11 15:17:27 -05:00
deepikabhavnani
7b7576feb2
Correct the param descritions of QSPI
2018-10-11 14:41:18 -05:00
deepikabhavnani
13c194e694
Add QSPI header file in mbed.h
2018-10-11 14:40:42 -05:00
Cruz Monrreal II
50e5215d3b
Merge branch 'bridadan-remove_gcc_cr' into rollup
2018-10-11 13:18:50 -05:00
Cruz Monrreal II
5d74b772ab
Merge branch 'remove_gcc_cr' of ssh://github.com/bridadan/mbed into bridadan-remove_gcc_cr
2018-10-11 13:18:49 -05:00
Cruz Monrreal II
21d5b838e2
Merge branch 'theotherjimmy-nb-consistant-paths' into rollup
2018-10-11 13:18:48 -05:00
Cruz Monrreal II
af6a21ac06
Merge branch 'nb-consistant-paths' of ssh://github.com/theotherjimmy/mbed into theotherjimmy-nb-consistant-paths
2018-10-11 13:18:47 -05:00
Aashish chaddha
21136cafcc
improve can documentation
2018-10-11 12:39:46 -05:00
jeromecoutant
3385e0ef7b
DISCO_F413ZH : explicit WIFI pins name
2018-10-11 18:32:43 +02:00
jeromecoutant
922cc2b8a7
DISCO_F413ZH : set default Wifi module SPI state to inactive
2018-10-11 18:31:51 +02:00
Cruz Monrreal
19190d62d2
Merge pull request #8248 from theotherjimmy/fix-7954
...
Tools, Resources: Convert to a set during win2unix
2018-10-11 10:36:52 -05:00
Cruz Monrreal
3568c54da6
Merge pull request #8180 from kivaisan/quectel_bg96_tcp_socket
...
Cellular: Quectel BG96 TCP socket support
2018-10-11 10:14:25 -05:00
Cruz Monrreal
085b5a6ca9
Merge pull request #8363 from adbridge/master
...
Remove mbed-os-example-client
2018-10-11 10:13:23 -05:00
Cruz Monrreal
2c296fcfd6
Merge pull request #8273 from anttiylitokola/mbed-coap-4.7.0
...
Update mbed-coap to version 4.7.0
2018-10-11 10:12:54 -05:00
deepikabhavnani
1918904e91
QSPI: Remove protected member functions from rendering on docs site, but keep them in the code.
2018-10-11 10:12:39 -05:00
Cruz Monrreal
6e8d9f0099
Merge pull request #8270 from theotherjimmy/fix-7392
...
Tools: Ensure vtor reserved bits are all 0
2018-10-11 10:12:25 -05:00
Cruz Monrreal
f9e5167126
Merge pull request #8258 from mirelachirica/fix_compile_warning_network
...
Cellular: Fix compile warnings for CellularNetwork
2018-10-11 10:11:54 -05:00
Cruz Monrreal
0aed6bb43f
Merge pull request #8256 from yossi2le/fix_warnings_in_blockdevices
...
Fix warnings in block devices
2018-10-11 10:10:55 -05:00
Cruz Monrreal
2a91a91313
Merge pull request #8219 from jeromecoutant/PR_EMAC_SLEEP
...
STM32 EMAC : lock deep sleep
2018-10-11 10:10:32 -05:00