Commit Graph

19603 Commits (93c5573b4d5d648734472c716e7fbac599d65996)

Author SHA1 Message Date
Cruz Monrreal II 8466475dd3 Merge branch 'jeromecoutant-PR_DISCOF413_SPIWIFI' into rollup2 2018-10-12 21:46:43 -05:00
Cruz Monrreal II 3ed8a4d24b Merge branch 'PR_DISCOF413_SPIWIFI' of ssh://github.com/jeromecoutant/mbed into jeromecoutant-PR_DISCOF413_SPIWIFI 2018-10-12 21:46:43 -05:00
Cruz Monrreal II beaf0bd7ac Merge branch 'TomoYamanaka-improve_spi_drv' into rollup2 2018-10-12 21:46:41 -05:00
Cruz Monrreal II 7a61a17ce4 Merge branch 'improve_spi_drv' of ssh://github.com/TomoYamanaka/mbed-os into TomoYamanaka-improve_spi_drv 2018-10-12 21:46:41 -05:00
Cruz Monrreal II 304059d039 Merge branch 'u-blox-ublox-cellular-api' into rollup2 2018-10-12 21:46:39 -05:00
Cruz Monrreal II aaead00218 Merge branch 'ublox-cellular-api' of ssh://github.com/u-blox/mbed-os into u-blox-ublox-cellular-api 2018-10-12 21:46:38 -05:00
Cruz Monrreal II 6ea0da2586 Merge branch 'Eman869-Eman869-fix_lpuart_hsi_power_consumption' into rollup2 2018-10-12 21:46:36 -05:00
Cruz Monrreal II 9ec00b21d2 Merge branch 'Eman869-fix_lpuart_hsi_power_consumption' of ssh://github.com/Eman869/mbed-os into Eman869-Eman869-fix_lpuart_hsi_power_consumption 2018-10-12 21:46:36 -05:00
Cruz Monrreal II ab20cc375e Merge branch 'theotherjimmy-fix-6258' into rollup2 2018-10-12 21:46:33 -05:00
Cruz Monrreal II ec07e25430 Merge branch 'fix-6258' of ssh://github.com/theotherjimmy/mbed into theotherjimmy-fix-6258 2018-10-12 21:46:33 -05:00
Cruz Monrreal II de75000041 Merge branch 'ganesh-ramachandran-m46b_usticker-new_feature' into rollup2 2018-10-12 21:46:30 -05:00
Cruz Monrreal II ae1dd2ae4c Merge branch 'm46b_usticker-new_feature' of ssh://github.com/ganesh-ramachandran/mbed-os into ganesh-ramachandran-m46b_usticker-new_feature 2018-10-12 21:46:30 -05:00
Cruz Monrreal II 1ea9ba6b5a Merge branch 'deepikabhavnani-heap_fix_7912' into rollup2 2018-10-12 21:46:28 -05:00
Cruz Monrreal II 2f6aa3331f Merge branch 'heap_fix_7912' of ssh://github.com/deepikabhavnani/mbed-os into deepikabhavnani-heap_fix_7912 2018-10-12 21:46:27 -05:00
Cruz Monrreal 8bf51be75a
Merge pull request #8230 from mprse/issue_8214_fix
Fix for issue #8214
2018-10-12 21:24:08 -05:00
Cruz Monrreal 188b9b7998
Merge pull request #8310 from NXPmicro/Flash_KL43_KL82_KW41_K22
MCUXpresso: Add Flash support for KL43Z, KL82Z, KW41Z, K22F
2018-10-12 21:14:10 -05:00
Cruz Monrreal f54ca872b7
Merge pull request #8410 from cmonr/rollup-aus_writathon
Rollup: Austin Writathon + a few more docs PRs
2018-10-12 19:34:26 -05:00
Amanda Butler 5b22304300
Edit ATCmdParser.md
Make minor grammar and spelling edits.
2018-10-12 17:16:09 -05:00
RFulchiero 7ea75edc7c PortOut.h: Documentation improvements only
* Improve function and parameter descriptions
2018-10-12 17:11:06 -05:00
deepikabhavnani 92108858f5 Doc changes and rephrasing 2018-10-12 17:09:31 -05:00
RFulchiero bdcf24b82f PortIn.h: Documentation improvements only
* Improve function and parameter descriptions
* Improve clarity of the example
2018-10-12 16:14:32 -05:00
kegilbert e51169e3c8 Remove protected members from doxy in Analog/Digital classes
- Add example snippets to Analog/Digital read/write overrides
2018-10-12 15:08:51 -05:00
Amanda Butler 19472ff154
Copy edit I2C.h
Edit existing text.
2018-10-12 14:56:01 -05:00
Amanda Butler 00186e6f14
Copy edit mbed_rtc_time.h
Copy edit existing text for U.S. spelling and consistent capitalization.
2018-10-12 14:50:52 -05:00
Naveen Kaje fa480c4f15 NRF52: setup the UART_RTS pin during startup to enable console RX
While investigating the RX issue on NRF52_DK after SDK 14 updates,
it is observed that the RX FIFO doesn't get filled up, when the
flow control is disabled. Hence the readable never returns true.
If using Serial interface, the stdio file handles (0, 1, 2) get opened.
This results in configuring the flow control for STDIO, and it is observed
that the RX FIFO gets filled.

