Re: [fpc-devel] AVR HeapSize and StackSize

2019-03-23 Thread Florian Klämpfl
Am 23.03.2019 um 11:52 schrieb Dimitrios Chr. Ioannidis via fpc-devel: > Hi, > >   I'm using the heapmgr unit and, for the atmega328p, AFAIU the default heap > size is 80 bytes. Cause it's too small for > my needs, I changed to 512 bytes ( -Ch512 ). But now I'm worrying for the > stack and heap

Re: [fpc-devel] TRegistry and Unicode

2019-03-23 Thread Bart
On Sat, Mar 23, 2019 at 12:02 AM Michael Van Canneyt wrote: > > Bump? > > I will look at it tomorrow. It has been a busy week. Thank you, it got a bit silent here... I'll await comments in the bugtracker then. -- Bart ___ fpc-devel maillist -

[fpc-devel] AVR HeapSize and StackSize

2019-03-23 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   I'm using the heapmgr unit and, for the atmega328p, AFAIU the default heap size is 80 bytes. Cause it's too small for my needs, I changed to 512 bytes ( -Ch512 ). But now I'm worrying for the stack and heap collision.   Can anybody know any resources, docs regarding FPC stack and heap