Commit Graph

24131 Commits (397ee3074ab174c36e8f539e90ec3ee820eedf98)

Author SHA1 Message Date
Martin Kojtal 5252163534
Merge pull request #9900 from michalpasztamobica/dns_async_handle_would_block
DNS send returning WOULD_BLOCK forces delayed retry
2019-03-14 13:01:20 +01:00
Martin Kojtal 9b1b54df39 Merge branch 'cy-mbed-os-5.12.0-ARM-compiler' of https://github.com/morser499/mbed-os into rollup 2019-03-14 11:38:54 +00:00
Martin Kojtal 58e8916b32 Merge branch 'master' of https://github.com/ganesh-ramachandran/mbed-os into rollup 2019-03-14 11:37:45 +00:00
Martin Kojtal 2218efc20c Merge branch 'gigabus_can' of https://github.com/janjongboom/mbed-os into rollup 2019-03-14 11:37:35 +00:00
Martin Kojtal 8b94f3b2ff Merge branch 'patch-7' of https://github.com/janjongboom/mbed-os into rollup 2019-03-14 11:37:26 +00:00
Martin Kojtal f032c8c76e Merge branch 'patch-6' of https://github.com/janjongboom/mbed-os into rollup 2019-03-14 11:37:18 +00:00
Martin Kojtal d5eb98e66a Merge branch 'cellular_BC95_leak_fix' of https://github.com/TeemuKultala/mbed-os into rollup 2019-03-14 11:37:10 +00:00
Martin Kojtal 4df969fc2c Merge branch 'tr-debug-cell' of https://github.com/sarahmarshy/mbed-os into rollup 2019-03-14 11:36:59 +00:00
Martin Kojtal d6e81f5249 Merge branch 'PR_H743_A5' of https://github.com/jeromecoutant/mbed into rollup 2019-03-14 11:36:50 +00:00
Martin Kojtal 760ded6d76 Merge branch 'patch-5' of https://github.com/janjongboom/mbed-os into rollup 2019-03-14 11:36:41 +00:00
Sebastian Stockhammer ee17c7c996 Setup connection profile with username and password 2019-03-14 12:03:12 +01:00
Veijo Pesonen e2bd0644df ESP8266: new API for setting Wi-Fi scan active/passive mode
Makes possible to decide between active and passive mode.

