Select Git revision
-
Damien George authored
This patch changes the type signature of .make_new and .call object method slots to use size_t for n_args and n_kw (was mp_uint_t. Makes code more efficient when mp_uint_t is larger than a machine word. Doesn't affect ports when size_t and mp_uint_t have the same size.
Damien George authoredThis patch changes the type signature of .make_new and .call object method slots to use size_t for n_args and n_kw (was mp_uint_t. Makes code more efficient when mp_uint_t is larger than a machine word. Doesn't affect ports when size_t and mp_uint_t have the same size.
flash.gdb 228 B
source ../../init.gdb
set confirm off
echo Loading core1 image ...
file ../../build/hw-tests/api-demo/api-demo-core1.elf
load
echo Loading core0 image ...
file ../../build/hw-tests/api-demo/api-demo-core0.elf
load
reset
quit