aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/avr.json
AgeCommit message (Expand)Author
2022-11-06avr: drop GNU toolchain dependencyAyke van Laethem
2022-06-16compiler: implement recover() built-in functionAyke van Laethem
2022-05-18avr: use compiler-rtAyke van Laethem
2021-09-28build: normalize target triples to match ClangAyke van Laethem
2021-04-19builder: hard code Clang compilerAyke van Laethem
2021-04-14all: use -Qunused-arguments only for assembly filesAyke van Laethem
2021-03-29gdb: enable to specify multiple candidates for gdbsago35
2021-02-12avr: use Clang for compiling C and assembly filesAyke van Laethem
2020-12-10main: support gdb debugging with AVRAyke van Laethem
2020-12-05runtime, internal/task: refactor to simplify stack switchingAyke van Laethem
2020-10-02runtime: move/refactor some GC-related codeAyke van Laethem
2020-08-27arm: automatically determine stack sizesAyke van Laethem
2020-06-30avr: fix target tripleAyke van Laethem
2020-03-20avr: add support for tasks schedulerAyke van Laethem
2020-03-17refactor coroutine lowering and tasksJaden Weiss
2020-01-27avr: use a garbage collectorAyke van Laethem
2019-08-04all: use baremetal build tagAyke van Laethem
2019-07-01compiler,runtime: implement a portable conservative GCAyke van Laethem
2019-03-23all: pretend to be linux/arm in baremetal targetsAyke van Laethem
2019-03-04all: use internal objcopy implementationAyke van Laethem
2019-01-05all: add support for more architectures and GOOS/GOARCH (#118)Ayke
2018-11-22all: compile and link using clang, where possibleAyke van Laethem
2018-11-20avr: add support for the digisparkAyke van Laethem