aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/arduino.json
AgeCommit message (Expand)Author
2022-11-06avr: drop GNU toolchain dependencyAyke van Laethem
2022-10-16targets: remove "acm:"` prefix for USB vid/pid pairAyke van Laethem
2022-04-28all: make emulator command a string instead of a []stringAyke van Laethem
2021-06-19main: detect specific serial port IDs based on USB vid/pidAyke van Laethem
2020-09-09avr: configure emulator in board filesAyke van Laethem
2020-01-26all: add Arduino Nano supportAyke van Laethem
2020-01-21arduino: make avrdude command line compatible with WindowsAyke van Laethem
2019-11-04compileopts: add linkerscript keyAyke van Laethem
2019-10-14targets: refactor flash/gdb target configurationAyke van Laethem
2019-01-04Reduce code size for AVR (#116)Ayke
2018-11-22all: compile and link using clang, where possibleAyke van Laethem
2018-11-20avr: add support for the digisparkAyke van Laethem
2018-11-20avr: make stack size configurableAyke van Laethem
2018-09-23avr: make linker script genericAyke van Laethem
2018-09-23avr: automatically generate interrupt vectorsAyke van Laethem
2018-09-22targets: put board name in build tagsAyke van Laethem
2018-09-16avr: link with the GCC runtime libraryAyke van Laethem
2018-09-14all: implement `tinygo flash` commandAyke van Laethem
2018-09-14compiler: produce .hex files directlyAyke van Laethem
2018-09-13targets: move target-specific files to this directoryAyke van Laethem
2018-09-12all: support Arduino in the compiler driverAyke van Laethem
2018-09-12all: make targets configurable with a JSON fileAyke van Laethem