circuitpython/tests/micropython/viper_ptr8_store_boundary.py.exp
Alessandro Gatti b1d5c656de tests/micropython: Remove big ints dependence for viper boundary tests.
This commit provides an implementation for viper boundary tests that can
work even without big int support.

Since it uses a fixed-size buffer to hold values to work with, this
should work on any platform as long as its integers are at least 32 bits
wide, regardless its configuration on how big integers can get.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2025-08-11 16:46:15 +10:00

20 lines
131 B
Text

--- 5
0x1 0x2 0x3
0x4
0x5
0x6
--- 8
0x7 0x8 0x9
0xa
0xb
0xc
--- 11
0xd 0xe 0xf
0x10
0x11
0x12
--- 12
0x13 0x14 0x15
0x16
0x17
0x18