tinygo/src/runtime/interrupt
Ayke van Laethem 3ee47a9c1b esp: add support for the Espressif ESP32 chip
This is only very minimal support. More support (such as tinygo flash,
or peripheral access) should be added in later commits, to keep this one
focused.

Importantly, this commit changes the LLVM repo from llvm/llvm-project to
tinygo-org/llvm-project. This provides a little bit of versioning in
case something changes in the Espressif fork. If we want to upgrade to
LLVM 11 it's easy to switch back to llvm/llvm-project until Espressif
has updated their fork.
2020-08-31 09:02:23 +02:00
..
interrupt.go runtime/fe310: add support for PLIC interrupts 2020-01-27 19:58:39 +01:00
interrupt_avr.go runtime/interrupt: add cross-chip disable/restore interrupt support 2020-06-14 14:44:22 -04:00
interrupt_cortexm.go Working on NXP/Teensy support 2020-07-08 21:58:15 +02:00
interrupt_gameboyadvance.go all: changeover to eliminate all direct use of master/slave terminology 2020-07-23 22:45:23 +02:00
interrupt_hwvector.go runtime/fe310: add support for PLIC interrupts 2020-01-27 19:58:39 +01:00
interrupt_k210.go maixbit: add GPIOHS pin interrupt support 2020-07-08 00:21:59 +02:00
interrupt_none.go runtime: make channels work in interrupts 2020-07-04 08:34:39 +02:00
interrupt_sifive.go runtime/fe310: add support for PLIC interrupts 2020-01-27 19:58:39 +01:00
interrupt_tinygoriscv.go runtime/interrupt: add cross-chip disable/restore interrupt support 2020-06-14 14:44:22 -04:00
interrupt_xtensa.go esp: add support for the Espressif ESP32 chip 2020-08-31 09:02:23 +02:00