Commit Graph

19411 Commits (1e625e2a54ba6f62f9ab50e3037354e32b51ce40)

Author SHA1 Message Date
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
Simon Butcher b8f940d8df Update Mbed TLS README.md followng review
Numerous changes to language, grammar, and corrections, following review.
2018-11-02 19:49:56 -05:00
Simon Butcher a82a08ff29 Update the Mbed TLS README.md
Add content missing from the README.md taken from the Yotta/Mbed OS 3 Readme.
2018-11-02 19:49:55 -05:00
Marcus Chang ae4df9171b Remove debug flow control from NRF52_DK and NRF52840_DK
Currently flow control is not supported by the CI and enabling it
causes unwanted side effects.
2018-11-02 19:49:55 -05:00
Marcus Chang e2867d697d Fix hardware flow control on NRF52 series
Due to buggy flow control logic in the UARTE, the stop signal
is not being set as it is supposed to when the the module is
not ready to receive data.

This commit signals the sender to halt transmitting when a DMA
buffer is full and only continue again when the atomic FIFO
buffer has been emptied. This allows platforms with hardware
flow control to minimize all buffers and rely on flow control
instead.
2018-11-02 19:49:55 -05:00
Filip Jagodzinski 1a3b0b20cf lp ticker wrapper: Add undefined behavior warning 2018-11-02 19:49:55 -05:00
Filip Jagodzinski 803f92f2be Fix LowPowerTickerWrapper operation when suspended
Update the LowPowerTickerWrapper class logic to stop using its internal
Timeout object for scheduling LP ticker interrupts after the wrapper has
been suspended.

Fixes #8278
2018-11-02 19:49:55 -05:00
Michal Paszta c81bb426a9 Fix for unit test build on Windows machines
In case MINGW is detected - define MBED_WEAK to be empty, as Windows
executables cannot handle the weak attribute.
2018-11-02 19:49:55 -05:00
ccli8 f6b9e5b23e Fix mis-recognize that Windows-formatted SD card has valid partitions
For Windows-formatted SD card, it is not partitioned (no MBR), but its PBR has the
same boot signature (0xaa55) as MBR. We would easily mis-recognize this SD card has valid
partitions if we only check partition type. We add check by only accepting 0x00 (inactive)
/0x80 (active) for valid partition status.
2018-11-02 19:49:55 -05:00
Martin Kojtal fac5ed0f72 storage component: update astyle 2018-11-02 19:49:55 -05:00
deepikabhavnani 6775c9f98c ATCmdParser: Added namespace std for va_list 2018-11-02 19:49:55 -05:00
Deepika d7795e8eb5 Platform: Add required header file and namespace element instead add all 2018-11-02 19:49:55 -05:00
Deepika ba02b482ce RTOS: Add required header file and namespace element instead add all 2018-11-02 19:49:55 -05:00
Deepika 7446ebbadf EventQueue: Add required header file and namespace element instead add all 2018-11-02 19:49:55 -05:00
Russ Butler 0d882a952d Checksum the vector table of the LPC54XXX
LPC devices require a checksummed vector table to boot. To ensure
this most programmers automatically compute the checksum when
programming flash. This causes problems with verification if the
original image does not have a checksummed vector table. This is because
when reading the data back the checksum location differs from the
original image.

To fix this verification failure this patch adds a post build hook to
checksum the vector table of the LPC54XXX. This fixes flash
verification failures due to the checksum not matching.
2018-11-02 19:49:55 -05:00
Amanda Butler 37dba36ce8 Add comma to SocketAddress.h
Add comma to existing text.
2018-11-02 19:49:55 -05:00
Conrad Braam 66a0a58e7a Explain default port number, and construction 2018-11-02 19:49:55 -05:00
Amanda Butler 24f86d297d Edit EventFlags.h
Make minor copy edits to existing text.
2018-11-02 19:49:55 -05:00
Filip Jagodzinski 3623e6b0a1 EventFlags docs update. 2018-11-02 19:49:54 -05:00
Amanda Butler c43139b076 Edit SPISlave.h
Make minor edits to existing text.
2018-11-02 19:49:54 -05:00
paul-szczepanek-arm c7b5852082 doxygen cleanup 2018-11-02 19:49:54 -05:00
Vincent Coubard f0adfbbfde Span: define doc groups. 2018-11-02 19:49:54 -05:00