Commit Graph

19342 Commits (def8634aea36f407bf03163e384cd8030a97d30f)

Author SHA1 Message Date
bcostm def8634aea DISCO_F769NI: enable bootloader in targets.json 2018-11-02 19:50:00 -05:00
bcostm e18222d954 DISCO_F769NI: add definitions for bootloader 2018-11-02 19:50:00 -05:00
Jarkko Paso 6fd0cac52f S2-LP: Needs Nanostack configuration and device SPI 2018-11-02 19:50:00 -05:00
Jarkko Paso 7e9407d488 S2-LP: Renamed GPIO to RF_S2LP_GPIO as it had conflict with some platforms 2018-11-02 19:50:00 -05:00
Jarkko Paso 5d006ec65e S2-LP: Removed license files 2018-11-02 19:50:00 -05:00
Jarkko Paso 4369911329 S2-LP: astyle run done 2018-11-02 19:50:00 -05:00
Jarkko Paso bfd0302a8f Phy drivers: Added S2-LP driver 2018-11-02 19:50:00 -05:00
Kevin Bracey f97a0731fa Fixes ATCmdParser OOB handling performance-wise
The issue is that the process_oob check would only return immediately
if no data at all on entry, or when receiving a known OOB. Any other
line noise or unknown OOBs could lead to a timeout delay - read the
noise or unknown OOB then timeout waiting for another line of input.

This revised version modifies the parser to recheck readable after each
line end when only looking for OOBs, so it can immediate exit.
2018-11-02 19:50:00 -05:00
Cruz Monrreal II 3270a92bae Disable current failing doxygen command until fixes are made 2018-11-02 19:49:59 -05:00
Cruz Monrreal II 9de9544a54 Added compilation of latest doxygen release. Tweaked doxygen failure command 2018-11-02 19:49:59 -05:00
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