Balaji
4f8036b682
TCP Packet loss when TCP Receive mailbox is full.
2019-09-25 10:58:25 -07:00
Chris Trowbridge
eb6a474ba8
EP_AGORA: Add config logic to enable BLE, cell, and LoRa by default
2019-09-25 12:28:04 -04:00
Martin Kojtal
28a0e3c9b7
Merge pull request #11564 from hugueskamba/hk-fix-armc6-baremetal-build
...
Fix ARMC6 linker error for the bare metal profile
2019-09-25 16:44:45 +02:00
Hugues Kamba
cc7403457d
Fix ARMC6 linker error for the bare metal profile
...
The ARMC6 compiler inadvertently introduces the `_scanf_mbtowc` symbol
to the build. The commit provides a weak definition of the symbol to
satisfy the linker whenever the symbol is included. This affects ARM
Compiler 6 version 6.12 and earlier.
The compiler error was previously observed when the MICROLIB library is
used with the uARM toolchain. However, the weak definition was put in
`mbed-os/rtos` which is not included when the bare metal profile is used.
2019-09-25 12:20:50 +01:00
Martin Kojtal
ab857c4963
Merge pull request #11478 from hugueskamba/hk-fix-some-more-warnings
...
Refactor CRC constructor method to remove warning
2019-09-25 10:11:37 +02:00
Mukund Ghonasgi
57d4103dd8
Adapt to Target that don't support 3M BT Uart Baud
2019-09-24 16:49:54 -07:00
Kyle Kearney
832c69b1a6
Explicitly set tdb internal flash size for PSOC6
...
The default computation assumes that a flash sector is several times
larger than a flash page. On PSoC 6 targets this is not the case
(the two values are the same) so the computed size is too small.
This is a similar change to 1b1f14d36b
,
but for devices which implement TDB in internal storage.
2019-09-24 11:31:04 -07:00
Volodymyr Medvid
d199fa6bb4
PSOC6: update to PDL 1.3.1.1499
2019-09-24 17:43:23 +03:00
Martin Kojtal
d91ed5fa42
Merge pull request #11495 from kivaisan/improve_cellular_ut
...
Improve cellular unittests
2019-09-24 16:37:02 +02:00
Martin Kojtal
07ebd92f7b
Merge pull request #11494 from hugueskamba/hk-fix-coverity-iotcore-1334
...
Fix Coverity issue: Initialize FlashIAP non-static member in constructor
2019-09-24 14:58:29 +02:00
Martin Kojtal
e1cfb7b908
Merge pull request #11534 from kivaisan/handle_qisend_send_fail
...
Cellular: Handle SEND FAIL and ERROR response
2019-09-24 13:30:32 +02:00
Martin Kojtal
65d5c72cbd
Merge pull request #11404 from lrusinowicz/interrupt_in_fix
...
FUTURE_SEQUANA: InterruptIn implementation bug fix
2019-09-24 13:20:39 +02:00
Mukund Ghonasgi
15ee09c4bd
Update Cordio BT Driver to support without BT Device Wake and Host Wake pins defined.
2019-09-23 11:29:57 -07:00
Hugues Kamba
5724c4cf39
Remove unreachable statements warnings
...
The warnings are observed when building with the IAR toolchain.
2019-09-23 11:58:49 +01:00
Martin Kojtal
f513bce4a3
Merge pull request #11480 from gpsimenos/gp-enable-tickless-stage2
...
Enable tickless mode in additional tested targets
2019-09-23 11:42:58 +02:00
Dominika Maziec
1aa3b5d9d0
UART in deep sleep mode when it is disconnected
2019-09-20 17:18:32 +02:00
Martin Kojtal
daafb950d9
Merge pull request #11538 from mirelachirica/ipv6_to_wise_1570
...
Cellular: Enable IPV6 for WISE_1570
2019-09-20 15:29:07 +02:00
Martin Kojtal
1f5a124820
Merge pull request #11117 from Terstegge/target_msp432_support
...
Target msp432 support
2019-09-20 15:02:35 +02:00
Martin Kojtal
bb1338d07d
Merge pull request #11525 from jeromecoutant/PR_LSI
...
STM32WB/STM32H7 : LSI selection when LSE is not available
2019-09-20 14:19:58 +02:00
Martin Kojtal
e6d9d515e4
Merge pull request #11523 from hugueskamba/hk-correct-force-inline-syntax-for-iar
...
Correct force inline syntax for IAR compiler
2019-09-20 14:19:05 +02:00
Martin Kojtal
99c19b5288
Merge pull request #10940 from mjm2017/master
...
Deinitialize the pin definition
2019-09-20 14:18:37 +02:00
Martin Kojtal
c225f8f1e7
Merge pull request #11516 from kyle-cypress/pr/hal-update
...
Update to latest psoc6csp
2019-09-20 14:18:13 +02:00
Martin Kojtal
656fed16da
Merge pull request #11430 from tymoteuszblochmobica/name
...
Member get_interface_name implemented in ESP8266Interface
2019-09-20 14:17:05 +02:00
Martin Kojtal
77dd6f02a0
Merge pull request #11463 from gpsimenos/gp-enable-tickless-stage1
...
Enable tickless mode in MAX32630FTHR
2019-09-20 14:13:32 +02:00
Martin Kojtal
a5aa820f25
Merge pull request #11489 from OPpuolitaival/build_jobs
...
Examples.py add --jobs argument
2019-09-20 14:13:11 +02:00
Martin Kojtal
6790e64bd8
Merge pull request #11347 from woodsking2/master
...
Fix NRF52832 softdevice memory map
2019-09-20 14:09:42 +02:00
Antti Kauppila
6adc2440a3
DNS manual cleanup mechanism added
2019-09-20 10:20:48 +03:00
Kimmo Vaisanen
1768b653ec
Cellular: Handle SEND FAIL and ERROR response
...
QISEND command can respond either SEND OK, SEND FAIL or ERROR.
If response is not SEND OK, sent bytes should not be checked but
error should be reported.
2019-09-20 10:06:32 +03:00
James Wang
876b643a9d
remove NRF52840, NRF52832 static_memory_defines set
...
static_memory_defines controls the macro MBED_RAM_START AND MBED_RAM_SIZE
when nrf52840 to use softdevice, it need MBED_RAM_START to set the true application ram start
default static_memory_defines is true, so just remove NRF52840 and NRF52832's set
2019-09-20 11:34:35 +08:00
Anna Bridge
d0b5ba6d84
Merge pull request #11522 from LMESTM/SysTtimer_Should_Let_DeepSleep_Happen
...
Sys timer should let deep sleep happen
2019-09-19 17:27:59 +01:00
Martin Kojtal
11a34ec092
Merge pull request #11521 from u-blox/clear_after_sim_pin
...
Bux fix: Context can be cleared using CGDCONT after sim ready state
2019-09-19 17:15:55 +02:00
Martin Kojtal
4c9282f165
Merge pull request #11526 from u-blox/at_unlock_error_fix
...
Fix added to unlock AT handler mutex
2019-09-19 17:15:19 +02:00
Mirela Chirica
090ce0358f
Cellular: Enable IPV6 for WISE_1570
2019-09-19 16:19:31 +03:00
Laurent Meunier
9858b161d6
SysTimer deep sleep: Add local lock check and update comments
...
Suggested-by: @kjbracey-arm
Replace the sleep_manager_can_deep_sleep() with !_deep_sleep_locked.
Indeed, if we know we've taken the lock because we're using us_ticker,
no need to do the early wake.
Updated comments accordingly.
2019-09-19 14:25:59 +02:00
George Psimenos
f1a8b04769
Enable tickless mode on tested targets ARCH_PRO, NUCLEO_F401RE, NUCLEO_F411RE, UBLOX_EVK_ODIN_W2
2019-09-19 13:25:05 +01:00
Hugues Kamba
e2aeb601f1
Correct force inline syntax for IAR compiler
...
Unlinke other compilers supported, the IAR compiler requires the
pre-processor extension to force inline a method to be placed before
the keyword `template` if the method is declared with one.
2019-09-19 13:20:13 +01:00
Martin Kojtal
8689c3fbc1
Merge pull request #11455 from hugueskamba/hk-add-ability-to-run-minimal-printf-floating-point-tests-manually
...
minimal-printf: Add capability to run floating point tests manually
2019-09-19 13:57:13 +02:00
Syed Fahimuddin Alavi
a269f714cc
Fix added to unlock AT handler mutex
2019-09-19 16:46:00 +05:00
jeromecoutant
8c1f94f7cb
STM32WB : LSI clock selection when LSE is not available
2019-09-19 13:07:54 +02:00
jeromecoutant
5cfee65881
STM32H7: LSI clock selection when LSE is not available
2019-09-19 13:07:54 +02:00
Martin Kojtal
1afece7f1b
Merge pull request #11488 from kivaisan/fix_cellular_get_interface_name
...
Cellular: Fix get_interface_name to not include leading zero
2019-09-19 12:43:45 +02:00
Hugues Kamba
5bfb5bf269
Remove `statement is unreachable` warning in MbedCRC.h
...
The code removed appears unnecessary given that the switch case below
also handles the case where the polynomial is `POLY_32BIT_REV_ANSI`
2019-09-19 10:56:07 +01:00
Volodymyr Medvid
2af2105aeb
PSOC6: update to PDL 1.3.1.1474
2019-09-19 10:40:44 +01:00
Martin Kojtal
4f7339af78
Merge pull request #11456 from ARMmbed/349-spaces_in_path
...
IOTBTOOL-349: Correct handling of spaces in project name.
2019-09-19 10:37:31 +02:00
Martin Kojtal
c1a1c22fe9
Merge pull request #11469 from AriParkkila/cell-clear-ndef
...
Cellular: Disable cellular.clear-on-connect by default
2019-09-19 10:37:10 +02:00
Martin Kojtal
6fcd29769c
Merge pull request #11470 from hugueskamba/hk-fix-warnings
...
Prevent unreachable statements and correct variable sizes.
2019-09-19 10:36:39 +02:00
Martin Kojtal
e134b22dab
Merge pull request #11473 from michalpasztamobica/gcc_warnings_fixes
...
Fix compilation warnings from GCC in netsocket/network tests
2019-09-19 10:36:16 +02:00
Martin Kojtal
185e380233
Merge pull request #11490 from AriParkkila/cell-bg96-ifc
...
Cellular: Add flow control (IFC) in BG96 AT driver
2019-09-19 10:25:47 +02:00
Martin Kojtal
15d200f3d3
Merge pull request #11499 from kivaisan/fix_quectel_m26_send
...
Cellular: Fix stop tag for Quectel M26 send command
2019-09-19 10:22:18 +02:00
Laurent Meunier
cd3105bb83
SysTimer should let deep sleep happen
...
When next SysTimer wake-up is scheduler far enough, always consider
that deep sleep may be entered and program an early wake-up.
So that even if deep sleep is only allowed some time later, it can be
entered. If not doing this, then the deep sleep would be prevented by
SysTimer itself and may not be entered at all.
This has been proved to happen in a simple blinly example.
2019-09-19 10:16:23 +02:00