Skip to content

Fix missing configuration for namespaces to make rp2040.pp build on main compiler

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

Summary

main compiler has added namespacing and the unit rp2040 was forgotten in most places and for that reason it does not get compiled when arm-embedded for armv6m is built.

System

  • Windows,Linux,MacOS
  • ARM
  • Raspberry Pi Pico

What is the current bug behavior?

rp2040 unit is not built

What is the behavior after applying this patch?

rp2040 unit gets built

Relevant logs and/or screenshots

Edited by Michael Ring

Merge request reports