Terence Zhang
119a2d434d
Fix the incorrect comment for set_blocking()
2018-11-02 19:49:59 -05:00
kegilbert
8d004c467e
Fix typos in Drivers doxygen
2018-11-02 19:49:59 -05:00
Ammad Rehmat
570329c0c2
fixes the credentials storage, copies them internally rather than just a pointer to external storage
2018-11-02 19:49:59 -05:00
mudassar-ublox
07588db248
Added unsupported features for UBLOX targets
2018-11-02 19:49:59 -05:00
Russ Butler
c36afcc3b6
Move #endif to fix PwmOut.h doxygen
...
Move the #endif up so it does not include the closing bracket of
PwmOut. This allows the doxygen for PwmOut, classmbed_1_1_pwm_out.html,
to build.
2018-11-02 19:49:59 -05:00
Amanda Butler
5d4b8c4ece
Make changes from comments to FileHandle.h
...
Address comments.
2018-11-02 19:49:59 -05:00
Amanda Butler
c748fd3926
Copy edit FileHandle.h
...
Copy edit file.
2018-11-02 19:49:59 -05:00
Kevin Gilbert
4f7af558dd
api->API
...
Minor doxygen update, uppercase acronym
2018-11-02 19:49:59 -05:00
Adam Heinrich
c09aa6458a
STM32F407VG: Add TRNG support
2018-11-02 19:49:59 -05:00
Michal Paszta
e1887a7738
TCPSocket accept refactored to close cleanly and icetea test added
...
Private constructor called in TCPSocket accept, when creating a new Socket.
Close() method calls moved "up" to InternetSocket.
InternetSocket::close() returns proper error code when no socket available.
Add TcpSocket::accept icetea tests.
Deleting sockets moved to teardown.
2018-11-02 19:49:59 -05:00
paul-szczepanek-arm
590cf42220
check for feature before using
2018-11-02 19:49:58 -05:00
Naveen Kaje
4a6c90dc54
build_api: remove unused import
...
Remove unused tempfile import.
2018-11-02 19:49:58 -05:00
bcostm
591ff201b0
NUCLEO_L4R5ZI: fix 8-bytes data alignment
2018-11-02 19:49:58 -05:00
aqin
2049cd51e1
updating method name to make it more descriptive
2018-11-02 19:49:58 -05:00
aqin
ff8304de83
update with ARM coding standard
2018-11-02 19:49:58 -05:00
aqin
38260833fd
BLE support added
2018-11-02 19:49:58 -05:00
Amanda Butler
6c27daccfd
Edit issue_template.md
...
Edit file, mostly for active voice and elimination of dangling modifiers.
2018-11-02 19:49:57 -05:00
adbridge
c325c94c37
Add warning about deviating from the template format
...
Detail the fact that the issue header is automatically parsed.
2018-11-02 19:49:57 -05:00
Amanda Butler
35489c85e9
Edit CONTRIBUTING.md
...
Edit file, mostly for minor comma nits.
2018-11-02 19:49:57 -05:00
Martin Kojtal
5941e96ffe
contributing: update the text
...
Simplify the document. More information is provided on our documentation portal, link it here
2018-11-02 19:49:57 -05:00
Amanda Butler
c1166e85a5
Edit PlatformMutex.h
...
Change passive to active voice.
2018-11-02 19:49:57 -05:00
Filip Jagodzinski
88c0da0601
PlatformMutex docs update
2018-11-02 19:49:57 -05:00
Vincent Coubard
a42a652928
Doxygen: Hide friend declarations in dox.
2018-11-02 19:49:57 -05:00
Amanda Butler
57d5473e2f
Edit UDPSocket.h
...
Edit file, mostly for minor spelling to existing text.
2018-11-02 19:49:57 -05:00
paul-szczepanek-arm
a94a6596a4
doxy cleanup
2018-11-02 19:49:57 -05:00
Amanda Butler
d94271e65b
Edit InternetSocket.h
...
Edit file, mostly for branding, commas and U.S. spelling.
2018-11-02 19:49:57 -05:00
paul-szczepanek-arm
1066909f71
update internetsocket docs
2018-11-02 19:49:57 -05:00
Vincent Coubard
5dd2ac1f77
Doxygen: Move free standing HAL tests module inside their related HAL module.
2018-11-02 19:49:57 -05:00
Melinda Weed
68081acb62
Capitalization, header level adjustment
2018-11-02 19:49:57 -05:00
Melinda Weed
9de93a19ee
Adding punctuation
2018-11-02 19:49:57 -05:00
Melinda Weed
e4acfe277b
future to present tense
2018-11-02 19:49:57 -05:00
Amanda Butler
850cbb39ff
Copy edit ConditionVariable.h
...
Copy edit file, including existing text.
2018-11-02 19:49:57 -05:00
Steve Cartmell
35bac5c5b9
docs(api-condvar): Update documentation for the ConditionVariable API
...
- Hide protected member structures from doxygen.
- Add some more details/comments to the example.
- Add some defined/undefined behaviours.
- Add some additional details to function documentation
2018-11-02 19:49:57 -05:00
Christopher Haster
6a0d5a6849
Fix interleaved ifdefs with DEVICE_SPI_ASYNCH + DOXYGEN_ONLY
2018-11-02 19:49:56 -05:00
Paul Szczepanek
84b96abbc3
Update SPI.h
2018-11-02 19:49:56 -05:00
paul-szczepanek-arm
b55e247b7f
active voice
2018-11-02 19:49:56 -05:00
paul-szczepanek-arm
ba59e57daf
SPI capitalisation
2018-11-02 19:49:56 -05:00
paul-szczepanek-arm
23d9b73772
fix syntax err from misplaced ifdef
2018-11-02 19:49:56 -05:00
paul-szczepanek-arm
e82a8b14d8
imperative
2018-11-02 19:49:56 -05:00
paul-szczepanek-arm
5bd0e72543
spi doxygen fixes
2018-11-02 19:49:56 -05:00
Maciej Bocianski
580782d2eb
MbedCRC doxygen fix
2018-11-02 19:49:56 -05:00
Mel W
e22863c909
Minor streamlining of long sentences
2018-11-02 19:49:56 -05:00
Vincent Coubard
41e5755137
NonCopyable: Fix edit.
2018-11-02 19:49:56 -05:00
Amanda Butler
343c14f0ae
Copy edit NonCopyable.h
...
Make minor copy edits, mostly to existing text before this PR.
2018-11-02 19:49:56 -05:00
Vincent Coubard
9a91e34004
NonCopyable: Add into platform doc group.
2018-11-02 19:49:56 -05:00
Vincent Coubard
c2271b3d35
NonCopyable: Rewrite of class documentation.
2018-11-02 19:49:56 -05:00
Vincent Coubard
1cb0d32693
NonCopyable: Prevent doc generation for protected member function.
2018-11-02 19:49:56 -05:00
Amanda Butler
8c5326d0f3
Edit README.md
...
Edit file, mostly for active voice and removal of marketing language.
2018-11-02 19:49:56 -05:00
Melinda Weed
2b56914ee5
editorial changes, passive to active, removing redundancy
2018-11-02 19:49:56 -05:00
Simon Butcher
63d20737cf
Improve Mbed TLS README.md
...
Improves the language, formatting and clarity of the Mbed TLS README.md.
2018-11-02 19:49:56 -05:00