Anna Bridge
a65718dab2
Merge pull request #11638 from JuhPuur/imgtool_python3_fix
...
Change imgtool lib import to relative import
2019-10-08 10:37:39 +01:00
Anna Bridge
f1295b9aa7
Merge pull request #11573 from felser/add_413_dragonfly
...
Add 413 dragonfly
2019-10-07 16:48:07 +01:00
Juhani Puurula
bdaa38c1bb
Change imgtool lib import to relative import
2019-10-03 12:12:43 +03:00
Ben Cooke
dd778c4126
Add MTS_DRAGONFLY_F413RH platform to mbed-os
2019-09-30 13:50:40 -05:00
Martin Kojtal
a5aa820f25
Merge pull request #11489 from OPpuolitaival/build_jobs
...
Examples.py add --jobs argument
2019-09-20 14:13:11 +02:00
Martin Kojtal
4f7339af78
Merge pull request #11456 from ARMmbed/349-spaces_in_path
...
IOTBTOOL-349: Correct handling of spaces in project name.
2019-09-19 10:37:31 +02:00
Martin Kojtal
030e3e1f72
Merge pull request #11498 from 0xc0170/fix_iar
...
iar export: fix invalid optmization flag - remove from misc
2019-09-19 09:33:29 +02:00
Olli-Pekka Puolitaival
ff2778f5f6
Fix documentation
2019-09-17 15:26:06 +03:00
Martin Kojtal
2f1f219d73
iar export: fix invalid optmization flag - remove from misc
...
The exported project uses project file to set optimization, we can provide this
via misc options. It was recently changed to Ol and this was not handled in our
scripts.
2019-09-17 13:21:27 +01:00
Martin Kojtal
ffbd92c5a9
Merge pull request #11288 from OpenNuvoton/nuvoton_m2351_comb-sec-nonsec
...
M2351: Enhance secure/non-secure image build flow for non-PSA target
2019-09-17 12:18:16 +02:00
ccli8
82f60d913e
Remove 'PSA' check from test spec conversion
...
This is unnecessary because all TZ targets must follow the naming rule: PLATFORM_[NPSA_]S/NS
2019-09-16 23:25:44 +08:00
Olli-Pekka Puolitaival
350c0eff22
Make able to define build jobs amount when building examples
2019-09-16 13:30:24 +03:00
Chun-Chieh Li
ad5e94a9c6
Convert TZ target name 'NPSA' to test spec platform name
...
1. All TZ targets should have name pattern: PLATFORM_[PSA_/NPSA_]S/NS, where:
(1) 'PLATFORM' for test spec platform name
(2) 'PSA/NPSA' for PSA/non-PSA targets. Defaults to PSA target on absent.
(3) 'S'/'NS' for secure/non-secure targets
2. Secure target may participate in Greentea, so its name is also truncated here.
2019-09-16 11:59:13 +08:00
Chun-Chieh Li
0ed126ba79
M2351: Add post-binary hook into uvision whitelist
...
This is necessary for exporting M2351 uvision project.
2019-09-16 11:02:16 +08:00
Chun-Chieh Li
e9e85f5307
M2351: Support non-PSA secure/non-secure combined build
...
Support secure/non-secure combined build for non-PSA target:
1. In secure post-build, deliver built secure image to TARGET_NU_PREBUILD_SECURE
directory which is to combine later.
2. In non-secure post-build, merge non-secure image with secure image saved in
TARGET_NU_PREBUILD_SECURE directory.
3. In non-secure post-build, user can also drop pre-built secure image saved in
TARGET_NU_PREBUILD_SECURE directory and provide its own by adding the line below
in mbed_app.json:
"target.extra_labels_remove": ["NU_PREBUILD_SECURE"]
2019-09-16 10:37:08 +08:00
Martin Kojtal
01bb1b94d7
Merge pull request #11467 from OpenNuvoton/nuvoton_conv_tz_test_spec
...
Convert TZ target name to test spec platform name
2019-09-12 12:35:12 +02:00
Martin Kojtal
dc02e0bce7
Merge pull request #11464 from jamesbeyond/exp_update
...
TEST: update compare log file name
2019-09-12 11:09:04 +02:00
Martin Kojtal
306e144146
Merge pull request #11445 from matthew-macovsky-cypress/pr/makefile-fix
...
Add catch-all rule to makefile template
2019-09-12 07:31:28 +02:00
Chun-Chieh Li
a489a7313b
Convert TZ target name to test spec platform name
...
1. All TZ targets should have name pattern: PLATFORM_[PSA_]S/NS, where:
(1) 'PLATFORM' for test spec platform name
(2) 'PSA' is optional to distinguish PSA/non-PSA targets, especially when
both PSA/non-PSA targets are supported
(3) 'S'/'NS' for secure/non-secure targets
2. Secure target may participate in Greentea, so its name is also truncated here.
2019-09-12 11:29:26 +08:00
Qinghao Shi
7203154566
TEST: update compare log file name
2019-09-11 19:01:48 +01:00
Mark Edgeworth
6d7089eb35
Review changes
2019-09-11 12:27:46 +01:00
Mark Edgeworth
65d6015179
Update tools/toolchains/mbed_toolchain.py
...
Co-Authored-By: Graham Hammond <graham.hammond@arm.com>
2019-09-11 12:18:50 +01:00
Mark Edgeworth
6f37fd91a8
IOTBTOOL-349: Correct handling of spaces in project name.
...
This fixes an issue where a space in the name of a project would cause a link failure
2019-09-11 11:22:56 +01:00
Martin Kojtal
0e04d74c80
Merge pull request #11254 from jh228/patch-1
...
Update gcc.py for preprocessing in linker script
2019-09-10 19:41:09 +02:00
Martin Kojtal
0f1962e86d
Merge pull request #11437 from hugueskamba/hk-harmonize-doxygen-grouping
...
Harmonise Doxygen comments in drivers, events, platform and rtos dirs
2019-09-10 10:56:41 +02:00
Matthew Macovsky
4f83141b90
Add catch-all rule to makefile template
2019-09-09 19:13:43 +01:00
Hugues Kamba
5933dec3b7
Harmonise Doxygen comments in drivers, events, platform and rtos dirs
...
When a Doxygen group has been defined (created), all its needed to add
documentation to that group is `\addtogroup`. Since all the information
about the group is preserved, it is not necessary to mention the group
hierarchy again with `\ingroup`. This PR removes unnecessary Doxygen lines
across the `drivers`, `events`, `platform` and `rtos` directories.
It also ensures that new groups are created with `\defgroup` once and
referenced with `\addtogroup` whenever documentation needs to be added to
an existing group.
2019-09-09 10:59:51 +01:00
Martin Kojtal
5cbede4a0b
Merge pull request #11438 from hugueskamba/hk-correct-doxy-spellchecker-error-msg
...
Correct doxy-spellchecker error message
2019-09-09 11:13:50 +02:00
Martin Kojtal
458523219a
Merge pull request #11006 from linlingao/pr10692
...
Introduce an Mbed config to enable XIP
2019-09-09 11:09:21 +02:00
Hugues Kamba
074b379439
Correct doxy-spellchecker error message
2019-09-07 21:00:21 +01:00
Martin Kojtal
5f4698f81f
Merge pull request #11382 from OPpuolitaival/very_verbose
...
Use very verbose to see more details in case of problem
2019-09-05 09:44:33 +02:00
Martin Kojtal
a924c02a9a
Merge pull request #11314 from hugueskamba/hk-iotcore-1279-executable_analysis_tools
...
Add executable analaysis tool for floating point checks.
2019-09-04 11:53:23 +02:00
Lin Gao
2a78a9ba13
Refactored code to not use macro. Created config xip-enable
2019-09-03 11:54:14 -05:00
Lin Gao
ea032bebc4
Add XIP capability, enable QSPI. XIP can be enable by adding macro XIP_ENABLE in mbed_app.json. It's disabled by default.
2019-09-03 11:54:11 -05:00
Martin Kojtal
e001216b55
Merge pull request #11315 from Patater/psa-crypto-api-1.0b3
...
Update Mbed OS for PSA Crypto API 1.0b3
2019-09-03 09:20:15 +02:00
Jaeden Amero
5c81d19bc1
psa: Document a test partition creation gotcha
...
The release script must be run from mbed-os root, otherwise the test
partition binaries will not be created. Add a note in the tool's README
to make this clear and hopefully help save someone some debugging time
in the future.
2019-09-02 17:10:59 +01:00
Martin Kojtal
940d3fdf60
Merge pull request #11291 from LMESTM/STM32_OSPI_QSPI_fallback_support
...
Stm32 ospi qspi fallback support
2019-09-02 12:26:55 +02:00
Roman Okhrimenko
c249bf97c2
Updated target files structure to align with the following BSP PR.
2019-08-30 15:10:19 +03:00
Roman Okhrimenko
bfe1d04ba2
Removed import of version specific python modules, improved imports organization in PSOC6.py, fixed per PR comments
2019-08-30 15:10:19 +03:00
Roman Okhrimenko
d289b967f7
Added check for python version before calling post build action. Fixed compilation for Python 2.7.
2019-08-30 15:10:19 +03:00
Roman Okhrimenko
515555e7ba
Removed scripts for provisiongs from repository, made fixes per PR comments, adjusted Readme.md
2019-08-30 15:10:19 +03:00
Roman Okhrimenko
ed9995e06c
PSOC6_SB: Initial commit to add CY8CPROTO_064_SB to mbed-os sources.
2019-08-30 15:10:18 +03:00
Hugues Kamba
487bbe6323
Add executable analaysis tool for floating point checks.
2019-08-30 11:26:30 +01:00
Olli-Pekka Puolitaival
aebda11adf
Use very verbose to see more details in case of problem
2019-08-30 09:14:06 +03:00
Martin Kojtal
ea582f3e11
Merge pull request #11235 from evedon/mprintf-rework
...
minimal-printf should not bypass the retargetting code
2019-08-29 18:49:01 +02:00
Martin Kojtal
159ee4583a
Merge pull request #11225 from kjbracey-arm/µvision528c++14
...
µVision export: Handle more C++ language standards
2019-08-29 16:31:45 +02:00
Evelyne Donnaes
d9f32639eb
Changed minimal-printf to call fputc so that it does not bypass the retargetting code
...
Removed minimal-printf-console-output
2019-08-29 11:30:34 +01:00
jeromecoutant
64b11c5322
STM32 PeripheralPins generation script: add OSPI parsing
2019-08-29 12:11:58 +02:00
Mika Leppänen
e3f247793a
Added PPP directory to astyle ignore and added some spellchecker ignore words
2019-08-20 13:37:12 +03:00
Martin Kojtal
b2b1ac1977
Merge pull request #11212 from chrissnow/uVison_opt_level
...
Change default optimisation level to O1 when exporting to uVision
2019-08-20 09:54:21 +02:00