Re: [fpc-devel] simpleipc issues

2015-11-11 Thread Ondrej Pokorny
On 29.09.2015 12:52, Michael Van Canneyt wrote: Juha, if you want to implement the single IDE instance, then I would like to ask you to implement this in custapp.pp. This is useful functionality for all kinds of applications, and is since very long on my todo list. On 30.09.2015 18:50,

Re: [fpc-devel] simpleipc issues

2015-11-11 Thread Michael Van Canneyt
On Wed, 11 Nov 2015, Ondrej Pokorny wrote: On 29.09.2015 12:52, Michael Van Canneyt wrote: Juha, if you want to implement the single IDE instance, then I would like to ask you to implement this in custapp.pp. This is useful functionality for all kinds of applications, and is since very long

Re: [fpc-devel] simpleipc issues

2015-11-11 Thread Ondrej Pokorny
On 11.11.2015 17:47, Michael Van Canneyt wrote: I checked the patch and applied it, so people can try it. I have several remarks: a) Your TBaseSingleInstance class contains too many methods. It assumes you are using advancedipc. I suggest refactoring such a way that advancedipc is in the

[fpc-devel] Specific RTL for embedded target

2015-11-11 Thread Simon Ameis
Hello, does anyone work on a library (embedded RTL) for basic embedded microcontroller units (MCU) like AVR or ARM? I think, there should be a stable interface along different MCUs for accessing various hardware interfaces. * MCU compatible/optimized string functions * I2C * SPI * GPIO * Analog