tinygo/src/runtime/interrupt
Ayke van Laethem f41b6a3b96 runtime: check for heap allocations inside interrupts
This is unsafe and should never be done.
2023-02-19 11:33:24 +01:00
..
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
interrupt_avr.go runtime: check for heap allocations inside interrupts 2023-02-19 11:33:24 +01:00
interrupt_cortexm.go runtime: check for heap allocations inside interrupts 2023-02-19 11:33:24 +01:00
interrupt_esp32c3.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
interrupt_gameboyadvance.go runtime: check for heap allocations inside interrupts 2023-02-19 11:33:24 +01:00
interrupt_k210.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
interrupt_none.go runtime: check for heap allocations inside interrupts 2023-02-19 11:33:24 +01:00
interrupt_sifive.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
interrupt_tinygoriscv.go runtime: check for heap allocations inside interrupts 2023-02-19 11:33:24 +01:00
interrupt_xtensa.go runtime: check for heap allocations inside interrupts 2023-02-19 11:33:24 +01:00