However, if RawSerial is used, the STDIO file handles
don't get opened. During the debug process it was observed that if the
flow control is configured once and then set to disabled, RX worked
as expected.

Alternative to this approach is that user application specifically
enables flow control as done in mbed's Greentea test suite. See https://goo.gl/r8nBYH

See https://goo.gl/8VB2qg step 14 for _initio's description.
See test code to reproduce the issue and test fix here: https://goo.gl/AQU1xG

Description
The change in behavior with NRF52's UART RX is documented here. #6891
This change is a fix for the above issue.
2018-10-12 14:43:35 -05:00
Kevin Gilbert a9dbd728f6
wich->which 2018-10-12 13:52:23 -05:00
Naveen Kaje 19c91081c6 I2C.h: Update documentation, example and formatting
Change the example to a more elaborate implementation.
Fix formatting and update documentation.
2018-10-12 13:50:53 -05:00
Jenny Plunkett b31bc766e6
Add note about default baud rate is 9600 2018-10-12 13:40:23 -05:00
Kevin Gilbert 1c74c30aee
Remove protected class from EventQueue Doxy 2018-10-12 13:38:40 -05:00
Jenny Plunkett 5ee5b071ab Remove note about Stream/Serial deprecation 2018-10-12 13:22:49 -05:00
Jenny Plunkett 9a7f359ab5 Add (Not Connected) 2018-10-12 13:22:14 -05:00
RFulchiero a6a2852f13 Documentation improvements only
- Prevent protected attributes from appearing on docs site.
- Standardize units of time (microsecond, millisecond).
- Improve example description.
2018-10-12 13:21:18 -05:00
Jenny Plunkett 20f913a06e Remove Serial protected member functions and attributes 2018-10-12 13:20:02 -05:00
Jenny Plunkett 84dad6ce53 Remove RawSerial protected member functions 2018-10-12 13:18:11 -05:00
Naveen Kaje acabbebdb4 I2C.h: Remove protected attributes from appearing on docs site 2018-10-12 12:08:09 -05:00
Cruz Monrreal II 940c68538a Merge branch 'SenRamakri-sen_ErrorDoxyUpdate' into rollup-aus_writathon 2018-10-12 12:07:29 -05:00
Cruz Monrreal II 8bb21afbf0 Merge branch 'sen_ErrorDoxyUpdate' of ssh://github.com/SenRamakri/mbed-os into SenRamakri-sen_ErrorDoxyUpdate 2018-10-12 12:07:28 -05:00
Cruz Monrreal II e9edbf4bcc Merge branch 'deepikabhavnani-device_key' into rollup-aus_writathon 2018-10-12 12:07:27 -05:00
Cruz Monrreal II 64f560d5e3 Merge branch 'device_key' of ssh://github.com/deepikabhavnani/mbed-os into deepikabhavnani-device_key 2018-10-12 12:07:26 -05:00
Cruz Monrreal II 7e25e9fdd9 Merge branch 'naveenkaje-timer_doc_update' into rollup-aus_writathon 2018-10-12 12:07:25 -05:00
Cruz Monrreal II 9489972a3e Merge branch 'timer_doc_update' of ssh://github.com/naveenkaje/mbed-os into naveenkaje-timer_doc_update 2018-10-12 12:07:25 -05:00
Cruz Monrreal II 72192c9ecc Merge branch 'bridadan-update_stats_docs' into rollup-aus_writathon 2018-10-12 12:07:23 -05:00
Cruz Monrreal II b7ef70dea4 Merge branch 'update_stats_docs' of ssh://github.com/bridadan/mbed into bridadan-update_stats_docs 2018-10-12 12:07:23 -05:00
Cruz Monrreal II 0d1b2c1955 Merge branch 'SenRamakri-sen_MemTraceDoxyUpdate' into rollup-aus_writathon 2018-10-12 12:07:21 -05:00
Cruz Monrreal II 828b6f506a Merge branch 'sen_MemTraceDoxyUpdate' of ssh://github.com/SenRamakri/mbed-os into SenRamakri-sen_MemTraceDoxyUpdate 2018-10-12 12:07:21 -05:00
Cruz Monrreal II 9091018c75 Merge branch 'aashishc1988-ticker_doc' into rollup-aus_writathon 2018-10-12 12:07:19 -05:00
Cruz Monrreal II bfc3c95905 Merge branch 'ticker_doc' of ssh://github.com/aashishc1988/mbed-os into aashishc1988-ticker_doc 2018-10-12 12:07:19 -05:00
Cruz Monrreal II 10ced2e97e Merge branch 'naveenkaje-interruptin_doc_update' into rollup-aus_writathon 2018-10-12 12:07:17 -05:00
Cruz Monrreal II 8ebfafe60d Merge branch 'interruptin_doc_update' of ssh://github.com/naveenkaje/mbed-os into naveenkaje-interruptin_doc_update 2018-10-12 12:07:17 -05:00
Cruz Monrreal II 740f50e27b Merge branch 'aashishc1988-mutex_doc_changes' into rollup-aus_writathon 2018-10-12 12:07:16 -05:00