bessman / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io
GNU General Public License v3.0
0 stars 0 forks source link

Heap-based memory management #7

Open bessman opened 8 months ago

bessman commented 8 months ago

Instead of allocating a fixed buffer of the stack for measured data, we could switch to a heap-based memory model.

Pros:

Cons: