Christopher Haster
fa09fff283
Fix interleaved ifdefs with DEVICE_SPI_ASYNCH + DOXYGEN_ONLY
2018-10-25 11:33:17 -05:00
Amanda Butler
c02f2164d5
Edit UDPSocket.h
...
Edit file, mostly for minor spelling to existing text.
2018-10-25 11:02:48 -05:00
Cruz Monrreal
de6ba91644
Merge pull request #8365 from 0xc0170/fix_astyle_common2
...
Fix astyle for tests folders
2018-10-25 10:41:13 -05:00
paul-szczepanek-arm
446ab5d592
review fixes
2018-10-25 16:28:19 +01:00
Cruz Monrreal
395ea063c1
Merge pull request #8244 from 0xc0170/fix_components_astyle
...
storage: fix component coding style
2018-10-25 10:11:14 -05:00
Martin Kojtal
d55bbf6a21
contributing: update the text
...
Simplify the document. More information is provided on our documentation portal, link it here
2018-10-25 15:42:04 +01:00
Cruz Monrreal
9c59d9acc3
Merge pull request #7864 from deepikabhavnani/remove_mbed_h
...
Add required header file and namespace element instead add all.
2018-10-25 09:26:24 -05:00
Melinda Weed
98e6d531bf
Capitalization, header level adjustment
2018-10-25 17:16:34 +03:00
Melinda Weed
c8f9759b90
Adding punctuation
2018-10-25 17:09:45 +03:00
adbridge
9539e41d95
Add warning about deviating from the template format
...
Detail the fact that the issue header is automatically parsed.
2018-10-25 13:39:18 +01:00
Melinda Weed
5cc5e47929
future to present tense
2018-10-25 14:25:43 +03:00
Paul Szczepanek
889a98e4f5
Update SPI.h
2018-10-25 11:34:30 +01:00
Paul Szczepanek
85b9b23711
capitalisation
2018-10-25 11:30:59 +01:00
Paul Szczepanek
5241c3b38d
Update WiFiInterface.h
2018-10-25 11:24:11 +01:00
Paul Szczepanek
de261a4673
Update CellularBase.h
2018-10-25 11:22:13 +01:00
Yossi Levy
d9a84c42cf
Remove SPI_PERSISTENT_MEM_CS macro and replace it with SPI_CS
2018-10-25 12:10:48 +03:00
Martin Kojtal
6efa4f293c
unittest: fix style for empty functions
2018-10-25 09:58:19 +01:00
Martin Kojtal
e80f2ff18a
rtos cortex: fix astyle
2018-10-25 09:58:18 +01:00
Martin Kojtal
f90f1fc01d
sleep test: fix coding style
2018-10-25 09:58:18 +01:00
Martin Kojtal
8fd6bece75
remove astyle branch file
2018-10-25 09:58:18 +01:00
Martin Kojtal
08b94aa193
events: fix astyle
2018-10-25 09:58:18 +01:00
Martin Kojtal
62148b973e
astyle ignore: add feature storage
...
Deprecated feature
2018-10-25 09:58:18 +01:00
Martin Kojtal
8561875284
astyle ignore: remove feature pal
2018-10-25 09:58:18 +01:00
Martin Kojtal
a22baf36c1
astyle ignore: fix storage folders
...
Add storage to the filesystem paths
2018-10-25 09:58:18 +01:00
Martin Kojtal
ca444a7f01
platform: fix astyle
2018-10-25 09:58:18 +01:00
Martin Kojtal
3a5ef5ee24
unittests: fix astyle
2018-10-25 09:58:18 +01:00
Martin Kojtal
4b3a031087
low power ticker: fix astyle
2018-10-25 09:58:17 +01:00
Martin Kojtal
d0b9b9ac20
test apps: fix astyle
2018-10-25 09:58:17 +01:00
Martin Kojtal
bbfa322afb
tests: fix astyle
2018-10-25 09:58:17 +01:00
Martin Kojtal
56eea3f582
astyle ignore: add pithy from tests
...
External code thus ignored
2018-10-25 09:58:17 +01:00
Martin Kojtal
e9f98906d7
crc: fix crc mode coding style
2018-10-25 09:58:17 +01:00
Martin Kojtal
e7acdc4cc8
rtos: fix astyle
2018-10-25 09:58:16 +01:00
Yossi Levy
eddd2b1c68
Using the SPI_ macros which was added to PinNames.h in PR #7774 to the config files
2018-10-25 11:56:38 +03:00
Martin Kojtal
53f1397522
storage component: update astyle
2018-10-25 09:51:09 +01:00
Melinda Weed
8c2bd401d2
editorial changes, passive to active, removing redundancy
2018-10-25 10:35:05 +03:00
Michal Paszta
0b3593f576
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-10-25 08:27:52 +03:00
Cruz Monrreal
140f3e20d6
Merge pull request #8508 from micgur01/master
...
Update linker scripts for bootloader target L496GZ
2018-10-24 19:08:41 -05:00
Cruz Monrreal
dd2d9ee4be
Merge pull request #8319 from c1728p9/checksum_546xx_vector_table
...
Checksum the vector table of the LPC546XX
2018-10-24 19:08:22 -05:00
Amanda Butler
1131d844c9
Edit PlatformMutex.h
...
Change passive to active voice.
2018-10-24 16:39:45 -05:00
Marcus Chang
1ad3b49599
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-10-24 13:11:12 -07:00
Russ Butler
50316d00bd
Improve RTOS behavior with deep sleep
...
Only deep sleep when the wakeup time is more than
MBED_CONF_TARGET_DEEP_SLEEP_LATENCY ms in the future.
This ensures that RTOS events are handled at the correct time. Note -
when deep sleep is allow interrupt latency may still be as high as
10ms.
2018-10-24 15:02:56 -05:00
paul-szczepanek-arm
4f2645b3fc
incorrect doc was copy pasted
...
replaced with copydoc instead
2018-10-24 20:57:25 +01:00
paul-szczepanek-arm
3929f5630b
missing doxy
2018-10-24 20:54:08 +01:00
paul-szczepanek-arm
e31337dab7
remove redundancy and maintainance overhead
2018-10-24 20:49:28 +01:00
paul-szczepanek-arm
5837e3771e
return codes
2018-10-24 20:35:53 +01:00
paul-szczepanek-arm
6cdda58cec
doxygen fixes
2018-10-24 20:24:33 +01:00
paul-szczepanek-arm
8a7d96c75f
doxy cleanup
2018-10-24 17:45:52 +01:00
Vincent Coubard
836a6fc6c6
Doxygen: Hide friend declarations in dox.
2018-10-24 17:36:27 +01:00
Filip Jagodzinski
e095c78c66
PlatformMutex docs update
2018-10-24 18:07:46 +02:00
Simon Butcher
650d8dc355
Improve Mbed TLS README.md
...
Improves the language, formatting and clarity of the Mbed TLS README.md.
2018-10-24 17:07:02 +01:00