Martin Kojtal
5e73a83332
Merge pull request #10391 from lorjala/unittesting-example
...
Update the writing example in unit testing README
2019-04-16 09:09:09 +01:00
Martin Kojtal
93dc5514f2
Merge pull request #10334 from NXPmicro/MXRT1050_FixTestFailure
...
MXRT1050_EVK: Fixes test failure seen with ARM & IAR toolchain
2019-04-16 08:45:46 +01:00
Martin Kojtal
79dddf84f0
Merge pull request #10381 from michalpasztamobica/echotests_loop_fix
...
ECHOTEST internal loop simplification and fix
2019-04-16 08:45:25 +01:00
Martin Kojtal
d53902267e
Merge pull request #10384 from kjbracey-arm/add_fpu_toshiba
...
Toshiba: Cortex-M4 -> Cortex-M4F
2019-04-16 08:26:38 +01:00
Martin Kojtal
237bf04507
Merge pull request #10395 from kjbracey-arm/mbed_error_warnings
...
mbed_error: Avoid negative left shift
2019-04-16 08:23:45 +01:00
Amanda Butler
1d1e78cac5
Edit README.md
...
Edit file for consistent person.
2019-04-15 15:56:26 -05:00
Michal Paszta
631540a421
ECHOTEST internal loop simplification and fix
...
The loop was wrongly incrementing the index of the array after assiging
the value. Thus the first array element was used twice and the last one
was never user. The issue is fixed and the loops are refactored and
simplified to avoid such confusion in the future.
2019-04-15 11:54:03 +03:00
Martin Kojtal
4401d41428
Merge pull request #10053 from AriParkkila/cellular-state-timeout
...
Cellular: Make CellularStateMachine timeouts configurable
2019-04-15 08:53:11 +01:00
Martin Kojtal
b0ba3d3dad
Merge pull request #10353 from tymoteuszblochmobica/multihoming
...
Update to LWIP 2.1.2
2019-04-15 08:49:51 +01:00
Martin Kojtal
6270de6869
Merge pull request #10393 from sebastiantoscano/patch-1
...
approcah -> approach
2019-04-15 08:17:37 +01:00
Martin Kojtal
09f9409222
Merge pull request #10378 from jeromecoutant/PR_USTICKER
...
STM32: protect compilation when DEVICE_USTICKER is disabled
2019-04-15 08:17:17 +01:00
Martin Kojtal
1e3aa39acf
Merge pull request #10380 from j3hill/FOTA_fix
...
Nordic QSPI data must be written from/read to aligned buffers in RAM
2019-04-15 08:16:56 +01:00
Kevin Bracey
a4010942eb
mbed_error: Avoid negative left shift
...
User uses of `MBED_MAKE_ERROR` assemble a new error that gets its bottom
16 bits from an existing negative 32-bit error code. This lead to
undefined behaviour when `<<` was used on it - even though it was a
shift by zero!
Avoid the undefined behaviour warning from Clang by masking before
shifting.
2019-04-12 17:31:46 +03:00
Cruz Monrreal
f1c4a029c2
Merge pull request #9844 from cmonr/travisCI-refactor
...
Travis CI: Stages, OS update, apt-get relief!
2019-04-12 09:17:55 -05:00
Sebastian Toscano
e5e86658b7
approcah -> approach
2019-04-12 14:21:25 +01:00
Martin Kojtal
8160c34a53
Merge pull request #10257 from theotherjimmy/py3-build-release
...
Correct Python 3 errors and lint warnings in build_release.py
2019-04-12 14:17:31 +01:00
Martin Kojtal
4d56b94686
Merge pull request #10349 from studavekar/fix-nuvonton-crash-data
...
Fix crash capture feature for nuvoton
2019-04-12 14:13:58 +01:00
Lari-Matias Orjala
a4308426da
add a code independent unit test writing example
2019-04-12 15:28:01 +03:00
Martin Kojtal
71b12f9387
Merge pull request #10376 from kjbracey-arm/lpc55s69_apb_bridge
...
LPC55S69: Fix APB bridge security programming
2019-04-12 12:21:23 +01:00
Kevin Bracey
e5bc175f33
Toshiba: Cortex-M4 -> Cortex-M4F
...
Toshiba parts have FPU - change core in targets.json to use it.
2019-04-12 11:36:04 +03:00
Tymoteusz Bloch
42b5680697
Multihoming fixed according to new LWIP implementation.
2019-04-11 20:54:48 -05:00
Tymoteusz Bloch
1632cc9ee4
Initial version of LWIP 2.1.2
2019-04-11 20:54:48 -05:00
Cruz Monrreal
2641fb38ce
Merge pull request #10364 from kfnta/psa_codegen_refactor
...
Refactor PSA code generators
2019-04-11 20:34:11 -05:00
Cruz Monrreal
582edf503a
Merge pull request #10366 from kjbracey-arm/feature_CMSIS_5_ca812421
...
Update CMSIS to 5.5.1
2019-04-11 20:34:00 -05:00
Cruz Monrreal
3bda0ef36f
Merge pull request #10021 from bridadan/uvision_postbuild_regions
...
Enable post build bootloader merging in uvision
2019-04-11 20:22:36 -05:00
Cruz Monrreal
b1e48db242
Merge pull request #10225 from kjbracey-arm/memorypool_blocking_alloc
...
Mail/MemoryPool: blocking alloc
2019-04-11 20:21:44 -05:00
Cruz Monrreal
b8410d85ab
Merge pull request #10369 from tymoteuszblochmobica/l3_interfacefix
...
L3IP interface input handler change.
2019-04-11 20:21:20 -05:00
j3hill
f4b4ac76ea
Data that is written to/read from external flash using QSPI needs to be in RAM and WORD aligned.
2019-04-11 13:24:33 -05:00
Cruz Monrreal II
17dcbd1dc0
Made typo to unblock final check
2019-04-11 11:10:30 -05:00
jeromecoutant
9c63d91c11
STM32: protect compilation when DEVICE_USTICKER is disabled
2019-04-11 17:57:39 +02:00
Cruz Monrreal II
2a2ec16a44
Fixed status reporting.
...
'tr' command wasn't doing any replacement
2019-04-11 10:50:21 -05:00
Brian Daniels
583e787ca1
Apply suggestions from code review
...
Co-Authored-By: theotherjimmy <theotherjimmy@gmail.com>
2019-04-11 09:33:15 -05:00
Martin Kojtal
f56808f9bf
Merge pull request #10368 from kfnta/sequana_flash_ps
...
FUTURE_SEQUANA_PSA fix PSA Protected storage
2019-04-11 14:00:39 +01:00
Kevin Bracey
b1ba4fe7ec
LPC55S69: Cast to cope with const mismatch
2019-04-11 14:57:20 +03:00
Kevin Bracey
c89c2809ea
LPC55S69: Fix APB bridge security programming
...
Spotted in compiler warnings - code was trying to access a non-existent
second security control block, rather than access the settings for the
second APB bridge in the first and only security control block.
2019-04-11 14:49:54 +03:00
Martin Kojtal
c6b917327b
Merge pull request #10232 from itayzafrir/crypto-service-multipart-operation-abort-fix
...
PSA Crypto Service - multipart operation memory fixes
2019-04-11 11:51:18 +01:00
Martin Kojtal
d9ad62e82f
Merge pull request #10363 from hasnainvirk/flagging_default_ctor
...
Flagging WEAK method implementation for default construction
2019-04-11 09:47:41 +01:00
Martin Kojtal
5846cf4b78
Merge pull request #10286 from kfnta/TFM-new-import
...
PSA: TFM import from master branch
2019-04-11 09:23:21 +01:00
Shrikant Tudavekar
53ae5fea87
removed the redundant RW_IRAM1 region
2019-04-10 10:59:17 -05:00
Tymoteusz Bloch
7d13b758cb
L3IP input now use tcpip_input instead of ip_input
2019-04-10 17:49:04 +02:00
Shrikant Tudavekar
3ee1498b57
crash data support for NUC472 with gcc_arm
2019-04-10 10:31:39 -05:00
Shrikant Tudavekar
9d5617c54a
crash data support for NUC472 with armcc
2019-04-10 10:30:22 -05:00
Oren Cohen
f70e069838
Configure PS with tdbstore
2019-04-10 17:33:37 +03:00
Kevin Bracey
020f0e580d
Astyle format mbed_fault_handler.[ch]
2019-04-10 16:04:43 +03:00
Kevin Bracey
49928ec143
Adjust EVR_RTX disable macros for 5.5.1
2019-04-10 15:47:43 +03:00
Bartek Szatkowski
d55698ec88
CMSIS/RTX: Pre-processor defines used for assembly
...
CMSIS repo does not support pre-processor defines, hence multiple assembly
files are added for secure/non-secure and floating point tools.
Mbed OS tools support assembly file pre-processing, but the build system
does not support multiple assembly files for each target, hence updating
the assembly files.
1. Patch RTX so irq_cm4f.S files work with no FPU targets
2. Patch RTX so irq_armv8mml.S files to work with and without FPU
2. Patch RTX so irq_armv8mml.S and irq_armv8mbl.S files to work with secure and
non-secure builds
(cherry picked from commit 094662790a )
2019-04-10 14:42:56 +03:00
deepikabhavnani
9144ecc08c
CMSIS/RTX: Move Idle and Timer thread stack to bss section.
...
In case of ARM compiler, idle and timer thread stack though assigned
to `.bss.os` section since not zero initialized are part of `data` section.
In this commit, we are moving stacks of idle and timer thread to bss
section and thereby saving ROM space.
(cherry picked from commit ba92372b8d )
2019-04-10 14:42:52 +03:00
Michael Schwarcz
e8f9faee7e
CMSIS/CORTEX-M: Don't build mbed_tz_context.c in TF-M targets
...
- TF-M v8m secure-side implements their own TZ context APIs so need to avoid building the Mbed implementation.
(cherry picked from commit d3f7abdb7c )
2019-04-10 14:42:48 +03:00
Deepika
cd54d2e02f
CMSIS/RTX: Patch to conditionally compile
...
tz_context.c should be compiled only for secure world,
definition of API's in tz_context.h should be part of secure
binary/bootloader when building mbed-os as non-secure
(Cherry picked from d0a43b8af0 )
(cherry picked from commit fb354752eb )
2019-04-10 14:42:43 +03:00
Bartek Szatkowski
58d23afd20
CMSIS/RTX: Reintroduce arm_math.h
...
(cherry picked from commit 6a6e3ac0eb )
2019-04-10 14:42:35 +03:00