Skip to content

Added missing RP2040 definition in Makefile.rtl to make sure that regenerating does not remove rp2040 from embedded Makefile

Michael Ring requested to merge michael-ring/freepascal-sources:original into main

Summary

Added missing RP2040 definition in Makefile.rtl to make sure that regenerating makesfiles does not remove the unit Fix actual Makefile

System

  • embedded
  • arm
  • Microcontroller

What is the current bug behavior?

After generating Makefiles rp2040 unit was removed from embedded Makefile.... Bummer....

What is the behavior after applying this patch?

After regenerating Makefile rp2040 unit builds when armv6m target is selected

Relevant logs and/or screenshots

Merge request reports