Skip to content

Release candidate for mbed-os-5.11.4 #9646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 152 commits into from
Feb 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
152 commits
Select commit Hold shift + click to select a range
01f1c41
Cellular: Update cellular documentation
Jan 9, 2019
5352d40
Cellular: Remove non-API folders from Doxygen
Jan 9, 2019
f6b44bd
Fix netsocket Doxygen group
Jan 9, 2019
4831d12
Formatting tweaks
Jan 9, 2019
9e79418
backticks
Jan 9, 2019
222a36c
Doxygen corrections to: - DTLSSocket.h - TLSSocket.h - TLSSocketWrapp…
KariHaapalehto Jan 9, 2019
81108c6
Fix NetworkInterface grouping
Jan 9, 2019
1ab806b
Create new netinterface Doxygen group
Jan 9, 2019
3f94303
SocketAddress doxygen cleanup
Jan 9, 2019
c2718e3
WifiInterface doxygen cleanup
Jan 9, 2019
02e2704
Doxygen corrections to DTLSSocket.h, TLSSocket.h, TLSSocketWrapper.h …
KariHaapalehto Jan 10, 2019
1b40e43
Remove extra @param values
Jan 10, 2019
5a662b4
Fix DNS grouping
Jan 10, 2019
4d6e99c
Add more documentation to Socket classes.
Jan 10, 2019
8a4674d
Hide protected start_handshake
KariHaapalehto Jan 10, 2019
8d84a14
removing 'easy to use'
Jan 10, 2019
07cd9a1
typo fixes, future->present
Jan 11, 2019
259d726
Review changes
KariHaapalehto Jan 11, 2019
24803d2
editorial changes, punctuation
Jan 11, 2019
0117ec4
grammatical corrections
Jan 11, 2019
8a781ea
mbed-tls/TLS to Mbed TLS
Jan 11, 2019
e8b4556
editorial changes
Jan 11, 2019
566a12e
Fix review findings.
Jan 11, 2019
5788107
Add missing copyright header.
Jan 21, 2019
5bd99ec
Fix spelling mistakes
Jan 21, 2019
f431cb9
TCPSocket.cpp setting socket should terminate with semicolon
janjongboom Jan 24, 2019
7adbfed
Remove outdated text and fix spelling in README.md
Jan 24, 2019
20cdd6e
BLE: Fix comparison expression between an integer and a SafeEnum
pan- Jan 16, 2019
05dcde8
BLE: Fix relationnal operator of SafeEnum
pan- Jan 16, 2019
3fa2fb2
PSOC6.py: remove silicon ID check
vmedcy Jan 22, 2019
ecc9aa7
PSOC6.py: do not require metadata during HEX merging
vmedcy Jan 22, 2019
5d81962
PSOC6: refactor M0 image merging, enable export to makefile
vmedcy Jan 22, 2019
56c0ece
ARCH_PRO: add SPI pin definitions
maciejbocianski Jan 21, 2019
5099d41
Remove yotta from README.md
Jan 24, 2019
a236d20
Update features/frameworks/greentea-client/README.md
bridadan Jan 24, 2019
0d09429
Remove .json blob from README.md
Jan 24, 2019
0b2cedc
Remove outdated content from README.md
Jan 25, 2019
75d438e
Remove unused yotta module metadata
bridadan Jan 24, 2019
ced094f
PSOC6.py: generate hex files with 16 bytes per row
vmedcy Jan 25, 2019
fd6b59c
LPC546XX, MIMXRT1050: Update to fix ARMC6 build failures
mmahadevan108 Jan 17, 2019
ba15236
Fix for Issue #7308 (Deep_sleep_lock Ticker.h Issue)
mprse Jan 24, 2019
5949fd3
DIRS and SEEK SD tests update for small RAM targets
jeromecoutant Jan 3, 2019
2117c7f
Add TLSSocket greentea tests.
michalpasztamobica Jan 7, 2019
a7ee4af
Publish TLSSocket test documentation
michalpasztamobica Jan 11, 2019
d1a610a
MIMXRT1050_EVK: Add IAR support in the exporter
mmahadevan108 Jan 24, 2019
708a521
Update all mbed test packages.
bridadan Jan 28, 2019
b6dcf89
Remove COMPONENT_FLASHIAP tests
Jan 29, 2019
13ad6f6
Added universal_newlines flag to Popen in pylint.py
Jan 24, 2019
8e169f2
Increased path for spm include. Py3 tests were not running as a result
Jan 24, 2019
5469c00
Added encoding to version check for Py3 compat
Jan 24, 2019
246f6fc
In Py3.7, a reinit of a mock variable was needed. It seems that initi…
Jan 25, 2019
755931d
Added None check for min in config tools
Jan 25, 2019
792d13d
Added flag to run_cmd Popen invocation to do default decoding
Jan 25, 2019
300cb4b
Enabled Py3.{5,6,7} in Travis CI
Jan 28, 2019
1d20646
Enable xenail dist for only Py37 job Other jobs will follow with othe…
Jan 28, 2019
59262ed
Simplified max/min condition
Jan 28, 2019
675b7bd
Updated spm test runner wish short import variant
theotherjimmy Jan 29, 2019
138a277
Cellular: Remove makefile and mbedignore refering to obsolete cellula…
Jan 29, 2019
dd82b6b
ESP8266: with empty packet send returns zero if TCP, unsupported othe…
Jan 28, 2019
7dbce3e
Test UDPSOCKET_SENDTO_INVALID allows NSAPI_ERROR_UNSUPPORTED
Jan 28, 2019
fad7ff9
Fixed modem reset functionality to avoid low time to trigger module s…
fahimalavi Jan 24, 2019
2eec7c8
STM32H7: 0S2 compilation
jeromecoutant Jan 30, 2019
cd438a3
Prevent double attempt to connect mesh api
michalpasztamobica Jan 30, 2019
3ad5e13
Removing references to yotta and minar within utest
bridadan Jan 28, 2019
fa92ed4
Remove reference to yotta and mbed-drivers in greentea-client
bridadan Jan 28, 2019
cadbd3a
Correct example given in greentea-client readme
bridadan Jan 28, 2019
3180422
Update utest README
bridadan Jan 28, 2019
a0b5b60
scan timeout for 4.2 controllers using new API
paul-szczepanek-arm Jan 30, 2019
77113a9
check scanning status first
paul-szczepanek-arm Jan 30, 2019
03fda0c
review fixes
paul-szczepanek-arm Jan 30, 2019
fdd0360
Remove yotta-specific lines from .gitignore
Jan 30, 2019
be2eb9b
Set tasklet parameters before connecting
Jan 30, 2019
9563254
STM32_gen_PeripheralPins.py v1.4
jeromecoutant Jan 16, 2019
4ba8e0e
STM32: PeripheralPins files minor update
jeromecoutant Jan 16, 2019
8d4b54d
STM32_gen_PeripheralPins.py v1.5
jeromecoutant Jan 24, 2019
dd43030
Add sd-driver example
Jan 24, 2019
c66456a
Fix TCPSOCKET_ENDPOINT_CLOSE: Cannot accept WOULD_BLOCK
Jan 18, 2019
569540f
NVStore: fix area calculation function
Jan 21, 2019
e0bf259
ONME-3868, Modiefie mem-size parameter to minimal size that work with…
Dec 18, 2018
025edb0
FlashIAP BD: Assert if default constructor is used w/o config change
Jan 23, 2019
aa6d80d
Moved `mbed_lib.json` outside config folder
Jan 23, 2019
bad1483
Moved util (common test folder) inside the TESTS directory
Jan 23, 2019
1c5eb39
Use core arch for setting secure/non-secure flags
Jan 23, 2019
d8d6223
Armc6 - Set floating point and CPU options for all core variants expl…
Jan 23, 2019
46dbfd6
GCC_ARM: Strip the -NS from core option before setting floating point…
Jan 24, 2019
a8c9cf1
Change DSP variant symbol to `E` from `D`(d-double floating point)
Jan 25, 2019
4419f62
Change if statements to lookup tables
Jan 25, 2019
900ba6c
added support for debug and program launch configurations
Jan 10, 2019
5b97914
Reworked launch configuration creation mechanism - switched to single…
Jan 14, 2019
7314258
Added GNU MCU Eclipse plug-in support
Jan 18, 2019
e6ab529
Fix python3 compatibility issue
Jan 23, 2019
9bae7c4
Changes: - added new erase launch configuration - added new kits supp…
Jan 30, 2019
a427d89
Added copyright notes
Jan 31, 2019
ea074d0
Apply suggestions from code review
theotherjimmy Jan 31, 2019
3bf6e9a
Resolved code review comments
Jan 31, 2019
5233758
Modify general blockdevice tests to run all storage components
Jan 31, 2019
273c014
asyle issues
Jan 31, 2019
b4ca822
Reset internal vref buffer after an ADC conversion using the config c…
r-vlaar Jan 30, 2019
e0c20d5
fixed indentation
r-vlaar Jan 31, 2019
d9ca7ad
Use an ip4- and ip6-compliant site to test TLS certificate error repo…
michalpasztamobica Jan 31, 2019
d673738
PSOC6: M0 core image for BLE controller updated to version 1.05
lrusinowicz Feb 1, 2019
f47d241
Fix for ARMc6 compiler errors
SenRamakri Jan 15, 2019
228fd63
Modified fixes with review comments
SenRamakri Feb 1, 2019
c20bf95
Update IAR flags for Armv8M devices.
Jan 7, 2019
39827e4
M2351: Update code to support IAR 8.x builds
Jan 8, 2019
3493e3e
Update `cmse` flag based on core_arch instead of different cores
Jan 23, 2019
ddf5060
Correct the floating+dsp options for Cortex-M processors
Jan 23, 2019
53f52f9
Set the DSP option as `E` for Cortex-M33
Jan 25, 2019
538b682
Add missing space - coding style nit
bridadan Feb 1, 2019
23f6835
STM32 Serial Flow Control
jeromecoutant Jan 29, 2019
0a31227
Remove SERIAL_FC from the NCS36510
c1728p9 Feb 2, 2019
865dc26
Remove SERIAL_FC from the ARM_IOTSS_BEID
c1728p9 Feb 2, 2019
e8931b6
Remove SERIAL_FC from the MPS2 family
c1728p9 Feb 2, 2019
eb01351
STM32F2: Enable TRNG
jeromecoutant Feb 1, 2019
02de2c1
Fix SharedPtr::reset
kjbracey Jan 31, 2019
9df989d
Modified pin map
ytsuboi Jan 29, 2019
4b8c2b8
STM32: set DEVICE_SERIAL_FC at FAMILY_STM32 level
jeromecoutant Jan 30, 2019
d3f0af2
targets.json: "LOWPOWERTIMER" device_has is not used
jeromecoutant Feb 1, 2019
2a74fbf
STM32 targets.json styling update
jeromecoutant Feb 1, 2019
75a01f6
Define USBTX and USBRX for targets missing it
c1728p9 Feb 2, 2019
a569704
Improve error message for exports for OS2-only targets
bridadan Feb 1, 2019
740724f
Remove ARDUINO form factor from FF1705_L151CC
c1728p9 Feb 1, 2019
00844af
Remove ARDUINO form factor from RBLAB_BLENANO2
c1728p9 Feb 2, 2019
e641a04
Remove ARDUINO form factor for nano devices
c1728p9 Feb 1, 2019
0603785
Define A0 to NC for the TARGET_KW41Z
c1728p9 Feb 1, 2019
820309e
Define Arduino pins for the LPC812
c1728p9 Feb 2, 2019
78e8ff1
Modified pin map
ytsuboi Jan 28, 2019
730cf07
FHSS timer: Use singleton pointer with timer objects
Feb 1, 2019
e6ba5f0
Remove yotta and minar references in NCS36510
bridadan Jan 28, 2019
7020e6c
Correct typo no_dsp - nodsp
Feb 4, 2019
c46215d
FUTURE_SEQUANA: Removed special "tags" from M0 hex images for better …
lrusinowicz Feb 5, 2019
f869e9a
Fix cortex-m33-S compile error
Feb 5, 2019
0f15c7f
Fix cortex-m33-S armlink error
Feb 6, 2019
ddddb6f
Implement Linker command/response files in make export
theotherjimmy Jul 23, 2018
1676bd3
makefile export: create .link_options.txt with echo
vmedcy Feb 4, 2019
0355876
tools: check part size is not exceeding region size
Jan 7, 2019
e7985fd
tools: build_api_test: add test to detect when part overflows region …
Jan 29, 2019
d046c91
Added MBED_APP_START to linker script
Feb 6, 2019
fdb1a4f
Correct the dsp flag from no_dsp to nodsp
Feb 5, 2019
318af23
Update Mbed version block
adbridge Feb 8, 2019
463c53d
Move FUTURE_SEQUANA port to TARGET_PSOC6_FUTURE
vmedcy Feb 4, 2019
979bc0c
PSOC6: reuse FUTURE_SEQUANA porting layer
vmedcy Jan 26, 2019
34be4ac
PSOC6: add the latest Cypress PDL sources
vmedcy Jan 26, 2019
3319f73
PSOC6: update the HAL implementation to latest PDL
vmedcy Jan 26, 2019
5767771
PSOC6: add CRC and TRNG APIs
vmedcy Jan 26, 2019
296f8cb
PSOC6: add BSPs for Cypress kits
vmedcy Jan 26, 2019
d1f7e7c
Add prebuilt CM0+ images for Cypress kits
vmedcy Jan 26, 2019
bacd49f
PSOC6: add BSP generated sources for Cypress kits
vmedcy Jan 26, 2019
f414e08
CYW4343X: move HCI driver to TARGET_STM
vmedcy Jan 29, 2019
bb9f1dc
PSoC6: add implementation of BLE HCI driver for CYW4343W/CYW43012
vmedcy Jan 29, 2019
881b806
Add WICED binary drivers for Cypress PSoC 6 targets
vmedcy Jan 29, 2019
33d779f
PSOC6: add network-default-interface-type to Cypress boards
vmedcy Feb 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,18 @@ matrix:
# Report success since we have overridden default behavior
- bash -c "$STATUS" success "Local $NAME testing has passed"

# - <<: *tools-pytest
# env: NAME=tools-py3.5
# python: 3.5
#
# - <<: *tools-pytest
# env: NAME=tools-py3.6
# python: 3.6
- <<: *tools-pytest
env: NAME=tools-py3.5
python: 3.5

- <<: *tools-pytest
env: NAME=tools-py3.6
python: 3.6

- <<: *tools-pytest
env: NAME=tools-py3.7
python: 3.7
dist: xenial

- env:
- NAME=astyle
Expand Down
Loading