Import Mbed OS hard-float snapshot

This commit is contained in:
Beslan
2026-06-01 20:15:04 +03:00
commit d3738e2f89
16278 changed files with 10628036 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# DO NOT REMOVE! Generated by the SW4STM32 exporter from the mbed project.
PREPROC_CMD ?= {{cpp_cmd}}
ldclean:
{% for config, opts in options.items() %}
$(RM) {{opts['ld']['script']}}
{% endfor %}
{% for config, opts in options.items() %}
{{opts['ld']['script']}}: ../{{ld_script}}
$(PREPROC_CMD) {{opts.ld.other}} $< -o $@
{{name}}-{{config}}.elf: {{opts['ld']['script']}}
{% endfor %}