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
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
Kevin Bracey
500e37f3a2
mbed_error: Always print full filename if passed
...
Don't extract filename from the stored error - print it directly.
Use "mbed_error_puts" for both error message and filename to avoid
buffer length limits.
Switch to puts also fixes the potential problem of an error message
containing a '%' upsetting the formatter - it should have been
mbed_printf_error("%s", error_msg) in the first place.
2018-10-22 09:53:21 +03:00
Kevin Bracey
10fe32277d
mbed_error: Print thread names
...
As part of this, don't show empty current thread info in non-RTOS
build.
2018-10-22 09:53:21 +03:00
Kevin Bracey
c3d0e2c2ef
mbed_error: Correct full thread info print
...
Casts were covering up a type mismatch.
Print the "ready" list, and remove the explicit print of the idle thread
(it should be in the ready list).
2018-10-22 09:53:21 +03:00
Kevin Bracey
25d0fbaaeb
mbed_error: remove redundant memset
...
If we want zero-fill, strncpy does it anyway.
2018-10-22 09:53:20 +03:00
Kevin Bracey
c2076b5ec4
mbed_error: Simplify read of stack pointer
2018-10-22 09:53:20 +03:00
Kevin Bracey
e20edbdb46
Add mbed_error_puts
...
This is potentially useful for printing long strings such as filenames
from assert messages, avoiding the buffer limit inherent in
mbed_error_printf.
2018-10-22 09:53:20 +03:00
Kimmo Vaisanen
963bf8146d
Cellular: Refactor basic AT command stop and response reading into own method
...
This reduces ROM usage by few hundred bytes.
2018-10-22 09:44:12 +03:00
Kimmo Vaisanen
553718ba5b
Cellular: Optimize memory usage for gsm_to_ascii table
...
gsm_to_ascii table contains ASCII codes, so it can be a char table instead of int table.
This reduces ROM usage by 384 bytes.
2018-10-22 08:35:33 +03:00
Cruz Monrreal
c40d86038c
Merge pull request #8249 from theotherjimmy/official-tc-support
...
Tools: Restrict toolchains reported by mbed compile -S to official ones
2018-10-19 14:43:58 -05:00
Cruz Monrreal
c004aa857d
Merge pull request #8303 from theotherjimmy/fix-exclude-paths
...
Tools: Use logical paths in ignored_dirs
2018-10-19 14:06:38 -05:00
Mahesh Mahadevan
118bde5a14
LPC54608: Raise the core freq on LPC54608 targets
...
This is incorrectly set to a lower value
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-10-19 12:49:28 -05:00
Cruz Monrreal
8485de939f
Merge pull request #8475 from cmonr/rollup
...
Rollup PR
2018-10-19 10:42:22 -05:00
Jimmy Brisson
aa5d2afa4d
Stop shouting at users in error messages
2018-10-19 10:25:49 -05:00
Jimmy Brisson
418ca3a473
Remove what we're checking for membership
2018-10-19 10:19:51 -05:00
jeromecoutant
7bfa6bdcaf
Component SD test: skip multiple thread test depending on RAM
2018-10-19 17:09:31 +02:00
paul-szczepanek-arm
d5edd3f16c
write size first
2018-10-19 15:15:10 +01:00
Anna Bridge
83dada3bdc
Merge pull request #8404 from anttiylitokola/mbed_coap_4.7.1
...
Update mbed-coap to version 4.7.1
2018-10-19 15:11:31 +01:00
Mirela Chirica
31f153af7d
Cellular: Fix for AT handler consume to tag
...
If sequence from buffer contains tag but symbol before tag is same as
first symbol of the tag, then the tag wasn't detected.
For example, "\r\n" tag was not found from "\r\r\nOK" sequence.
2018-10-19 15:21:02 +03:00
adustm
e775990c6a
Fix typo in the printf (no functional change)
2018-10-19 14:15:53 +02:00
Seppo Takalo
c7643ea9c8
Flag certificate verification functions with MBEDTLS_X509_CRT_PARSE_C.
...
If Mbed TLS support for X509 is not compiled in, this class would
not compile anymore. However, there might be other uses for it, even
if certificates are not used. Therefore add flagging for X509 only
on specific functions.
2018-10-19 12:32:12 +03:00
Veijo Pesonen
f9a723e8ad
mbedgt-network-wifi WIFI CONNECT TC - check that SSID is cached by driver
2018-10-19 09:09:34 +03:00
Cruz Monrreal II
1febe31d8d
Merge branch 'upd-doc' of ssh://github.com/lorjala/mbed-os into rollup
2018-10-18 20:01:41 -05:00
Cruz Monrreal II
660bc2d446
Merge branch 'doc_fix_pwm' of ssh://github.com/TacoGrandeTX/mbed-os into rollup
2018-10-18 20:01:39 -05:00
Cruz Monrreal II
9cd5cbdb15
Merge branch 'writeathon' of ssh://github.com/yennster/mbed-os into rollup
2018-10-18 20:01:37 -05:00
Cruz Monrreal II
1c1432e8e7
Merge branch 'kegilbert-patch-6-1' of ssh://github.com/ARMmbed/mbed-os into rollup
2018-10-18 20:01:36 -05:00
Cruz Monrreal II
005bad60c6
Merge branch 'patch-1' of ssh://github.com/korjaa/mbed-os into rollup
2018-10-18 20:01:33 -05:00
Cruz Monrreal
e942582045
Merge pull request #8454 from ashok-rao/br-BL654-new
...
Adding Laird BL654 as a new MTB target
2018-10-18 17:03:22 -05:00
Cruz Monrreal
3d859ca1d6
Merge pull request #8272 from NXPmicro/Ensure_RTC_OSC_Start
...
MCUXpresso: Ensure the RTC OSC is running at bootup on Kinetis platforms
2018-10-18 15:16:13 -05:00
Cruz Monrreal
03f4623b80
Merge pull request #8469 from VeijoPesonen/tc-ipcore-wifi-wifi_connect
...
mbedgt-network-wifi WIFI_CONNECT - check for empty passwd
2018-10-18 14:10:54 -05:00
Cruz Monrreal
6ce8f2fce8
Merge pull request #8421 from TacoGrandeTX/doc_fix_portout
...
PortOut.h: Documentation improvements only
2018-10-18 12:28:18 -05:00
Cruz Monrreal II
b957f602b8
Corrected OFFICILLY_SUPPORTED typo
2018-10-18 11:13:17 -05:00
Amanda Butler
1f9ef36483
Edit DirHandle.h
...
Edit for active voice.
2018-10-18 11:11:03 -05:00
Jimmy Brisson
ec72ce7787
Track supported information within toolchain clasess
2018-10-18 11:10:16 -05:00
Jimmy Brisson
4198ae620c
Tools: Restrict toolchains reported by mbed compile -S to official ones
...
### Description
The `mbed compile -S` command is suposed to indicate what targets
support what toolchains. The command was printing out things that
don't make sense, like `GCC_CR` and things that make sense, but are
not offiially supported yet, like `ARMC6`. This PR fixes all of that.
### Pull request type
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Breaking change
2018-10-18 11:10:16 -05:00