Kevin Bracey
744e2ccfa7
Tools: Add "Cortex-M33E" option
...
There was a gap in our pattern - we didn't offer M33 with DSP Extension
but no floating-point.
2019-04-23 12:04:20 +03:00
Kevin Bracey
56e2d339c8
Correct some CPU selections in tools
...
* For ARMC6, core types `Cortex-M4` and `Cortex-M7` did not explicitly
add `--fpu=none`, so it defaulted to assuming FPU present. This would
cause a compilation error if the target's cmsis.h had `__FPU_PRESENT`
defined to 0.
* For GCC, `Cortex-M33FE` did not include `+dsp` in the architecture
selection.
* For ARMC5 and ARMC6, `Cortex-M0+` did not pass `M0plus` to the
non-Clang tools.
2019-04-23 12:04:20 +03:00
Mahesh Mahadevan
7cd8ee1599
MIMXRT1050: Readd IAR support
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-04-22 11:47:23 -05:00
fred.li
417051244d
PDMC support for ARMCC and IAR
2019-04-22 21:06:42 +08:00
fred.li
4d52639e3d
Remove invalid device_name
2019-04-22 15:23:17 +08:00
fred.li
784f2a070a
Add configuration to support PDMC compile
...
Configurable flash size for UNO_91H
2019-04-22 14:30:36 +08:00
fred.li
7941d34e35
Size should be calculate after confirm the start address
2019-04-22 11:53:15 +08:00
Brian Daniels
03f5ffd6b6
Fix for downloading the wrong binary in the online compiler
2019-04-18 16:45:39 -05:00
Martin Kojtal
46603f831e
Merge pull request #10411 from mirelachirica/bg96_tcp_endpoint_close
...
Cellular: Added BG96 handling for socket closing URC
2019-04-18 18:00:30 +01:00
Martin Kojtal
8c696076fc
Merge pull request #10408 from sg-/docs-businout
...
Update comments and improve readability for the BusInOut class
2019-04-18 18:00:07 +01:00
Martin Kojtal
97693b7bbe
Merge pull request #10387 from kjbracey-arm/add_fpu_atmel
...
Atmel SAMG55: Cortex-M4 -> Cortex-M4F
2019-04-18 14:16:58 +01:00
Martin Kojtal
9157902af9
Merge pull request #10386 from kjbracey-arm/add_fpu_arm
...
ARM MPS2: Cortex-M4 -> M4F & M7 -> M7FD
2019-04-18 13:40:12 +01:00
Martin Kojtal
63e7f09c7e
Merge pull request #10406 from j3hill/cmsis_fix
...
Modify CMSIS pack manager to properly handle OSError
2019-04-18 13:15:59 +01:00
Martin Kojtal
7392d51460
Merge pull request #10394 from kjbracey-arm/networking_warnings
...
Networking: Fix some ARMC6 warnings
2019-04-18 13:15:45 +01:00
Martin Kojtal
b6a2c7b63f
Merge pull request #10019 from deepikabhavnani/uarm_fix
...
uARM - Move heap region after IRAM1
2019-04-18 12:49:56 +01:00
Martin Kojtal
d2e9fde701
Merge pull request #10413 from kfnta/cy_rollup
...
Cypress PSoC6 rollup PR
2019-04-18 12:26:32 +01:00
Martin Kojtal
df7a5cd0e0
Merge pull request #10409 from bridadan/fix_algorithms
...
Fixing default algorithms in cmsis pack index
2019-04-18 10:46:40 +01:00
Martin Kojtal
3ec9c190d0
Merge pull request #10314 from kjbracey-arm/rt1050_dcache
...
i.MX RT1050: Reactivate data cache
2019-04-18 09:49:13 +01:00
Michal Paszta
d1017ea274
UDPSOCKET_ECHOTEST fails if a packet of any given size was not sent at least once
2019-04-18 11:38:11 +03:00
Martin Kojtal
69b9f3fab6
Merge pull request #10377 from michalpasztamobica/esp8266_connect_failures
...
Fix ESP8266 driver behavior on connection failures
2019-04-18 08:31:40 +01:00
Martin Kojtal
fc12229df9
Merge pull request #10412 from lrusinowicz/flash_api_fix
...
FUTURE_SEQUANA: Fix flash_api bug introduced with e16d2d81d9
2019-04-18 08:20:31 +01:00
Martin Kojtal
ca887a9712
Merge pull request #10407 from kfnta/warn_fix
...
Fix warnings on PSA secure builds
2019-04-18 08:16:51 +01:00
Martin Kojtal
658a41c015
Merge pull request #10417 from paul-szczepanek-arm/fix-coverity
...
suppress coverity error
2019-04-18 08:16:14 +01:00
Martin Kojtal
998cdf2223
Merge pull request #10418 from marcemmers/fix-cordio-gattserver-insert-characteristic
...
CordioGattServer: reset settings variable before ANDing the properties to it
2019-04-18 08:14:34 +01:00
Martin Kojtal
184a053c94
Merge pull request #10420 from cmonr/mbed-cloud-sdk_update
...
Updated mbed-cloud-sdk to 2.0.6
2019-04-18 08:13:01 +01:00
ccli8
717a2a2139
Pass TFM_LVL macro to linker files
...
With this, single linker file can support different TFM security levels.
2019-04-18 14:06:20 +08:00
Amanda Butler
04552a1409
Fix typos in BusInOut.h
...
Fix typos.
2019-04-17 15:12:19 -05:00
Michal Paszta
8d1edc7db8
Nanostack network handle does not always call status cb for BOOTSTRAP events
...
UBLOX_EVK_ODIN_W2 advertises more events than we expect.
1) When disconnecting first network connectivity is lost and then an
actual disconnection event arrives. The first one is unexpected.
2) When reconnecting MESH_BOOTSTRAP_START_FAILED shows up, but the board
eventually manages to connect
2019-04-17 19:31:36 +03:00
Martin Kojtal
5fb5e9808c
Merge pull request #10367 from jeromecoutant/PR_STACK_SIZE_DEBUG
...
Increase background stack size to fix overflows with debug profile
2019-04-17 15:52:38 +01:00
Martin Kojtal
c3af275ca2
Merge pull request #10421 from cmonr/update-jinja2
...
Update Jinja2 for CVE-2019-10906 fix
2019-04-17 15:50:15 +01:00
Martin Kojtal
ea1394724b
Merge pull request #10419 from lrusinowicz/warning_cleanup
...
FUTURE_SEQUANA: Clean up "unused variable" compiler warnings
2019-04-17 15:47:21 +01:00
Martin Kojtal
6b9d1573fb
Merge pull request #10096 from fkjagodzinski/test-usb-hid
...
Add USB HID tests
2019-04-17 14:06:51 +01:00
Kevin Bracey
69c6cc341b
Networking: Fix some ARMC6 warnings
...
Some int-versus-long and signed-versus-unsigned format string
mismatches, and missing `class` keyword.
2019-04-17 16:03:44 +03:00
Martin Kojtal
14b9229b13
Merge pull request #10415 from 0xc0170/fix_licenses
...
rtos/drivers: add license information
2019-04-17 12:26:43 +01:00
Teppo Järvelin
9d67a8b61c
Cellular: send disconnect to correct ctx
...
Disconnect was sent to all CellularContext classes even it concerned
one specific context. Some disconnect events are still sent to all
context classes. These event are coming from network and ment for all
context classes or event did not specify cid.
2019-04-17 13:53:40 +03:00
Kevin Bracey
a5d0c1c00b
ARM MPS2: Cortex-M4 -> M4F & M7 -> M7FD
...
According to their cmsis.h, FPU is present, so change targets.json to
use it.
* ARM_MPS2_M4: already was Cortex-M4F
* ARM_MPS2_M7: Cortex-M7 -> M7FD
* FVP_MPS2_M4: Cortex-M4 -> M4F
* FVP_MPS2_M7: Cortex-M7 -> M7FD
If they do not in fact have FPU, then cmsis.h should be modified to set
`__FPU_PRESENT` to 0. This will currently cause compilation problems
with ARMC6, but I'll be submitting a fix for that.
2019-04-17 12:57:46 +03:00
Martin Kojtal
beed42e666
Merge pull request #10382 from kjbracey-arm/add_fpu_sdpk1
...
SDP_K1: Cortex-M4 -> Cortex-M4F
2019-04-17 10:46:09 +01:00
ccli8
61271d0df6
[NUC472] Get around unknown error with power-down
...
On NUC472, on wake-up from power-down mode, we may meet hard fault or some other
unknown error. Before its cause is found, we enter idle mode instead for a workaround.
To simulate power-down mode with idle mode, we also disable us_ticker during
power-down period.
2019-04-17 16:47:22 +08:00
Mirela Chirica
88ea0db30d
Cellular: Added BG96 handling for socket closing URC
2019-04-17 11:25:58 +03:00
Martin Kojtal
b2b2fcea7b
Merge pull request #10375 from AriParkkila/cell-context-cleanup
...
Cellular: Fix to delete PDP context on disconnect
2019-04-17 09:23:52 +01:00
Martin Kojtal
85926e8cd0
Merge pull request #10414 from 0xc0170/fix_license_blockdevice
...
ExhaustibleBD: licensed under Apache 2.0
2019-04-17 09:23:20 +01:00
Martin Kojtal
6c40386bb7
Merge pull request #10383 from kjbracey-arm/add_fpu_gd32
...
GigaDevice: Cortex-M4 -> Cortex-M4F
2019-04-17 09:19:38 +01:00
Oren Cohen
f51eb6215a
Fix warnings on PSA secure builds
2019-04-17 10:37:51 +03:00
Martin Kojtal
94898a12ab
Merge pull request #10358 from kjbracey-arm/error_print_improvements
...
Error print improvements
2019-04-17 08:04:15 +01:00
Martin Kojtal
c961a5d834
Merge pull request #9870 from ChangwuShan/Re-enable_MPS2_platform
...
Re-enable MPS2 platform
2019-04-17 08:02:14 +01:00
Cruz Monrreal II
016b71fcae
Updated mbed-cloud-sdk req to 2.0.6
...
Test for SMCC failing w/o update.
Also set requirement to auto update patches
2019-04-16 23:32:40 -05:00
Cruz Monrreal II
4c7a8f6e15
Update Jinja2 for CVE-2019-10906 fix
2019-04-16 12:13:45 -05:00
Leszek Rusinowicz
ab8b573138
FUTURE_SEQUANA: Clean up "unused variable" compiler warnings
...
Clean up compiler warnings coming from PDL read-out of peripheral
interrupt status registers.
2019-04-16 16:59:53 +02:00
Marc Emmers
d11cf287ac
Make sure to reset settings before applying the properties
2019-04-16 16:28:28 +02:00
paul-szczepanek-arm
482e9c390c
suppress coverity error
2019-04-16 14:19:31 +01:00