Skip to content
Snippets Groups Projects
Commit c35cc57d authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Support Buffersizes other than 1024, read more

This adds support for buffersizes <= 1024. It comes with a few gotchas:

- To keep the arrays on the stack there is always a size of 1024
allocated on the stack, but only the parts for the buffer are used
- Sizes bigger than 1024 are not currently supported
parent 19b5151b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment