aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/cortex-m.json
AgeCommit message (Expand)Author
2023-04-26cortexm: add "gdb" as a debuggerAyke van Laethem
2022-08-04all: rename assembly files to .S extensionAyke van Laethem
2022-06-16compiler: implement recover() built-in functionAyke van Laethem
2022-04-11Also disable asynchronous unwind tablesElliott Sales de Andrade
2022-01-09all: switch to LLVM 13Ayke van Laethem
2021-11-05targets: match LLVM triple to the one Clang usesAyke van Laethem
2021-09-28all: use -opt flag for optimization level in CFlags (-Os, etc)Ayke van Laethem
2021-06-18cortexm: bump default stack size to 2048 bytesAyke van Laethem
2021-04-19builder: hard code Clang compilerAyke van Laethem
2021-03-29gdb: enable to specify multiple candidates for gdbsago35
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-07-11builder: try to determine stack size information at compile timeAyke van Laethem
2020-04-07arm: use -fomit-frame-pointerAyke van Laethem
2020-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-02-26main: use gdb-multiarch for debugging Cortex-M chipsAyke van Laethem
2019-08-15compiler,runtime: implement stack-based schedulerAyke van Laethem
2019-08-04all: use baremetal build tagAyke van Laethem
2019-07-01all: rename garbage collectorsAyke van Laethem
2019-05-20arm: print an error when a HardFault occursAyke van Laethem
2019-04-30main: allow changing the clang command nameAyke van Laethem
2019-04-25cgo: support builtin #include headersAyke van Laethem
2019-04-04arm: use the lld linkerAyke van Laethem
2019-03-23all: pretend to be linux/arm in baremetal targetsAyke van Laethem
2019-03-22all: switch to LLVM 8Ayke 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-28arm: set default GC to marksweepAyke van Laethem
2018-11-22all: compile and link using clang, where possibleAyke van Laethem
2018-11-19targets: let specific targets inherit more general targetsAyke van Laethem