VRAM buffers!

This commit is contained in:
2025-07-24 19:09:16 +02:00
parent 9320a19d1c
commit 0d9a59bfc7
6 changed files with 441 additions and 29 deletions

View File

@@ -43,7 +43,7 @@
# Internal changes
- rework some interfaces to account for possibility of errors
- make sure OOMs are recoverable
- rework some interfaces to use pre-allocated or stack-allocated memory more
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging
- setup an extensive testing system to find bugs easier
- check if ports are open in `nn_pushNetworkMessage`