Jimmy Brisson
66fd93ba78
Deduplicate MBED_ROM_xxxx defines on IAR linker command line
2019-03-24 09:48:43 +00:00
Sarah Marsh
b18dbc7378
Fix undefined tr_debug for QUECTEL_BG96 cellular feature
2019-03-24 09:48:43 +00:00
Martin Kojtal
85cbc290a2
Merge pull request #10158 from ARMmbed/release-candidate
...
5.12.0-rc3
2019-03-20 10:41:37 +01:00
Cruz Monrreal
32762d61ad
Merge pull request #10159 from kfnta/alzix/rc-help
...
Update secure binaries for RC3
2019-03-19 11:22:42 -05:00
Alexander Zilberkant
290f6121b4
"Update secure binaries for LPC55S69_S"
2019-03-19 17:29:15 +02:00
Alexander Zilberkant
d99f82a557
"Update secure binaries for FUTURE_SEQUANA_M0_PSA"
2019-03-19 17:28:47 +02:00
Alexander Zilberkant
322e901bf7
"Update secure binaries for CY8CKIT_062_WIFI_BT_M0_PSA"
2019-03-19 17:27:41 +02:00
Amir Cohen
77b60f4e06
Add flashiap block device comment
2019-03-19 13:12:36 +00:00
Amir Cohen
43f4e25496
Fix functionality for FlashIAPBD & SlicingBD
...
Due to discovery of inconsistent sector sizes in devices storage the is_valid_erase function was adjusted,
For FlashIAPBD the 'code size' was included to the calculation, preventing faulty "virtual" addresses calculation.
For SlicingBD the same error was fixed and in all 3 validation functions that sent addresses for validation and program/read/erase
different addresses.
2019-03-19 13:12:36 +00:00
David Saada
a566fab330
Add bootloader support for the LPC55S69 board
...
bla
2019-03-19 13:12:36 +00:00
Jimmy Brisson
69ed7fc212
Override rom used by managed bootloader with PSA roms
2019-03-19 13:12:36 +00:00
Jimmy Brisson
e0d8b4b02a
Test that secure/non-secure memories are passed
...
To managed bootloader mode
2019-03-19 13:12:36 +00:00
Jimmy Brisson
f6f39860e7
Clean all lint errors in configuration system
2019-03-19 13:12:36 +00:00
Mahesh Mahadevan
ba463c1b57
Update to provide the right device name in the Asymmetric case
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-03-19 13:12:35 +00:00
Mahesh Mahadevan
d5295dbde2
LPC55S69: Add IAR and uvision exporter support
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-03-19 13:12:35 +00:00
avolinski
9f8db7ecd4
Temporary disable Crypto HW accelerator on STM32F439xI chipset due to issue: https://github.com/ARMmbed/mbed-os/issues/10095
2019-03-19 13:12:35 +00:00
Oren Cohen
6fa5c9e1d2
"Update secure binaries for LPC55S69_S"
2019-03-19 13:12:34 +00:00
Michael Schwarcz
5311b90cf4
LPC55S69_S: reduce ITS size to 32KB
...
- Reduce LPC55S69 secure side ITS from 64KB to 32KB
2019-03-19 13:12:18 +00:00
Yossi Levy
e1d08ad93c
Updating CY8CKIT_062_WIFI_BT_PSA bootloader image
2019-03-19 13:12:17 +00:00
Yossi Levy
c997b0eda1
Updating address of secure and non secure rom in CY8CKIT_062_WIFI_BT_PSA index.json file
2019-03-19 13:12:17 +00:00
Yossi Levy
122a018b97
Updating Cypress CY8CKIT_062_WIFI_BT_PSA and CY8CKIT_062_BLE device name
2019-03-19 13:12:17 +00:00
Yossi Levy
2ac05a0ec0
Adding documentation for MBED_APP_START and MBED_APP_SIZE in TARGET_CY8C62XX and TARGET_CY8CKIT_062_BLE linker scripts
2019-03-19 13:12:17 +00:00
Oren Cohen
25be419d65
Update features/FEATURE_BOOTLOADER/targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT_PSA/mbed_lib.json
...
Co-Authored-By: yossi2le <yossi.levy@arm.com>
2019-03-19 13:12:16 +00:00
Yossi Levy
f05f3ec7a4
mbed-os to support bootlader for Cypress CY8CKIT_062_WIFI_BT_PSA and CY8CKIT_062_BLE
2019-03-19 13:12:16 +00:00
Oren Cohen
cd2d1bde36
"Update secure binaries for CY8CKIT_062_WIFI_BT_M0_PSA"
2019-03-19 13:12:16 +00:00
Evgeni Bolotin
ecd6f21bed
modify rpb base address for M0
2019-03-19 13:11:58 +00:00
Oren Cohen
86d030dbaa
Finish memory protection and add static assert
2019-03-19 13:11:58 +00:00
Evgeni
51818e4d10
"Update secure binaries for CY8CKIT_062_WIFI_BT_M0_PSA"
2019-03-19 13:11:57 +00:00
Evgeni Bolotin
21f81cca20
make protected secure flash region configurable and change secure and non secure default region sizes
2019-03-19 12:59:08 +00:00
Jimmy Brisson
a197ebcae5
Correct FPU settings traceback found by IAR
...
Fixes #9974
The error was that the Asymmetric CPUs were assumed to have the same
structure as the Symmetric CPUs. This is clearly false.
This PR changes the FPU detection of Asymmetric CPUs to find the correct
core and use it's cpu settings.
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
2019-03-19 12:59:08 +00:00
Brian Daniels
3ee1410ea2
Correct check for the ARM toolchain binary in the PATH.
...
The compiler used for the ARM toolchain changes depending on the target.
This changes the front end scripts to do the proper toolchain look up
before checking the system PATH for the compiler executable. The tools
were always checking for the ARMC5 compiler, now it should check for the
right version.
2019-03-19 12:59:08 +00:00
Brian Daniels
a375e52595
Make the presence of cmsis-pack-manager package optional
2019-03-19 12:59:08 +00:00
Michael Schwarcz
0e84d19f2f
Update NS IAR icf file
2019-03-19 12:59:08 +00:00
Michael Schwarcz
42fca9ae0e
Reduce 32KB from LPC55S69_S binary size
2019-03-19 12:59:08 +00:00
Martin Kojtal
c0939781ea
Merge pull request #10067 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.12.0-rc2
2019-03-13 13:31:23 +01:00
Netanel Gonen
1668a9d875
move init of test into greentea init function
2019-03-13 10:22:21 +00:00
Cruz Monrreal II
a04507af32
"Update secure binaries for LPC55S69_S"
2019-03-12 12:06:46 -05:00
Cruz Monrreal II
8c216f85d7
"Update secure binaries for FUTURE_SEQUANA_M0_PSA"
2019-03-12 10:46:04 -05:00
Cruz Monrreal II
9210b34815
"Update secure binaries for CY8CKIT_062_WIFI_BT_M0_PSA"
2019-03-12 10:39:54 -05:00
Oren Cohen
91ea832957
Bugfix: send the correct parameter to _get_target_info()
2019-03-12 10:06:41 -05:00
paul-szczepanek-arm
561d9e81b9
qualify cordio pal includes
2019-03-12 10:06:41 -05:00
adbridge
0c87ded17a
Fix cut/paste error in the new example github link
2019-03-12 10:06:41 -05:00
adbridge
22e2a0df96
Looks like only the LPC55S69_NS flavour of target is required.
2019-03-12 10:06:41 -05:00
adbridge
bd3eeea9ba
Remove unecessary _S and _NS target variants from new example
2019-03-12 10:06:41 -05:00
adbridge
cceb16c85a
Add new mbed-os-example-attestation example
2019-03-12 10:06:41 -05:00
Arto Kinnunen
fc73e4534a
Use Mbed OS coding style
...
Run astyle 3.0 for the changed c-files.
2019-03-12 10:06:40 -05:00
Arto Kinnunen
c7c0af8488
Add spi_get_peripheral_name to MCUEpresso spi_api
...
Fix issue https://github.com/ARMmbed/mbed-os/issues/9149 .
Port changes from https://github.com/ARMmbed/mbed-os/pull/9845 also
to targets: K64F, K66F, KW24D and KW41Z
2019-03-12 10:06:40 -05:00
Alexander Zilberkant
5d3059ce77
remove hidden tad
...
Co-Authored-By: netanelgonen <netanel.gonen@arm.com>
2019-03-12 10:06:40 -05:00
Netanel Gonen
e4ae7144fb
update crypto complience tests importer, fix include to mbedtls config
2019-03-12 10:06:40 -05:00
Netanel Gonen
3a4fd57b3e
change the include to mbedtls/config.h
2019-03-12 10:06:40 -05:00