circuitpython/shared/runtime
2025-06-20 14:26:24 -04:00
..
buffer_helper.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
buffer_helper.h guard2once -s ... 2024-05-19 20:40:44 -04:00
context_manager_helpers.c add, use a default exit object 2025-02-07 15:10:58 -06:00
context_manager_helpers.h context_manager_helpers: Comment on what default enter & exit obj are 2025-02-07 20:49:29 -06:00
gchelper.h shared/runtime/gchelper: Add RISC-V RV64I native gchelper. 2024-08-07 16:23:21 +10:00
gchelper_generic.c shared/runtime/gchelper_generic: Fix AArch32 build on Clang. 2024-12-10 12:03:34 +11:00
gchelper_native.c shared/runtime/gchelper_native: Fix pointer cast on x86_64. 2022-11-08 19:15:37 +11:00
gchelper_rv32i.s shared/runtime/gchelper: Add RISC-V RV32I native gchelper. 2024-06-06 12:01:00 +10:00
gchelper_rv64i.s shared/runtime/gchelper_rv64i: Fix opcode sw/sd typo. 2024-10-03 11:40:10 +10:00
gchelper_thumb1.s shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2023-01-28 15:51:38 +11:00
gchelper_thumb2.s shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2023-01-28 15:51:38 +11:00
interrupt_char.c Add Zephyr port 2025-02-04 11:24:13 -08:00
interrupt_char.h Add Zephyr port 2025-02-04 11:24:13 -08:00
mpirq.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
mpirq.h shared: Introduce new top-level dir and move 1st party lib code there. 2021-07-12 17:07:36 +10:00
pyexec.c MicroPython v1.25.0 merge 2025-06-20 14:26:24 -04:00
pyexec.h MicroPython v1.25.0 merge 2025-06-20 14:26:24 -04:00
semihosting_arm.c shared/runtime/semihosting_arm: Add mp_semihosting_exit. 2024-08-28 11:52:08 +10:00
semihosting_arm.h shared/runtime/semihosting_arm: Add mp_semihosting_exit. 2024-08-28 11:52:08 +10:00
semihosting_rv32.c shared/runtime/semihosting: Add RISC-V semihosting support. 2024-06-06 12:55:21 +10:00
semihosting_rv32.h shared/runtime/semihosting: Add RISC-V semihosting support. 2024-06-06 12:55:21 +10:00
stdout_helpers.c wip: fixing compilation 2024-07-26 18:38:46 -04:00
sys_stdio_mphal.c merge from main 2024-09-10 16:36:32 -04:00