Balaji
948e989d27
fix mbed_lib.json add ,
2019-10-25 12:14:31 -07:00
Balaji
d9045b4840
index on lwip-rawsocket: 6905b1b547
Incorporate review comments from @kjbracey-arm
2019-10-25 11:00:55 -07:00
Balaji
6905b1b547
Incorporate review comments from @kjbracey-arm
2019-10-25 10:51:50 -07:00
Balaji
5168bbdcd0
Add InternetDatagram Base Class
2019-10-25 10:48:13 -07:00
Balaji
ab883350a0
Incorporate review comments from @kjbracey-arm
2019-10-25 10:48:12 -07:00
Balaji
90e188b23a
fix a style convention
2019-10-25 10:48:12 -07:00
Balaji
b91836a94d
fix astyle convention
2019-10-25 10:48:12 -07:00
Balaji
1a7288d220
fix astyle convention
2019-10-25 10:48:12 -07:00
Balaji
d92a946b78
fix astyle convention
2019-10-25 10:48:12 -07:00
Balaji
0b5dea5f99
Changes to the PR 10978 (LWIP: Add RAWIPSocket support)
2019-10-25 10:48:12 -07:00
Qinghao Shi
a211cf16a9
EXAMPLES: temporarily turn off build for NFC examples
2019-10-25 17:33:27 +01:00
Martin Kojtal
e1c3de649d
Merge pull request #11747 from miteshdedhia7/pr/fix-kvstore-statictests
...
Update the internal kvstore flash reservation size to from 7k to 65K for Cypress Devices
2019-10-25 14:42:10 +02:00
Martin Kojtal
45a63fbe3d
Merge pull request #11749 from OpenNuvoton/nuvoton_m2351_fix_platform_name
...
M2351: Change base target name 'NU_PFM_M2351_CM' to 'NU_PFM_M2351'
2019-10-25 14:30:13 +02:00
Martin Kojtal
e5a728f8c0
Merge pull request #11563 from adbridge/master
...
Simplify pull request template
2019-10-25 13:57:35 +02:00
Martin Kojtal
a44fd827c2
Merge pull request #11578 from cydriftcloud/pr-dev/ap-sta-op-sync
...
Add synchronization and switching between WhdSoftAPInterface and WhdSTAInterfaces
2019-10-25 13:36:10 +02:00
Chun-Chieh Li
ec08bf6451
M2351: Change base target name 'NU_PFM_M2351_CM' to 'NU_PFM_M2351'
...
This is to meet platform name 'NU_PFM_M2351' registered in mbed-os-tools. This tool
uses the platform name as a key to search platform related properties in targets.json.
For example, the property 'forced_reset_timeout' is critical for Greentea test.
2019-10-25 14:05:43 +08:00
Lei Zhang
d411d72196
MIDDLEWARE-2134: Fix spurious link up/down when AP IP address range changes
...
Fixed additional link down/up events in whd_wifi_link_state_change_handler by checking additional condition during the transition.
2019-10-24 18:43:07 -07:00
Sebastian Stockhammer
2e81dad1f3
Fix build
2019-10-24 14:02:12 +02:00
Sebastian Stockhammer
a77a49d6d2
Add serial_free definition
2019-10-24 13:07:37 +02:00
Filip Jagodzinski
f1f9f45378
Test: Fix the reset_reason host test in the CI
...
Use a BaseHostTestAbstract.reset() method instead of
BaseHostTestAbstract.reset_dut() for more consistent behavior with
various platforms in the CI.
In contrast to a local setup, the reset_dut() method flashes the binary
again after performing the reset in a remote setup (RaaS). This was not
intentional in reset_reason tests. Moreover, this led to a different
behavior (a different reset_reason) for different flashing methods which
are target specific.
2019-10-24 13:04:13 +02:00
Sebastian Stockhammer
1c907e6db9
Update deep sleep locks according to enabled state
2019-10-24 12:53:52 +02:00
Maciej Bocianski
bf48415dd3
fpga i2c test: limit tested peripherals
...
Due to lack of i2c_free function switching between peripherals
cause i2c tests failures on some targets.
For now limit testing to single peripheral.
2019-10-24 12:31:48 +02:00
Martin Kojtal
8637069b36
Merge pull request #11698 from kjbracey-arm/armstack
...
Clean up ARM toolchain heap+stack setup in targets
2019-10-24 11:37:11 +02:00
Martin Kojtal
58ef53aa10
Merge pull request #11734 from maciejbocianski/nxp_lpc55s69_i2c_pinmap_fix
...
nxp LPC55S69: fix i2c pin mapping
2019-10-24 11:19:10 +02:00
Martin Kojtal
19fc2b1fef
Merge pull request #11650 from OpenNuvoton/nuvoton_trng-hal-with-trng-hw
...
Nuvoton: Re-implement TRNG HAL with TRNG H/W
2019-10-24 10:30:19 +02:00
Martin Kojtal
ab931ee27c
Merge pull request #11662 from cydriftcloud/pr-dev/sta-extended-scan
...
Allow WhdAccessPoint scan results with extended parameters
2019-10-24 10:26:07 +02:00
Sebastian Stockhammer
a3107062d9
Call correct method
2019-10-24 10:24:36 +02:00
Sebastian Stockhammer
e72468c037
Handle undefined DEVICE_SERIAL_FC
2019-10-24 10:24:36 +02:00
Sebastian Stockhammer
c31a360271
Fix spelling
2019-10-24 10:24:36 +02:00
Sebastian Stockhammer
9e97037316
Fix astyle
2019-10-24 10:24:35 +02:00
Sebastian Stockhammer
31babca1da
Retain flow control state
2019-10-24 10:24:35 +02:00
Sebastian Stockhammer
37b54ca44b
Add serial_free stub
2019-10-24 10:24:35 +02:00
Sebastian Stockhammer
aa2969f999
Public SerialBase::enable_input
2019-10-24 10:24:35 +02:00
Sebastian Stockhammer
b3b7f98698
Fix stub constructor
2019-10-24 10:24:35 +02:00
Sebastian Stockhammer
0a395b6833
Fix astyle
2019-10-24 10:24:35 +02:00
Sebastian Stockhammer
e218b5dc19
Free serial resources if not needed anymore
2019-10-24 10:24:35 +02:00
Martin Kojtal
acf576a9ab
Merge pull request #11725 from OpenNuvoton/nuvoton_devicekey_entropy_alt
...
DeviceKey: Fix random key doesn't generate with custom entropy source
2019-10-24 09:22:37 +02:00
Chun-Chieh Li
8161386268
M2351: Update default secure image/gateway library
...
Update for change of TRNG security attribute
2019-10-24 10:55:24 +08:00
Chun-Chieh Li
4cd0332ada
NUVOTON: Re-implement TRNG HAL with TRNG H/W
...
Targets supporting TRNG H/W:
- NU_PFM_M2351_*
- NUMAKER_IOT_M263A
2019-10-24 10:55:03 +08:00
Chun-Chieh Li
3f9ba9e61f
NUVOTON: Fix BSP/MKROM header
...
Related targets:
- NU_PFM_M2351_*
- NUMAKER_IOT_M263A
2019-10-24 09:36:25 +08:00
Chun-Chieh Li
d993c5a108
NUVOTON: Re-implement __PC() with toolchain built-in
...
Re-implement __PC() by replacing BSP assembly with toolchain built-in.
2019-10-24 09:36:25 +08:00
Chun-Chieh Li
3548d38a98
M2351: Change TRNG security attribute to secure
2019-10-24 09:36:24 +08:00
Chun-Chieh Li
c326e07eb1
M2351: Update BSP/crypto driver
2019-10-24 09:36:24 +08:00
Lei Zhang
28884b589c
Add synchronization and switching between SoftAP/STA
...
- A shared mutex is added for synchronization
- ScopedMutexLock is used to to protect
- SoftAP: start, stop
- STA: scan, join, disconnect
- Fix switching issue between SoftAP and STA mode for primary interface
- Avoid reinit primary interface by getting mapping the current interface to the other one which is already on
- In concurrent mode, STA is the default if it is up, otherwise SoftAP is default.
- For non-concurrent mode, the most recent started interface is set as default.
2019-10-23 18:31:20 -07:00
Lei Zhang
7b16166d51
Allow WhdAccessPoint scan result with extended parameters
...
- Add WhdAccessPoint to include additional WHD scan info
- To save memory, only move assignment is supported for WhdAccessPoint
- Add scan_whd to scan for WhdAccessPoint
- Set set_blocking(false) to unsupported by return NSAPI_ERROR_UNSUPPORTED
2019-10-23 14:43:07 -07:00
midd
6fbc610448
Update the internal kvstore size to from 7k to 65K for device that use the internal flash for kvstore
2019-10-23 12:26:07 -07:00
Maciej Bocianski
bb9197536d
nxp LPC55S69: fix i2c pin mapping
2019-10-23 19:49:14 +02:00
Martin Kojtal
6240335855
Merge pull request #11729 from hugueskamba/hk-fix-minimal-printf-percentage-printing
...
minimal-printf: Fix handling of the two character sequence %%
2019-10-23 16:19:44 +02:00
Maciej Bocianski
7d5f6cf4a9
NRF52: fix i2c timeouts
...
add tick to us conversion
2019-10-23 15:00:11 +02:00
Martin Kojtal
bb48dd35c6
Merge pull request #11624 from geky/littlefs-v1.7.2
...
LittleFS: Update to v1.7.2
2019-10-23 14:55:10 +02:00