tinygo/src/runtime/interrupt
Dmitriy b176494e44 add support for GPIO interrupts on esp32c3
Update interrupt_esp32c3.go:
make callHandler inline
save and restore MSTATUS along with MEPC
save and restore actual threshold value and call fence
print additional data during exception
2022-03-08 09:13:15 +01:00
..
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
interrupt_avr.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_cortexm.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_esp32c3.go add support for GPIO interrupts on esp32c3 2022-03-08 09:13:15 +01:00
interrupt_gameboyadvance.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_k210.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_none.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_sifive.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_tinygoriscv.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_xtensa.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00