tinygo/src/runtime/interrupt
Ayke van Laethem c7a23183e8 all: format code according to Go 1.19 rules
Go 1.19 started reformatting code in a way that makes it more obvious
how it will be rendered on pkg.go.dev. It gets it almost right, but not
entirely. Therefore, I had to modify some of the comments so that they
are formatted correctly.
2022-08-04 12:18:32 +02:00
..
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
interrupt_avr.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt_cortexm.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt_esp32c3.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt_gameboyadvance.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt_k210.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_none.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt_sifive.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
interrupt_tinygoriscv.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt_xtensa.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00