Desmond Chen
7482a86de0
BLE:fix on_phy_update_complete function
2019-04-05 12:26:15 +01:00
Mirela Chirica
6cbe74f794
Cellular: AT information response to return false on empty prefix
2019-04-05 12:26:15 +01:00
Jimmy Brisson
c853372506
Clean up all lint warnings in targets
2019-04-05 12:26:15 +01:00
Jimmy Brisson
a5b13ab7ef
Simplify conditions with get and getattr optional arguments
2019-04-05 12:26:14 +01:00
Jimmy Brisson
bc1fbe3432
Explicitly return None
2019-04-05 12:26:14 +01:00
Jimmy Brisson
d025435d2a
Correct post-build filtering options
2019-04-05 12:26:14 +01:00
Arto Kinnunen
afcf6941ad
Update nanostack-interface error mapping
...
Use status NSAPI_ERROR_PARAMETER instead of NSAPI_ERROR_UNSUPPORTED
when error is caused by parameter.
2019-04-05 12:26:14 +01:00
Vincent Coubard
ab06c1f9ea
BLE - Use LowPower Ticker and Timer for address rotation and scan timeout.
2019-04-05 12:26:14 +01:00
Vincent Coubard
165732938f
BLE - Use LowPowerTimer instead of Timer in the Cordio stack.
2019-04-05 12:26:14 +01:00
paul-szczepanek-arm
46f935723c
change tick rate to 1 ms
2019-04-05 12:26:14 +01:00
Brian Daniels
092bacb91d
Add imports of basestring for python 3
2019-04-05 12:26:14 +01:00
d-kato
a384f140e1
Fix condition statement of write function
2019-04-05 12:26:13 +01:00
d-kato
41c422bc9a
Add PWM pin for GR-LYCHEE
2019-04-05 12:26:13 +01:00
d-kato
080ca96304
Remove noise when duty is 0% and 100%
2019-04-05 12:26:13 +01:00
d-kato
7f08937c6d
Changed PWM period setting register for RZ/A1
2019-04-05 12:26:13 +01:00
d-kato
255a4d447e
Refactoring PWM driver for RZ/A1
2019-04-05 12:26:13 +01:00
Teppo Järvelin
931add3261
Increased timeout for lwip waiting netif_is_link_up
...
Cellular PPP connect fails too often if timeout is 15s so increased to 60 seconds.
Tested to be enough with BG96 and MTB_MTS_DRAGONFLY.
2019-04-05 12:26:13 +01:00
Desmond Chen
57636b08ad
BLE:Cordio:Fix insert characteristic not handle error
2019-04-05 12:26:13 +01:00
Vincent Coubard
9504abdcba
BLE - Report extended advertising in legacy handler if legacy API in use.
...
Workaround for the Cordio stack as extended advertising can be reported for a legacy advertising command.
2019-04-05 12:26:13 +01:00
Volodymyr Medvid
ba751e3d4a
Correctly include EventQueue.h
...
There are two EventQueue.h in mbed-os codebase:
events/EventQueue.h
features/FEATURE_BLE/ble/pal/EventQueue.h
By accident, `mbed compile` generates includes.txt with the correct
order of include search paths. This is not the case for the CMake
exporter: targets with FEATURE_BLE enables fail to compile with errors:
mbed-os/features/cellular/framework/AT/ATHandler.h:99:60: error:
'events' has not been declared
Update all places to always include either "events/EventQueue.h"
or "ble/pal/EventQueue.h": to always find the correct header.
2019-04-05 12:26:12 +01:00
arekzaluski
0c67c63a6b
Update manifest tool to version 1.4.8 and install it from pypi
2019-04-05 12:26:11 +01:00
Marcus Chang
61851aad07
Add missing RSPIF component to the defaut BlockDevice handler
2019-04-05 12:26:10 +01:00
arekzaluski
c5b540d2b1
Remove fuzzywuzzy dependency
2019-04-05 12:26:10 +01:00
Desmond Chen
5a35956cb6
BLE:Fix cordio reset sequence
2019-04-05 12:26:10 +01:00
Lin Gao
ecfb82e8e2
Remove intervaltree from requirements.txt for mbed-os as it contradicts pyocd requirements
2019-04-05 12:26:10 +01:00
Jan Jongboom
716e4d43cb
OdinWifiInterface is calling memcpy with a null pointer
2019-04-05 12:26:10 +01:00
Teppo Järvelin
b031dfa1d7
Cellular: removed manual registering state.
...
Simplified state machine by removing manual registering state.
This was done as some modems did not have all the needed at commands
for checking the registered network. Some modem run out of memory as when
checking correct network there might be so many networks available.
Manual registration still works but it does not do any checks to which network
it's registered. Moved manual registering at command earlier in state machine so it forces
registering to a correct network. Internal refactor/fix, does not affect applications.
2019-04-05 12:26:10 +01:00
Desmond Chen
cf7550fb85
BLE:Cordio:insert_descriptor check r/w properties
2019-04-05 12:26:10 +01:00
Arto Kinnunen
49e0bf4487
Update Wi-SUN network default name
2019-04-05 12:26:10 +01:00
Teppo Järvelin
360fcf2a20
Fix lwip to compile if MBED_CONF_LWIP_DEBUG_ENABLED is defined
...
File features/lwipstack/lwip-sys/arch/cc.h fails to compile
with error: 'MBED_NORETURN' does not name a type.
Fix with adding correct include.
2019-04-05 12:26:09 +01:00
Oren Cohen
3a024662e1
Remove #ifndef NO_GREENTEA from tests
2019-04-05 12:26:09 +01:00
Michal Paszta
2b80f967a9
Tests: check if recv returned too much data
2019-04-05 12:26:09 +01:00
Oleg Kapshii
203b3a65d8
Removed PSoC6 SystemInit Workaround for ARM compiler
2019-04-05 12:26:09 +01:00
Ganesh Ramachandran
b2a294e535
Error check for reallocation memory fail
2019-04-05 12:26:09 +01:00
Jan Jongboom
f2f3351811
Dead pointer usage in GenericSecurityManager
...
`pscrk` is set to the address of `csrk`, but `csrk` is out of scope when using the resulting value. There's no guarantee that the memory is still valid.
2019-04-05 12:26:09 +01:00
Jan Jongboom
842d5d41bf
GigaDevice targets can return ninitialized variable in CAN driver
2019-04-05 12:26:08 +01:00
Teemu Kultala
e206f61ad1
cellular: BC95 memory leak fix
2019-04-05 12:26:08 +01:00
Jan Jongboom
05b1f44492
TEST_APPS socket_app leaks memory when cannot initialize packetSizes
2019-04-05 12:26:08 +01:00
Jan Jongboom
e441f1f99d
SAML21J18A: #endif without #if in analogout_api.c
...
This PR: 3bd3aca6db (diff-995cd6fe18f4fabfb549266dde0a3784)
broke the SAML21J18A target, as there was no `#if DEVICE_ANALOGOUT` call, and this PR added an `#endif` there that's not matched now.
2019-04-05 12:26:08 +01:00
jeromecoutant
90f11a1c19
NUCLEO_H743ZI: Arduino A5 is mapped on ADC3_IN6
2019-04-05 12:26:08 +01:00
Michal Paszta
e2785be609
DNS recv/send returning WOULD_BLOCK force delayed retry
2019-04-05 12:26:08 +01:00
Michael Schwarcz
8e9b0e2178
wait_us using wait_ns
2019-04-05 12:26:08 +01:00
Wajahat Abbas
d481cd01f8
do not assert MDMRST in case of SARA-R4
2019-04-05 12:26:08 +01:00
Michael Coulter
936173a2c9
Fix for i2c_t object not being initialized to 0 causing timeout For issue #9890
2019-04-05 12:26:08 +01:00
Veijo Pesonen
de14f2dc77
ESP8266: astyle, remove from the .astyleignore-file
2019-04-05 12:26:07 +01:00
jeromecoutant
d521ec6003
STM32F429 ARM MICRO startup file update
2019-04-05 12:26:06 +01:00
Wajahat Abbas
0443e0dd06
Corrected timeout for +UDNSRN command
2019-04-05 12:26:06 +01:00
Kari Haapalehto
9af45c554b
Fix for NUCLEO_F207 UDPSOCKET_ECHOTEST_BURST_NONBLOCK fails. Increase eth-rxbufnb from 1 to 2 will fix the problem
2019-04-05 12:26:06 +01:00
Teppo Järvelin
fa220011aa
Cellular: fix issue where CGACT not supported in coming firmware in BG96.
2019-04-05 12:26:06 +01:00
mudassar-ublox
c4bbddb89c
Applied suggested astyle fixes
2019-04-05 12:26:06 +01:00