Makes possible to adjust for how long a single channel is scanned.
2019-03-14 12:01:42 +02:00
Veijo Pesonen b5f3fcf49b ESP8266: Wi-Fi scan results as OOB 2019-03-14 12:00:17 +02:00
Oren Cohen 5d1dae40cd "Update secure binaries for CY8CKIT_062_WIFI_BT_M0_PSA" 2019-03-14 11:53:08 +02:00
Evgeni Bolotin c0bc56737b modify rpb base address for M0 2019-03-14 11:29:46 +02:00
Oren Cohen fc97a75632 Remove #ifndef NO_GREENTEA from tests 2019-03-14 11:16:44 +02:00
Michal Paszta b7ed4b5d9e Refactor socket stats to reduce bioler plate
Add a proper test case setup and teardown which does the socket stats
checks in tcp, udp and tls.
2019-03-14 11:09:35 +02:00
Evgeni Bolotin b3f59da23c
Merge pull request #1 from orenc17/flash_protected_region_config
Finish memory protection and add static assert
2019-03-14 10:50:39 +02:00
Martin Kojtal 943254c78c
Merge pull request #9896 from kfnta/wait_us_no_usticker
wait_us without usticker
2019-03-14 09:44:25 +01:00
Martin Kojtal 1bbf7d69d1
Merge pull request #9902 from wajahat-ublox/r412m_reset
Remove assertion of MDMRST in case of SARA-R4
2019-03-14 09:40:44 +01:00
Martin Kojtal 897d15a9bc
Merge pull request #9895 from mrcoulter45/issue-9890-fix
Fix for i2c_t object not being initialized to 0 causing timeout
2019-03-14 09:39:10 +01:00
Martin Kojtal 17f8bc1088
Merge pull request #9893 from VeijoPesonen/wifi_astyle_unignore
ESP8266: astyle fixes
2019-03-14 09:38:49 +01:00
Martin Kojtal b21211dd9f
Merge pull request #9884 from jeromecoutant/PR_F429_uARM
STM32F429 ARM MICRO startup file update
2019-03-14 09:38:33 +01:00
Martin Kojtal ab0bc65e0d
Merge pull request #9873 from wajahat-ublox/udnsrn_timeout
Corrected timeout for +UDNSRN command
2019-03-14 09:38:20 +01:00
Martin Kojtal c0c02e2bd8
Merge pull request #9872 from KariHaapalehto/burst_nonblock_test_fix
Fix for NUCLEO_F207 UDPSOCKET_ECHOTEST_BURST_NONBLOCK fails.
2019-03-14 09:16:59 +01:00
Martin Kojtal cf76b74aad
Merge pull request #9837 from jarvte/drop_bg96_cgact_support
Cellular: CGACT not supported in coming firmware in BG96
2019-03-14 09:16:39 +01:00
Martin Kojtal 76fe7267e7
Merge pull request #9637 from u-blox/C030_N211_Cellular_Driver
Cellular: UBLOX_C030_N211 Cellular API's
2019-03-14 09:11:06 +01:00
Martin Kojtal 4c7fc650db
Merge pull request #9994 from theotherjimmy/fix-iar-dfpu
Correct FPU settings traceback found by IAR
2019-03-14 09:10:13 +01:00
Martin Kojtal 79c7fc8b54
Merge pull request #10044 from bridadan/remove_dep_on_armc6_in_path
Correct check for the ARM toolchain binary in the PATH.
2019-03-14 09:09:59 +01:00
Martin Kojtal 0f2add73f4
Merge pull request #10089 from bridadan/optional_use_of_cpm
Make the presence of cmsis-pack-manager package optional
2019-03-14 09:03:39 +01:00
Desmond Chen a70f0e6780 BLE:Fix cordio reset sequence 2019-03-14 15:41:10 +08:00
Desmond Chen a6df7b2bd7 BLE:fix on_phy_update_complete function 2019-03-14 11:42:03 +08:00
Cruz Monrreal fe59870965
Merge pull request #10047 from kfnta/nxp_secure_code_size
Reduce 32KB from LPC55S69_S binary size
2019-03-13 18:21:23 -05:00
Brian Daniels f200c2757b Make the presence of cmsis-pack-manager package optional 2019-03-13 17:17:10 -05:00
Oren Cohen 4c9fe7def4
Finish memory protection and add static assert 2019-03-13 21:08:12 +02:00
Michael Schwarcz 546e33df7b Update NS IAR icf file 2019-03-13 18:21:37 +02:00
Michael Schwarcz f6ab217892 Reduce 32KB from LPC55S69_S binary size 2019-03-13 18:21:37 +02:00
Mirela Chirica d12de2a199 Cellular: AT information response to return false on empty prefix 2019-03-13 15:49:33 +02:00
Nick 44c5c7ef5a Formatting fix 2019-03-13 07:58:24 -04:00
Martin Kojtal 6906f39bf5
Merge pull request #10077 from netanelgonen/reorder-attestaion-test
create green-tea init for attestation test
2019-03-13 11:17:15 +01:00
Netanel Gonen f7a2d4a082 move init of test into greentea init function 2019-03-13 10:43:00 +02:00
Ari Parkkila 903a6f2e7e Cellular: Remove compile dependency of UARTSerial 2019-03-12 23:57:43 -07:00
Oleg Kapshii 2af3a82cd8 Removed PSoC6 SystemInit Workaround for ARM compiler 2019-03-12 17:00:13 -07:00
Nick e08b200eef Adding variable length attributes to Maxim Feather 2019-03-12 18:49:45 -04:00
Jimmy Brisson 5912241b8d Clean up all lint warnings in targets 2019-03-12 11:31:02 -05:00
Jimmy Brisson 59d35e36d2 Simplify conditions with get and getattr optional arguments 2019-03-12 11:31:02 -05:00
Jimmy Brisson 28c909c92f Explicitly return None 2019-03-12 11:31:00 -05:00
Jimmy Brisson 7380451f6e Correct post-build filtering options 2019-03-12 11:30:12 -05:00
itayzafrir c97b90ade1 Unify code style
- Use designated initializers for IPC structs
- Unify variables declaration and initialization
2019-03-12 14:31:30 +02:00
Martin Kojtal 401a3c8551
Merge pull request #10046 from kfnta/another_tool_fix
PSA: release.py bugfix - send the correct parameter to _get_target_info()
2019-03-12 13:17:03 +01:00