Martin Kojtal
a937d30501
Merge pull request #12511 from paul-szczepanek-arm/patch-1
...
allow reconfiguring a running watchdog
2020-03-03 13:00:45 +00:00
Jaeden Amero
9ae0868410
crypto: Update to Mbed Crypto 3.0.1
2020-03-03 12:56:07 +00:00
jeromecoutant
3e30033822
DISCO_L4R9I correct LED pins
2020-03-03 13:36:57 +01:00
Jarno Lamsa
b34dd0ce89
Remove _variant_bd_erase_unit_size
...
In some cases, it is possible that every erase unit in area 0
has the same size, but they are still different than in area 1.
Remove the flag for varying erase sizes and instead check from
flash, what is the erase size of the current unit.
2020-03-03 13:05:27 +02:00
Kimmo Vaisanen
86dba54202
Fix L3IPInterface to use SocketAddress class for addresses
...
String based ip addresses has been deprecated and SocketAddress must be
used instead.
2020-03-03 12:13:51 +02:00
Kimmo Vaisanen
6e1f7bf1f9
Cellular: Fix trace to use new SocketAddress based get_ip_address
...
String based get_ip_address has been removed and SocketAddress based must be
used.
2020-03-03 12:12:16 +02:00
Kimmo Vaisanen
2987bedb68
TLSSocket: Remove deprecated connect
...
String based connect has been removed but was still defined in TLSSocket header for offloaded variant.
This is a regression fix for 458957d399
2020-03-03 12:08:32 +02:00
Martin Kojtal
f4df4e75ea
Merge pull request #12487 from kjbracey-arm/override_nsapi
...
C++11-ify virtualisation in netsocket
2020-03-03 09:57:57 +00:00
Martin Kojtal
bad9c57085
Merge pull request #12460 from mprse/spi_init_nc_fix
...
Allow MISO/MOSI set to NC during SPI initialisation (fix for issue #12435 )
2020-03-03 09:56:47 +00:00
Martin Kojtal
e53b69bf58
Merge pull request #12548 from VeijoPesonen/fix_tests-integration-fs
...
tests-integration-net-single: fix build error
2020-03-03 09:54:22 +00:00
Rajkumar Kanagaraj
2a1c641ad3
Remove FileSystemLike deprecated APIs
2020-03-02 16:20:02 -08:00
Rajkumar Kanagaraj
dd9afdf77c
Remove DirHandle deprecated APIs
2020-03-02 15:42:31 -08:00
Rajkumar Kanagaraj
35f1b4ab53
Remove mbed power management deprecated API
2020-03-02 15:06:26 -08:00
Evelyne Donnaes
5016fa1a10
Merge branch 'master' into minimal_printf_default
2020-03-02 17:31:37 +00:00
Evelyne Donnaes
0f2b0d1be5
Fixed greentea tests
2020-03-02 17:27:17 +00:00
Rajkumar Kanagaraj
5d0aab847e
Remove mbed interface deprecated API
2020-03-02 09:00:01 -08:00
Martin Kojtal
744889a472
Merge pull request #12533 from rajkan01/critseclock_remove_deprecated
...
Remove CriticalSectionLock deprecated APIs
2020-03-02 16:37:59 +00:00
Martin Kojtal
d52f55eb56
Merge pull request #12545 from 0xc0170/fix_threads_timeout
...
threads: fix timeout (set to 25)
2020-03-02 16:12:41 +00:00
jeromecoutant
b15dffaef2
STM32 EMAC : add PHY ID information
2020-03-02 16:21:35 +01:00
jeromecoutant
01a186a952
STM32 EMAC : thread size is configurable
2020-03-02 16:21:23 +01:00
jeromecoutant
c3c0928786
STM32 EMAC : enable mbed_trace
2020-03-02 16:21:11 +01:00
jeromecoutant
89a537b9a8
STM32 EMAC : check PHY_BSR value before connect status
2020-03-02 16:20:06 +01:00
jeromecoutant
c3653c6813
STM32 EMAC : check driver function status before returning success
2020-03-02 16:19:58 +01:00
jeromecoutant
1b40076376
STM32 EMAC : more configurable
...
- PHY default configuration can be changed
- AutoNegotiation
- Speed
- DuplexMode
- PHY register offset can be updated depending on chosen PHY
All unused parameters are cleaned.
2020-03-02 16:19:26 +01:00
Rajkumar Kanagaraj
13a1130697
Remove the deprecated FileHandle APIs
2020-03-02 06:45:01 -08:00
Veijo Pesonen
9dbd5ed63a
tests-integration-net-single: fix build error
...
Stops using deprecated TCPSocket constructors and string-based APIs.
2020-03-02 15:23:41 +02:00
amq
0fdb9f237a
EFM32: fix minor emlib changelog typos
2020-03-02 14:00:40 +01:00
amq
6f7b242ff5
EFM32: update emlib for EFR32MG12
2020-03-02 13:32:41 +01:00
amq
4c375046bc
EFM32: update emlib for EFR32MG1
2020-03-02 13:32:41 +01:00
amq
0361bdea3f
EFM32: update emlib for EFM32ZG
2020-03-02 13:32:41 +01:00
amq
c68bcf806e
EFM32: update emlib for EFM32WG
2020-03-02 13:32:40 +01:00
amq
4c230763db
EFM32: update emlib for EFM32PG
2020-03-02 13:32:40 +01:00
amq
012682a244
EFM32: update emlib for EFM32LG
2020-03-02 13:32:40 +01:00
amq
b3f13b8d4a
EFM32: update emlib for EFM32HG
2020-03-02 13:32:39 +01:00
Martin Kojtal
8ec2970f65
threads: fix timeout (set to 25s)
2020-03-02 12:15:54 +00:00
Paul Szczepanek
59f0acb7b1
drop expected failure from reconfiguring watchdog
2020-03-02 10:53:36 +00:00
Martin Kojtal
c2c6d251fd
Merge pull request #12521 from kivaisan/remove_include_mbedtls_config
...
Remove explicit include of mbedtls/config.h
2020-03-02 09:34:42 +00:00
Martin Kojtal
d6df32d609
Merge pull request #12526 from fkjagodzinski/fix-gcc_lto_toolchain_py3
...
GCC: Fix the toolchain LTO workaround for Python 3
2020-03-02 09:32:42 +00:00
Veijo Pesonen
2605ce629d
QSPIFBlockDevice: removes dead code
2020-03-02 11:02:09 +02:00
Veijo Pesonen
7c692f5196
SPIFBlockDevice: Refactor vendor specific workarounds
...
To follow the same convention as with QSPIFBlockDevice there was need to
create a separate function for handling vendor specific workarounds.
2020-03-02 11:14:01 +02:00
Veijo Pesonen
98dbebb3ed
SFDP: Refactor Sector Map Parameter Table parsing
...
Doxygen documentation was updated.
Code reorganized to make it more readable.
Moves SFDP specific bits out from Q/SPIFBlockDevices.
2020-03-02 11:07:03 +02:00
Veijo Pesonen
4f9fcf8df8
Bugfix: Concurrent SFDP header address init fixed
...
After switching from local variables to shared info structure JEDEC
Basic Flash Parameter Table and Sector Map Parameter Table addresses
and sizes must be protected by a mutex. Theoretically multiple calls
to Q/SPIFBlockDevice might occur.
2020-03-02 11:05:15 +02:00
Veijo Pesonen
c84deff782
SFDP: consolidates check for addressability
...
Takes implementations found from SPIFBlockDevice and QSPIFBlockDevice
and makes those as part of the SFDP module.
2020-03-02 11:04:05 +02:00
Veijo Pesonen
2ce3bed910
SFDP: consolidates device density detection
...
Combines implementations found from SPIFBlockDevice and QSPIFBlockDevice
and makes it as part of the SFDP module.
2020-03-02 11:02:09 +02:00
JojoS62
a33d622f4f
suppress 'unknown object name' messages
...
by using the -lto option on gcc and windows,
many messages like above are produced.
removed by ignoring .ltrans.o files
2020-02-29 15:10:37 +01:00
David Lin
d5f4b8effb
Fix function spelling mistake in Thread
...
lowpan_contex_get_by_id -> lowpan_context_get_by_id
2020-02-29 12:05:18 +08:00
David Lin
922452d8d0
Fix function spelling mistake in border_router.c
...
lowpan_contex_get_by_id -> lowpan_context_get_by_id
2020-02-29 12:00:39 +08:00
David Lin
d76df4c3d0
Fix function spelling mistake in iphc_decompress.c
...
lowpan_contex_get_by_id -> lowpan_context_get_by_id
2020-02-29 11:56:43 +08:00
David Lin
c2e649a4c3
Fix function spelling mistake in lowpan_context.c
...
lowpan_contex_get_by_id -> lowpan_context_get_by_id
2020-02-29 11:53:32 +08:00
David Lin
5a883a2fe2
Fix function spelling mistake in lowpan_context.h
...
lowpan_contex_get_by_id -> lowpan_context_get_by_id
2020-02-29 11:50:39 +08:00