Currently the buffer to transmit the tests to the host is fixed to 1024. Because we use json encoding this becomes quickly too small. Instead we should calculate the needed buffer size in the macro code and pass this as a constant to the buffer user.
Alternatively, we could also save some space by switching to a binary format, away from json...
Currently the buffer to transmit the tests to the host is fixed to 1024. Because we use json encoding this becomes quickly too small. Instead we should calculate the needed buffer size in the macro code and pass this as a constant to the buffer user.
Alternatively, we could also save some space by switching to a binary format, away from json...