> >> We have placed the first release candidate of the Free Pascal
> >> Compiler version 3.2.2 on our ftp servers.
> >>
> >> You can help improve the upcoming 3.2.2 release by downloading and
> >> testing this release. If you want you can report what you have done
> >> here: http://wiki.freepascal
> Am 02.04.2021 um 14:01 schrieb Kirinn via fpc-devel
> :
>
We have placed the first release candidate of the Free Pascal
Compiler version 3.2.2 on our ftp servers.
You can help improve the upcoming 3.2.2 release by downloading and
testing this release. If you want you
> Am 07.03.2021 um 15:12 schrieb Florian Klämpfl via fpc-devel
> :
>
> Am 07.03.21 um 12:05 schrieb Alfred via fpc-devel:
>> Hello,
>> As a follow-up on a Lazarus feature request.
>> Among other applications, Lazarus uses some hard-coded list that represent
>> FPC features. Like supported MCU
On Fri, 2 Apr 2021, Florian Klämpfl via fpc-devel wrote:
Am 07.03.2021 um 15:12 schrieb Florian Klämpfl via fpc-devel
:
Am 07.03.21 um 12:05 schrieb Alfred via fpc-devel:
Hello,
As a follow-up on a Lazarus feature request.
Among other applications, Lazarus uses some hard-coded list that
Florian, it seems you missed a comment on that topic I wrote a while ago.
There is also the need to have a tuple that matches controllertype to
controllerunit to get rid of a big peace of duplicated code from
cpuinfo.pas in lazarus.
Lazarus needs to know which unit to include so that codetool
> Am 02.04.2021 um 16:21 schrieb Michael Ring via fpc-devel
> :
>
> Florian, it seems you missed a comment on that topic I wrote a while ago.
>
>
You are right. The controller unit is written now like:
___
fpc-d
On Fri, 2 Apr 2021, Florian Klämpfl via fpc-devel wrote:
Am 02.04.2021 um 16:21 schrieb Michael Ring via fpc-devel
:
Florian, it seems you missed a comment on that topic I wrote a while ago.
You are right. The controller unit is written now like:
Seems