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 II
362ea59725
Updated all python modules to either have a max or specific version.
2018-10-24 21:20:36 -05: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
Jimmy Brisson
8f07b9ebd5
Remove unused imports
2018-10-24 11:54:13 -05:00
Jimmy Brisson
81013e9d0c
Reformat make.py
2018-10-24 11:51:58 -05:00
Jimmy Brisson
9019196d55
Rework make.py Ct pLI to avoid treating apps as tests
...
Prior to this changeset, applications were all compiled as test #0 . This
can lead to unexpected behavoir. In particluar, it's weirdly impossible
to use a `.mbedignore` file to ignore
`mbed-os/features/unsupported/tests/mbed/env/test_env.cpp`.
This PR stops treating applications like tests.
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
2018-10-24 11:51:36 -05: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
paul-szczepanek-arm
fd0612b763
update internetsocket docs
2018-10-24 16:50:35 +01:00
Cruz Monrreal
b18c819837
Merge pull request #8519 from cmonr/rollup
...
Rollup PR - UK Docathon pt1
2018-10-24 09:32:46 -05:00
Vincent Coubard
85bd15ce6e
Doxygen: Move free standing HAL tests module inside their related HAL module.
2018-10-24 14:42:29 +01:00
Martin Kojtal
7cd1478147
Merge pull request #8003 from Taiki-San/patch-2
...
Leverage the simplification of the IPv6 parsing primitive
2018-10-24 14:13:16 +01:00
Martin Kojtal
2092e40b30
Merge pull request #8332 from SenRamakri/sen_RefactorFaultHandler
...
Refactoring fault handler implementation
2018-10-24 14:12:45 +01:00
micgur01
6c191c0241
code review for Update linker scripts for bootloader target L496GZ
2018-10-24 11:17:56 +00:00
micgur01
2215a9ab5e
code review for Update linker scripts for bootloader target L496GZ
2018-10-24 09:48:05 +00:00
paul-szczepanek-arm
efdcdd5450
active voice
2018-10-24 09:56:53 +01:00
Martin Kojtal
5b25b6643d
Merge pull request #8478 from JarkkoPaso/fhss_timer_dev
...
Fhss timer dev
2018-10-24 09:43:13 +01:00
Martin Kojtal
2fd95b0dc6
Merge pull request #8515 from theotherjimmy/dupe-json
...
Merge duplicate keys in JSON.
2018-10-24 09:42:01 +01:00
Martin Kojtal
5bed419dd8
Merge pull request #8505 from SeppoTakalo/continue_socket_tests
...
Continue Socket and WiFi tests even on test failure.
2018-10-24 09:40:22 +01:00
Martin Kojtal
ab6429f4af
Merge pull request #8474 from naveenkaje/NRF_RTS_Followon_Fix
...
NRF52 : Fix UART RTS initialization
2018-10-24 09:40:00 +01:00
paul-szczepanek-arm
d4b6fdc1ec
SPI capitalisation
2018-10-24 09:26:10 +01:00
paul-szczepanek-arm
68628c1178
fix syntax err from misplaced ifdef
2018-10-24 08:49:07 +01:00
Vincent Coubard
abeab68729
NonCopyable: Fix edit.
2018-10-24 08:35:10 +01:00
Maciej Bocianski
394df128fb
MbedCRC doxygen fix
2018-10-24 09:33:37 +02:00
Cruz Monrreal II
fe1d6b0565
Merge branch 'mbed_rtc_time_example_fix' of ssh://github.com/mprse/mbed-os into rollup
2018-10-23 22:38:42 -05:00
Cruz Monrreal II
408051ad40
Merge branch 'span-doc' of ssh://github.com/pan-/mbed into rollup
2018-10-23 22:38:35 -05:00
Cruz Monrreal II
0e2983e539
Merge branch 'doc-fix-i2c_slave' of ssh://github.com/paul-szczepanek-arm/mbed-os into rollup
2018-10-23 22:38:33 -05:00
Cruz Monrreal II
2274fc8bc1
Merge branch 'doc-fix-spi_slave' of ssh://github.com/paul-szczepanek-arm/mbed-os into rollup
2018-10-23 22:38:32 -05:00
Cruz Monrreal II
975be7b622
Merge branch 'conbra01/docaton_networksocket' of ssh://github.com/ConradBraam/mbed-os into rollup
2018-10-23 22:38:30 -05:00
Cruz Monrreal II
2393b0bf9c
Merge branch 'docs_update-eventflags' of ssh://github.com/fkjagodzinski/mbed-os into rollup
2018-10-23 22:38:28 -05:00
Cruz Monrreal
2a504092b1
Merge pull request #8430 from theamirocohen/block_device_general_tests
...
Block device general tests
2018-10-23 17:35:31 -05:00
Amanda Butler
8ddfdf5b2f
Copy edit ConditionVariable.h
...
Copy edit file, including existing text.
2018-10-23 15:34:16 -05:00
Amanda Butler
57b79403bb
Edit EventFlags.h
...
Make minor copy edits to existing text.
2018-10-23 15:21:37 -05:00
Amanda Butler
acaf96834e
Copy edit NonCopyable.h
...
Make minor copy edits, mostly to existing text before this PR.
2018-10-23 14:50:37 -05:00