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
Steve Cartmell
c86ceb1bc1
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-10-23 15:24:37 +01: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
Vincent Coubard
0d2a8e0417
NonCopyable: Add into platform doc group.
2018-10-23 14:41:38 +01:00
Vincent Coubard
3fe42b6c0d
NonCopyable: Rewrite of class documentation.
2018-10-23 14:34:43 +01:00
aqin
9854c1bbeb
updating method name to make it more descriptive
2018-10-23 18:14:32 +05:00
Filip Jagodzinski
e2b117f7c6
EventFlags docs update.
2018-10-23 15:11:26 +02:00
micgur01
534883046d
change mode to 664
2018-10-23 12:58:52 +00:00
micgur01
ff4b567537
Update linker scripts for bootloader for L496GZ
2018-10-23 12:57:05 +00: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
Vincent Coubard
29f7d9d508
NonCopyable: Prevent doc generation for protected member function.
2018-10-23 12:11:02 +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
Amir Cohen
7962e0c525
Fix build issues
2018-10-23 10:54:58 +03:00
Amanda Butler
8bca678ed8
Copy edit README.md
...
Copy edit file, mostly for active voice.
2018-10-23 10:54:58 +03:00
Amir Cohen
71431437fd
Fix typos
2018-10-23 10:54:58 +03:00
Amir Cohen
5a2e7e3367
Fix minor issues
2018-10-23 10:54:58 +03:00
Amir Cohen
1b45d00bde
features/storage/TESTS/blockdevice/general_block_device/README.md
2018-10-23 10:54:58 +03:00
Amir Cohen
7d7a553836
Add general block device tests
2018-10-23 10:54:58 +03:00
Cruz Monrreal
ba23fef90b
Merge pull request #8350 from mirelachirica/at_consume_to_tag_fix
...
Cellular: Fix for AT handler consume to tag
2018-10-22 19:45:24 -05:00
Cruz Monrreal
ecb6e6effb
Merge pull request #8483 from paul-szczepanek-arm/eeprom-fix
...
BLE: write size first when writing an eeprom message
2018-10-22 19:03:41 -05:00
Brian Daniels
b0264e3540
Adding file type for linker script arg in make script
2018-10-22 13:30:10 -05:00
Cruz Monrreal
93c5573b4d
Merge pull request #8486 from NXPmicro/Update_LPC546XX_Core_Freq
...
LPC54608: Raise the core freq on LPC54608 targets
2018-10-22 11:43:13 -05:00
Cruz Monrreal
4a2cfbed77
Merge pull request #8484 from jeromecoutant/PR_SD_THREAD
...
Component SD test: skip multiple thread test depending on RAM
2018-10-22 11:41:08 -05:00
Cruz Monrreal
b09a843c44
Merge pull request #8482 from adustm/mbedtls_test_fix_typo
...
[tests-mbedtls-multi] Fix typo in the printf (no functional change)
2018-10-22 11:40:15 -05:00
Cruz Monrreal
e269d76888
Merge pull request #8465 from SeppoTakalo/secure_socket
...
Flag certificate verification functions with MBEDTLS_X509_CRT_PARSE_C.
2018-10-22 11:32:55 -05:00
Cruz Monrreal
1123c2bf9d
Merge pull request #8377 from mprse/fix_for_issue_8368
...
Fix for issue #8368
2018-10-22 11:32:42 -05:00
Cruz Monrreal
353e8bd0b0
Merge pull request #8348 from maclobdell/add-k66-default-sd-storage-master
...
Add K66F default sd storage
2018-10-22 11:31:12 -05:00
Cruz Monrreal
46d717cf18
Merge pull request #8250 from theotherjimmy/fix-7723
...
Tools: Don't traceback on missing linker script
2018-10-22 11:30:50 -05:00
jeromecoutant
a9552232e4
STM32 RTC : Prescaler calculation issue
2018-10-22 15:58:32 +02:00