eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
558 stars 130 forks source link

Do not exclude *_hal_flash_ex.c from STM32F[47] projects #410

Closed ilg-ul closed 4 years ago

ilg-ul commented 4 years ago

Building projects generated by the templates fail if --gc-sections is not used, due to some references to the extended flash routines.

The *_hal_flash_ex.c should not be excluded from the build.

ilg-ul commented 4 years ago

Fixed on 2020-08-28.