mbed-os/tools/export
Alexandre Bourdiol 5418d70813 DISCO_H747I Dualcore support
Add 2 targets for DISCO_H747I dualcore:
* DISCO_H747I      -> for CM7 core
* DISCO_H747I_CM4  -> for CM4 core

Current restrictions:
* TICKLESS deactivated
* DeepSleep not supported (DeepSleep wrapped to sleep)

Warning: use of the same IP (example I2C1) by both core at the same time is not prevented,
but is strongly not recommended.
Some Hardware Semaphore are use for common IP, to manage concurrent access by both cores: Flash, GPIO, RCC.

Warning: Drag and drop of binary to DISCO_H747I will flash CM7.
         In order to flash CM4, one can use STM32 CubeProgrammer tool.
2019-11-18 15:42:08 +00:00
..
atmelstudio Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
cces Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
cdt Fix applying all possible setting 2019-04-03 19:14:10 +03:00
cmake tools/export: move hex_files selection to base Exporter class 2019-02-19 20:03:06 +02:00
cmsis Update to provide the right device name in the Asymmetric case 2019-03-14 07:24:19 -05:00
codeblocks PSOC6: remove PSA targets 2019-07-08 14:49:26 +03:00
coide Set compilers to C++14 and C11 2019-05-24 16:26:15 +03:00
e2studio Updated to include user defined static lib files in the Linker object files path. 2018-08-13 09:19:47 +01:00
embitz SImplify linkerscirpt usage 2018-08-30 08:41:15 -05:00
gnuarmeclipse Python3 fixes 2019-08-15 10:06:41 +03:00
iar DISCO_H747I Dualcore support 2019-11-18 15:42:08 +00:00
kds GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
lpcxpresso GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
makefile Add catch-all rule to makefile template 2019-10-16 11:53:52 +01:00
mcuxpresso tools: export: MCUXpresso: fix case inconsistencies in .templ file names 2019-02-15 11:56:27 -06:00
nb Export, nb: Use same path for cpp as the rest of the tools 2018-09-27 10:55:36 -05:00
qtcreator Add clean methods to many more exporters 2018-02-22 14:46:21 -06:00
simplicity Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
sw4stm32 Merge pull request #9814 from LMESTM/dev_NUCLEO_WB55RG 2019-04-04 15:30:07 +02:00
uvision M2351: Add post-binary hook into uvision whitelist 2019-09-19 11:23:52 +01:00
vscode Removing absolute paths to compiler executables 2019-07-09 11:06:03 +01:00
zip Move zip into its own dir 2017-01-17 12:39:39 -06:00
.gitignore Export folder needs to not ignore .mbed files. 2018-05-14 12:25:07 -05:00
.hgignore Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
.mbed Add `mbed new .` output to export 2017-04-26 09:52:07 -05:00
GettingStarted.html Export: fix link in gettingstarted 2017-12-12 08:46:06 +00:00
__init__.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
exporters.py Python3 fixes 2019-08-15 10:06:41 +03:00