Am 16.04.2020 um 11:04 schrieb Guillermo:
Thanks Swen.
I see last commit was 2 days ago so it is active. I would like to know
who is responsible to speak to him. May be I can help with the MSX
target, but I need gidance about the internals of the compiler (I tried
but it is beyond my comprehens
Hi,
I stumbled upon this by accident.
(Fpc trunk r45606, 32-bit on Win10-64)
I managed to have the compiler issue 29527 identical notes for a
single soucefile that consists of just 6 lines:
===
function FileSize(S: STring): Int64; inline;
begin
FileSize := FileSize(S); //obviously a m
I want to change the _haltproc for freertos ESP controllers to use normal
write/writeln functionality to send information to standard output. On
these targets the output is typically buffered serial provided by the OS.
Text output written just prior to setting the cpu to sleep doesn't get
sent, he
On Sun, 7 Jun 2020, Christo Crause via fpc-devel wrote:
I want to change the _haltproc for freertos ESP controllers to use normal
write/writeln functionality to send information to standard output. On
these targets the output is typically buffered serial provided by the OS.
Text output writte