Maciej Bocianski
|
a1311f813c
|
ARCH_PRO: add SPI pin definitions
|
2019-01-24 09:20:29 +01:00 |
Cruz Monrreal
|
df9ac85cbb
|
Merge pull request #9453 from u-blox/requirement_update
mbed-host-tests minimum requirement set
|
2019-01-23 22:48:56 -06:00 |
Cruz Monrreal
|
7bdc280ced
|
Merge pull request #9437 from deepikabhavnani/preprocess_asm
FPU_USED to be set based on HW FPU support + Squash commits
|
2019-01-23 22:48:21 -06:00 |
Cruz Monrreal
|
f790fdd1cd
|
Merge pull request #9421 from VeijoPesonen/feature-esp8266_nonblocking_connect
ESP8266: implements possibility to decide between non-blocking/blocking connect.
|
2019-01-23 22:47:51 -06:00 |
Cruz Monrreal
|
0c6f0e4f49
|
Merge pull request #9368 from lrusinowicz/psoc6_serial_fixes
PSOC6: Fixes for serial hal driver, asynchronous mode.
|
2019-01-23 22:47:32 -06:00 |
Cruz Monrreal
|
b0b4013dde
|
Merge pull request #9302 from yossi2le/yossi_add_trng_checkup_devicekey
Add TRNG checkup in devicekey
|
2019-01-23 22:47:08 -06:00 |
Martin Kojtal
|
a6509cf47f
|
Merge pull request #9438 from c1728p9/qspi_update
Use dedicated PinMap for each QSPI data line
|
2019-01-23 14:25:14 +01:00 |
Martin Kojtal
|
129889bf52
|
Merge pull request #9404 from deepikabhavnani/dsp_flag
DSP_PRESENT flag is needed for Armv8m devices having DSP enabled
|
2019-01-23 14:21:23 +01:00 |
Martin Kojtal
|
2cd83b45a4
|
Merge pull request #9392 from michalpasztamobica/tlssocket_documentation_update
Documentation of TLSSocket behavior on AUTH_FAILURE
|
2019-01-23 14:20:43 +01:00 |
Martin Kojtal
|
af52c30234
|
Merge pull request #9433 from deepikabhavnani/asm_v8m_flags
Set DSP and floating point flags for ASM files
|
2019-01-23 09:18:18 +01:00 |
Cruz Monrreal
|
0c85d441d2
|
Merge pull request #9408 from evva-sfw/feature/SPIF_ULBPR
SPIF - Fix command to unlock Global Block-Protection register
|
2019-01-22 23:59:21 -06:00 |
Cruz Monrreal
|
5689b05809
|
Merge pull request #9448 from vmedcy/fix-doc-urls
Fix links to https://os.mbed.com documentation
|
2019-01-22 23:59:03 -06:00 |
Russ Butler
|
82b131aa59
|
Use dedicated PinMap for each QSPI data line
Split PinMap_QSPI_DATA into PinMap_QSPI_DATA0 - PinMap_QSPI_DATA3.
This allows pins to be selected more accurately.
|
2019-01-22 12:11:15 -06:00 |
Martin Kojtal
|
16e544d9b4
|
Merge pull request #9411 from jeromecoutant/PR_L496
STM32L496xG: increase IAR heap size
|
2019-01-22 14:48:16 +01:00 |
Martin Kojtal
|
813f5ac221
|
Merge pull request #9360 from NXPmicro/LPC_PowerLib_Readme_License
LPC546XX, LPC54114: Add README and LICENSE files for the power libraries
|
2019-01-22 13:38:56 +01:00 |
Martin Kojtal
|
f128891fc0
|
Merge pull request #9397 from yossi2le/fix_default_storage_type
Fixing folder path for KVStore FILESYSTEM configuration.
|
2019-01-22 13:35:52 +01:00 |
Martin Kojtal
|
c598a937c3
|
Merge pull request #9439 from jamesbeyond/examples-test
Examples: enabled some examples build for FVP_MPS2_M3 target
|
2019-01-22 13:30:42 +01:00 |
Martin Kojtal
|
3d0f168305
|
Merge pull request #9347 from kevinong0108/improve_crc
stm32: Improve the CRC function to support fully accumulate
|
2019-01-22 13:30:09 +01:00 |
Michal Paszta
|
2cda5d28b8
|
Documentation of TLSSocket behavior on AUTH_FAILURE
|
2019-01-22 12:40:42 +01:00 |
Sana Masood
|
1b8000e96e
|
mbed-host-tests minimum requirement set
|
2019-01-22 16:28:50 +05:00 |
Martin Kojtal
|
31579fe4bb
|
Merge pull request #9328 from SeppoTakalo/ip-core-doxygen
Doxygen fixes for IP networking area
|
2019-01-22 10:48:10 +01:00 |
Martin Kojtal
|
bab6e2cb0b
|
Merge pull request #9440 from davidsaada/david_lfs_emubd_ignore
Put LittleFS emulated BD module under .mbedignore
|
2019-01-22 09:33:40 +01:00 |
Martin Kojtal
|
cf75dc4b43
|
Merge pull request #9286 from alekla01/alekla01-include_check-patch-1
travis: Add include_check job
|
2019-01-22 09:33:20 +01:00 |
Volodymyr Medvid
|
af56cd8b87
|
Fix links to documentation on https://os.mbed.com
|
2019-01-21 14:56:40 -08:00 |
Martin Kojtal
|
1568be0771
|
Merge pull request #9389 from cmonr/fixed-travisCI-python-modules
Travis CI: Bind remaining python modules
|
2019-01-21 16:39:45 +01:00 |
Aleksi Klasila
|
fc41ea90d2
|
Add Travis include mbed.h check
|
2019-01-21 16:47:44 +02:00 |
Veijo Pesonen
|
c4d96e6309
|
ESP8266: provides blocking/non-blocking connect
Implements NetworkInterface::set_blocking() and implements the
functionality to distinguish between the two in connect()
|
2019-01-21 16:22:53 +02:00 |
Veijo Pesonen
|
58c1a88348
|
ESP8266: turns connect fully to non-blocking mode
Blocking mode connect is not supported anymore when this patch is
applied
|
2019-01-21 16:22:53 +02:00 |
Martin Kojtal
|
a09b5f5c6b
|
Merge pull request #9416 from fkjagodzinski/test_update-systimer
RTOS: SysTimer: Fix test timing issues
|
2019-01-21 13:44:53 +01:00 |
Martin Kojtal
|
7b29593a41
|
Merge pull request #9415 from SeppoTakalo/ONME-4140
Allow NSAPI_ERROR_UNSUPPORTED from Socket::setsockopt()
|
2019-01-21 13:43:37 +01:00 |
Veijo Pesonen
|
c60c5244c1
|
ESP8266: makes connect() connection status aware
|
2019-01-21 14:43:35 +02:00 |
Martin Kojtal
|
4019efb21d
|
Merge pull request #9399 from paul-szczepanek-arm/fix-null-check
BLE: fix missing null checks on Gap event handler
|
2019-01-21 13:43:16 +01:00 |
Martin Kojtal
|
5c46faeb86
|
Merge pull request #9417 from jeromecoutant/PR_DNSTIMEOUT
Netsocket DNS test: increase timeout value
|
2019-01-21 13:42:24 +01:00 |
Martin Kojtal
|
ad5bcfc1de
|
Merge pull request #9427 from paul-szczepanek-arm/fix-truncation
BLE: fix possible truncation
|
2019-01-21 13:42:07 +01:00 |
Martin Kojtal
|
a23a850a42
|
Merge pull request #9247 from kjbracey-arm/atomic_load_store
Add atomic loads and stores and barriers
|
2019-01-21 13:39:00 +01:00 |
Martin Kojtal
|
2a7a3262c8
|
Merge pull request #9398 from kjbracey-arm/no_armc6_warn
Revert "Warn with ARMC6 and not v8m"
|
2019-01-21 13:37:59 +01:00 |
Martin Kojtal
|
344a3017af
|
Merge pull request #9422 from u-blox/i_gnss
PB_1 is not connected to D4 in R412M above
|
2019-01-21 13:36:49 +01:00 |
Martin Kojtal
|
67dd4496bf
|
Merge pull request #9248 from kjbracey-arm/socket_pending_atomic
InternetSocket: use atomics, not volatile
|
2019-01-21 13:35:47 +01:00 |
Martin Kojtal
|
091fe2bed4
|
Merge pull request #9401 from loverdeg-ep/custom-targets-option
tools: adds and implements a --custom-targets command line switch
|
2019-01-21 13:17:01 +01:00 |
Martin Kojtal
|
27cce81580
|
Merge pull request #9258 from jeromecoutant/PR_FLASHSKIP
FLASH test: skip test if test region overlaps code
|
2019-01-21 13:15:51 +01:00 |
Martin Kojtal
|
acd1e986f0
|
Merge pull request #9428 from 0xc0170/fix_exporters
STM32H743ZI: iar removal as not supported in v7.x
|
2019-01-21 13:15:30 +01:00 |
Leszek Rusinowicz
|
f09805c5a2
|
Any RX event should end read operation.
|
2019-01-21 13:05:54 +01:00 |
Seppo Takalo
|
58c2760e3f
|
Fix spelling mistakes
|
2019-01-21 11:54:49 +02:00 |
Seppo Takalo
|
6b8b108ceb
|
Add missing copyright header.
|
2019-01-21 11:47:41 +02:00 |
Seppo Takalo
|
6f15b04655
|
Fix review findings.
|
2019-01-21 11:45:13 +02:00 |
Mel Weed
|
0f0469d03d
|
editorial changes
|
2019-01-21 11:45:13 +02:00 |
Mel Weed
|
b79b608362
|
mbed-tls/TLS to Mbed TLS
|
2019-01-21 11:45:13 +02:00 |
Mel Weed
|
40418d8ff9
|
grammatical corrections
|
2019-01-21 11:45:13 +02:00 |
Mel Weed
|
ea296afec2
|
editorial changes, punctuation
|
2019-01-21 11:45:13 +02:00 |
Kari Haapalehto
|
fcd497303d
|
Review changes
|
2019-01-21 11:45:12 +02:00 |