Martin Kojtal
2fc546a050
Merge pull request #11419 from VeijoPesonen/fix_missing_include
...
Adds missing include required by fixed-width format specifiers
2019-09-06 10:57:48 +02:00
Andrew Chong
c257c5f0c7
mbed_error.c: Fixed another bug of possible stack overflow.
2019-09-06 16:49:09 +08:00
Martin Kojtal
021c67e3eb
Merge pull request #11418 from 0xc0170/fix_nrf52
...
NRF52: fix config
2019-09-06 10:42:29 +02:00
Andrew Chong
bd9ec8b6d7
mbed_error.c: fixed the dump core function's bug of possible stack overflow.
2019-09-06 16:33:09 +08:00
Seppo Takalo
40841453a5
Remove mbed_trace dependency to Nanomesh headers
...
This library only uses standard types from C99, and
thus does not need compiler specific tweaks from ns_types.h
2019-09-06 10:40:14 +03:00
Mahesh Mahadevan
31da8ff09f
MCUXpresso: Update the MXRT Serial driver for MBED_TICKLESS
...
We should not block in case the UART is busy transmitting. The
API has been updated to check the status of all UART's and return
1 in case any of them is busy transmitting.
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-09-05 14:16:10 -05:00
Mahesh Mahadevan
b30e294ba1
MCUXpresso: Change the MXRT deep sleep implementation
...
The code checks if any of the UART's is still transmitting.
If so then prevent from entering deepsleep
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-09-05 14:16:09 -05:00
Mahesh Mahadevan
e65012e549
MCUXpresso: Update the Kinetis Serial driver for MBED_TICKLESS
...
We should not block in case the UART is busy transmitting. The
API has been updated to check the status of all UART's and return
1 in case any of them is busy transmitting.
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-09-05 13:58:59 -05:00
Mahesh Mahadevan
6eca8d2e2e
MCUXpresso: Change the Kinetis deep sleep implementation
...
The code checks if any of the UART's is still transmitting.
If so then prevent from entering deepsleep
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-09-05 13:58:58 -05:00
Tymoteusz Bloch
126ac1e559
DNS cache synchronous fix - Non zero TTL test server change
2019-09-05 17:21:33 +02:00
Dominika Maziec
93119eb785
ESP8266Interface buffer null-terminated and parameters of scan function in correct order
2019-09-05 16:28:47 +02:00
Martin Kojtal
f06145db13
Merge pull request #11376 from kyle-cypress/pr/pdl-1.3-doc
...
Update PDL documentation and metadata
2019-09-05 13:30:28 +02:00
Jarkko Paso
4ebbbc592d
Merge commit '396dae52ab4eef15910011432f2c7a4261fc22b7'
...
* commit '396dae52ab4eef15910011432f2c7a4261fc22b7':
Squashed 'features/nanostack/sal-stack-nanostack/' changes from 4a19dc4..c473148
2019-09-05 14:28:22 +03:00
Jarkko Paso
396dae52ab
Squashed 'features/nanostack/sal-stack-nanostack/' changes from 4a19dc4..c473148
...
c473148 Merge branch 'release_internal' into release_external
d7ad405 Merge pull request #2179 from ARMmbed/release_internal_merge
668fc82 Merge branch 'master' into release_internal
9458a30 Added crypto library to unit test makefile
ff83e4b Added crypto library include path
4292326 Updated eapol TLS library to use extended version of export keys callback
f8f0762 Corrected authenticator EAP-TLS start retries
00fdf8d Added sending of initial EAPOL-key to original target during bootstrap
313794cf Wi-sun neighbor temporary neigh update
05fa359 added support for EAPOL timing adjustment
cfc3223 RPL parent confirmation process update
c3a2c5c Added limit to BR supplicant entries
21de90d RPL dio handler update
425a04a Fix Slaac Handler for not native IPv6 stack.
5722a4a Wi-sun multicast neighbour and RPL update
git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: c4731481674d25a516142d1d89f784fbd5e2d58e
2019-09-05 14:28:22 +03:00
Martin Kojtal
978296a26d
Merge pull request #11372 from AriParkkila/bg96-pwr
...
Cellular: Fix BG96 power on and connect
2019-09-05 13:10:26 +02:00
Martin Kojtal
6c0144eb21
nrf52: fix removing additional config - was not there
2019-09-05 11:38:22 +01:00
Veijo Pesonen
6e26b74fdb
Adds missing include required by fixed-width format specifiers
2019-09-05 13:20:11 +03:00
Martin Kojtal
530f1e9a24
NRF52: fix config
...
remove lib config and use target configuration instead. To avoid duplication of symbols, etc.
Fixes #10655
2019-09-05 11:02:05 +01:00
Andrew Chong
a769b7db43
mbed_error.c: Fixed compile errors with non-RTX targets.
2019-09-05 17:55:31 +08:00
Andrew Chong
76353d5476
mbed_error.c: now dumping MSP/PSP stacks correctly.
2019-09-05 17:55:31 +08:00
Andrew Chong
0da589e6e7
mbed_error.c: handler mode failures will dump MSP/PSP stacks.
2019-09-05 17:55:31 +08:00
Andrew Chong
da2f8e5b79
mbed_error.c: reducing RTX restriction.
2019-09-05 17:55:31 +08:00
Andrew Chong
95d2eb83a3
platform: stack-dump-enabled default value to false.
2019-09-05 17:55:31 +08:00
Andrew Chong
5258768bc7
The stack dump of the major should be moved up.
2019-09-05 17:55:31 +08:00
Andrew Chong
7dc53176ae
mbed_error.c: Now we can stack dump on all possible threads.
2019-09-05 17:55:31 +08:00
Andrew Chong
d83bbd99e1
Reverted back the astylerc.
2019-09-05 17:55:31 +08:00
Andrew Chong
db1e2d3b24
astyle to mbed_error.c
2019-09-05 17:55:31 +08:00
Andrew Chong
5671416d5e
handle_error: Now supports HW exception from handler mode.
2019-09-05 17:55:31 +08:00
Andrew Chong
835a7639a9
print_error_report: Paying extra caution on address alignment.
2019-09-05 17:55:31 +08:00
Andrew Chong
575bd31060
print_error_report: Don't care about osRtxStackFillPattern and dump whole remaining.
2019-09-05 17:55:31 +08:00
Andrew Chong
248746113f
Now stack dump is done correctly to the other way around.
2019-09-05 17:55:31 +08:00
Andrew Chong
50daa7e40f
platform.stack-dump-enabled feature is added.
2019-09-05 17:55:31 +08:00
Andrew Chong
57ed4f36fa
Removed #warning of non-Cortex-M. Minor comment adjustment.
2019-09-05 17:55:31 +08:00
Andrew Chong
d69dc4940e
Fixed astyle failures on handle_error().
2019-09-05 17:55:31 +08:00
Andrew Chong
9af7ea58d4
The candidate code to enable correct crash report for HW fault crashes.
2019-09-05 17:55:31 +08:00
Martin Kojtal
0427bb7469
Merge pull request #11396 from gpsimenos/remove-sms-floats
...
Remove floating point from AT_CellularSMS
2019-09-05 11:12:17 +02:00
Martin Kojtal
b8ebee5719
Merge pull request #11385 from Tharazi97/lp_ticker_wrapper_change
...
Fix problem with low level lp_ticker STM wrapper
2019-09-05 11:09:50 +02:00
Martin Kojtal
567479792c
Merge pull request #11392 from hugueskamba/hk-remove-minor-warnings
...
Remove minor build warnings
2019-09-05 09:59:39 +02:00
Martin Kojtal
d135e9bf32
Merge pull request #11394 from hugueskamba/hk-replace-deprecated-wait_us
...
Replace wait_ms calls with rtos::ThisThread::sleep_for
2019-09-05 09:56:57 +02:00
Martin Kojtal
34a3948d6e
Merge pull request #11395 from hugueskamba/hk-replace-non-trivial-struct-initialization
...
Avoid non-trivial copy when initializing lorastack struct
2019-09-05 09:55:49 +02:00
Martin Kojtal
5f4698f81f
Merge pull request #11382 from OPpuolitaival/very_verbose
...
Use very verbose to see more details in case of problem
2019-09-05 09:44:33 +02:00
Martin Kojtal
f0234268f5
Merge pull request #11046 from kotkcy/pr/cy_mbedtls_alt
...
Initial implementation of Cypress Crypto hardware acceleration for mbedTLS
2019-09-05 09:43:06 +02:00
Martin Kojtal
409ef042f0
Merge pull request #11410 from JarkkoPaso/master
...
Mesh API, Wi-SUN: Initialize Wi-SUN settings with values from json
2019-09-04 21:40:15 +02:00
Jarkko Paso
da0fe81bfd
Mesh API, Wi-SUN: Initialize Wi-SUN settings with values from json
2019-09-04 15:53:21 +03:00
Martin Kojtal
ea54f126a5
Merge pull request #11379 from OpenNuvoton/nuvoton_m263_fpga-ci
...
M263: Fix FPGA CI testing failing
2019-09-04 14:06:19 +02:00
Tymoteusz Bloch
2626d90266
Fixed msc9220_emac link_out memory management.
2019-09-04 13:59:36 +02:00
Martin Kojtal
be769c0700
Merge pull request #11393 from hugueskamba/hk-fix-thread-stack-mem-deallocation
...
Cast void pointer before deallocating with delete[]
2019-09-04 13:58:56 +02:00
Martin Kojtal
7b06ce552f
Merge pull request #11368 from ua1arn/master
...
Add pin speed controlling interface
2019-09-04 13:55:26 +02:00
Martin Kojtal
753917d476
Merge pull request #11380 from OpenNuvoton/nuvoton_m263_lpticker-delay-ticks
...
M263: Enlarge LPTICKER_DELAY_TICKS for safe
2019-09-04 13:51:49 +02:00
Ari Parkkila
cb20277701
Cellular: Fix BG96 power on and connect
2019-09-04 03:24:11 -07:00