tinygo/compiler
Ayke van Laethem 13cb7d6503
avr: add interrupt support
Interrupts are supported using a special //go:interrupt pragma.
For example:

//go:interrupt INT0_vect
func handleINT0() {
    // do something here
}
2018-09-25 13:47:20 +02:00
..
calls.go compiler: fix expanding zero-length structs 2018-09-25 13:45:04 +02:00
compiler.go avr: add interrupt support 2018-09-25 13:47:20 +02:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00
util.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00