Dan Halbert
2c0fa0f7dc
initial merge from v1.20.0; just satisifying conflicts
2023-09-19 11:10:12 -04:00
Jan Willeke
40a3aa709c
py/nlrmips: Add native NLR support for MIPS architecture.
...
This can be tested using ports/minimal and qemu:
make CC=mips-linux-gnu-gcc-8
Then run with qemu-mips:
stty raw opost -echo;
QEMU_LD_PREFIX=/usr/mips-linux-gnu/ qemu-mips build/firmware.elf;
sleep 1; reset
Signed-off-by: Jan Willeke <willeke@smartmote.de>
2022-11-15 17:09:49 +11:00
microDev
193a8d2e67
add traceback object
2021-08-04 12:10:57 +05:30
Damien George
5dcc9b3b16
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-04-09 13:08:35 +10:00
Damien George
0fabda31de
py/py.cmake: Move qstr helper code to micropy_gather_target_properties.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-04-09 13:08:35 +10:00
Damien George
66098c0985
py,extmod: Add core cmake rule files.
...
These allow a port to use cmake natively instead of make.
Signed-off-by: Damien George <damien@micropython.org>
2021-02-15 12:48:18 +11:00