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
Cruz Monrreal
b18c819837
Merge pull request #8519 from cmonr/rollup
...
Rollup PR - UK Docathon pt1
2018-10-24 09:32:46 -05: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
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
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
57b79403bb
Edit EventFlags.h
...
Make minor copy edits to existing text.
2018-10-23 15:21:37 -05:00
Senthil Ramakrishnan
230ba03582
Space optimization to fault handlers
2018-10-23 13:05:56 -05:00
Senthil Ramakrishnan
797538c854
Moving fault handlers under cmsis
2018-10-23 13:05:56 -05:00
Senthil Ramakrishnan
e4525fbea1
Mbed Fault Handler was originally placed under rtos folder because of its dependency on some of the RTX data structures for capturing the thread info. But with the new error handling in place thread info collection on hardfaults has been moved to Mbed_error handler. There is no point for fault handler implementation to exist under rtos and can be used for RTOS-less builds as well. So moving under platform folder. Also removing some references to RTX data structs like osRtxInfo from fault handler implementation.
2018-10-23 13:05:56 -05:00
Cruz Monrreal
0db896036c
Merge pull request #8485 from NXPmicro/feature-qspi-kinetis
...
Feature qspi kinetis
2018-10-23 12:38:11 -05:00
Cruz Monrreal
cd559940b5
Merge pull request #7966 from pingdan32/fix_nrf52_total_link
...
nrf52-ble: fix total links count
2018-10-23 12:32:17 -05:00
Amanda Butler
0a82253cf5
Add comma to SocketAddress.h
...
Add comma to existing text.
2018-10-23 11:27:25 -05:00
Jimmy Brisson
190e77894f
Merge duplicate keys in JSON.
...
### Description
I would love to make this an error, but we have had a duplicate key in
`targets.json` for a while now. Instead, we're merging in a semi-smart way.
This will allow you to have things like `"target.features_add"` twice, and
both will take affect.
### Pull request type
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
2018-10-23 11:23:33 -05:00
Cruz Monrreal
39b4872233
Merge pull request #8369 from u-blox/ublox-cellular-target
...
Cellular: UBLOX_C030_R410M cellular target add
2018-10-23 10:54:44 -05:00
Cruz Monrreal
41bffe1c87
Merge pull request #8352 from offirko/offir-mbed-qspif
...
QSPI SFDP Flash Block Device
2018-10-23 10:48:28 -05:00
Naveen Kaje
7beb8d3f4b
NRF52 : Fix UART RTS initialization
...
The preprocessor based macro check #if evaluates all
enums as 0 and hence the code does not get compiled.
Since move this to a runtime check where the pin variable
can be correctly evaluated.
Delete mbed_overrides.c as it has a target specific mbed_sdk_init() to
resolve linking problem.
This is a follow on patch to:
https://github.com/ARMmbed/mbed-os/pull/8046
2018-10-23 09:44:06 -05:00
Cruz Monrreal
cd944431e5
Merge pull request #8489 from tkem/fix/uartserial-include
...
Clean up UARTSerial.cpp includes.
2018-10-23 09:37:04 -05:00
Amanda Butler
7637c61d9d
Edit SPISlave.h
...
Make minor edits to existing text.
2018-10-23 09:20:22 -05:00
Amanda Butler
7fa3a44cc3
Copy edit I2CSlave.h
...
Make minor copy edits.
2018-10-23 09:13:52 -05:00
Cruz Monrreal
e2298a79e5
Merge pull request #8495 from bridadan/patch_add_linker_line
...
Adding file type for linker script arg in make script
2018-10-23 09:09:09 -05:00
Cruz Monrreal
5bf901b3a4
Merge pull request #8493 from jeromecoutant/PR_PREDIVS
...
STM32 RTC : Prescaler macro issue
2018-10-23 09:08:46 -05:00
Cruz Monrreal
5b7f4a3ed8
Merge pull request #8476 from VeijoPesonen/tc-ipcore-wifi-wifi_connect
...
mbedgt-network-wifi WIFI CONNECT TC - check that SSID is cached
2018-10-23 09:07:25 -05:00
Cruz Monrreal
29e9619002
Merge pull request #8441 from kjbracey-arm/error_puts
...
More mbed_error refinements
2018-10-23 09:06:22 -05:00
Cruz Monrreal
69904ea43e
Merge pull request #8313 from kivaisan/reduce_memory_footprint
...
Reduce cellular memory footprint
2018-10-23 09:05:39 -05:00
Conrad Braam
e919511d98
Explain default port number, and construction
2018-10-23 15:01:28 +01:00
paul-szczepanek-arm
f9ae6a37b1
hide protected
2018-10-23 14:49:37 +01:00
paul-szczepanek-arm
68929ce94b
doxygen cleanup
2018-10-23 14:47:25 +01:00
Amir Cohen
54d2f66aec
Fix no block device handling
2018-10-23 16:41:54 +03:00
Filip Jagodzinski
e2b117f7c6
EventFlags docs update.
2018-10-23 15:11:26 +02:00
Jarkko Paso
de2fce2104
LPC408X: Cstack size reduced from 8K to 1K with IAR
2018-10-23 15:09:12 +03:00
Vincent Coubard
1e30ed599e
Span: define doc groups.
2018-10-23 12:15:47 +01:00
paul-szczepanek-arm
52a0b649bc
fix documentation and example
2018-10-23 12:03:59 +01:00
Seppo Takalo
66a2101006
Continue Socket and WiFi tests even on test failure.
...
Purpose is to run full set of testcases on each run.
Testcases should contain proper cleanup handlers so that they are
independent.
2018-10-23 13:58:21 +03:00
Vincent Coubard
c956a93252
Span: Improve subspan return type.
...
This clarifies code and documentation generated.
2018-10-23 11:39:27 +01:00
Vincent Coubard
03d308d114
Span: Add related non member function to class documentation.
2018-10-23 11:38:37 +01:00
Vincent Coubard
a0786adbc4
Span: Improve documentation
...
Makes doxygen reference to SPAN_DYNAMIC_EXTENT by name instead of the macro expansion -1.
Add reference to the macro in the class documentation.
2018-10-23 11:38:01 +01:00
Przemyslaw Stekiel
0a1e3a0c52
mbed_rtc_time.h - documentation fix
...
Make example code consistent with:
https://os.mbed.com/teams/mbed_example/code/time_HelloWorld/file/0c6401d671c6/main.cpp/
2018-10-23 12:18:45 +02:00
Taiki
3bc33f6c3e
Use the parsing status as a way to detect if the IP string represent a valid IPv6 address
2018-10-23 11:25:52 +02:00