Re: [fpc-devel] rtl_do_close is not called in the embedded and freertos targets

2023-08-21 Thread Christo Crause via fpc-devel
On Tue, Aug 22, 2023 at 8:05 AM Kostas Michalopoulos via fpc-devel wrote: > I was looking at the RTL code to see if the embedded target could be > used as a workaround for unsupported OSes (e.g. some custom kernel) and > noticed that there are some global function pointers used as callbacks > for

[fpc-devel] rtl_do_close is not called in the embedded and freertos targets

2023-08-21 Thread Kostas Michalopoulos via fpc-devel
Hi all, I was looking at the RTL code to see if the embedded target could be used as a workaround for unsupported OSes (e.g. some custom kernel) and noticed that there are some global function pointers used as callbacks for system-specific functionality - which is neat. However i also notice