tinygo/targets
Ayke van Laethem ddd4a39cb8
avr: fix default handler in interrupt vector
Apparently the target of a weak symbol must be defined in the same file
as where it is used as a weak symbol.

https://www.avrfreaks.net/forum/using-weak-custom-vector-table#comment-745922
2018-09-24 13:03:21 +02:00
..
arduino.json avr: make linker script generic 2018-09-23 20:50:12 +02:00
arm.ld all: move generic ARM bits into separate files 2018-09-22 01:44:47 +02:00
avr.ld avr: make linker script generic 2018-09-23 20:50:12 +02:00
avr.S avr: fix default handler in interrupt vector 2018-09-24 13:03:21 +02:00
bluepill.json targets: put board name in build tags 2018-09-22 15:37:46 +02:00
nrf52.ld all: move generic ARM bits into separate files 2018-09-22 01:44:47 +02:00
pca10040.json targets: put board name in build tags 2018-09-22 15:37:46 +02:00
stm32.ld stm32: initial support 2018-09-22 01:51:44 +02:00