aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
AgeCommit message (Expand)Author
2020-07-31nintendoswitch: Add experimental Nintendo Switch support without CRTLucas Teske
2020-07-13Added board definition for Feather nRF52840 ExpressBCG
2020-07-13Cleanup Teensy 3.6 linker scriptEthan Reesor
2020-07-11builder: try to determine stack size information at compile timeAyke van Laethem
2020-07-10compileopts: automatically add -g flag when including debug symbolsAyke van Laethem
2020-07-08Viable NXP/Teensy supportEthan Reesor
2020-07-08Working on NXP/Teensy supportEthan Reesor
2020-07-08Minimal NXP/Teensy supportEthan Reesor
2020-07-08targets/maixbit: cleanup output from kflash command by removing ansi colorsdeadprogram
2020-07-08maixbit: changes according to feedbackYannis Huber
2020-07-08maixbit: use custom linker scriptYannis Huber
2020-07-08riscv: refactor assembly files to support RV64 and F extensionYannis Huber
2020-07-08maixbit: workaround to avoid medium code modelYannis Huber
2020-07-08riscv: fix offset in 64bit schedulerYannis Huber
2020-07-08maixbit (uart): serial is working with echo exampleYannis Huber
2020-07-08riscv: align stack and data sections to 8 bytesYannis Huber
2020-07-08maixbit (uart): working on data txYannis Huber
2020-07-08maixbit: add board definition and dummy runtimeYannis Huber
2020-07-08maix-bit: add code model in target definitionYannis Huber
2020-07-08Changes according to @aykevl's feedbackYannis Huber
2020-07-08Add llvm code model option in target definitionYannis Huber
2020-07-08Split RISC-V targets into 32/64-bitYannis Huber
2020-07-08Add new kendryte k210 target definitionYannis Huber
2020-06-30avr: fix target tripleAyke van Laethem
2020-06-30machine/stm32f4disco: add updated target file for newer version of board that...deadprogram
2020-06-22wasm32: Add --no-demangle optionHiroki Noda
2020-06-22Seeed XIAO support (#1170)sago35
2020-06-19Added Adafruit PyGamer Target (#1173)APDevice
2020-06-08nrf: support debugging the PCA10056Ayke van Laethem
2020-06-08risc-v: add support for 64-bit RISC-V CPUsYannis Huber
2020-06-06Seeed WioTerminal support (#1124)sago35
2020-05-26nrf: add microbit-s110v8 targetAyke van Laethem
2020-05-26nrf: expose the RAM base addressAyke van Laethem
2020-05-26arm: make FPU configuraton consistentAyke van Laethem
2020-05-09machine/arduino-nano33: remove (d)ebug flag to reduce console noise when flas...deadprogram
2020-05-09machine/arduino-nano33: use (U)SB flag to ensure that device can be found whe...deadprogram
2020-05-07sam: fix ROM / RAM size on atsamd51j20sago35
2020-04-21gba: always use ARM mode instead of Thumb modeAyke van Laethem
2020-04-21runtime: copy stack scan assembly for GBAJaden Weiss
2020-04-13wasm_exec: Implement syscall/js.valueDelete.Elliott Sales de Andrade
2020-04-13wasm_exec: Add copyBytesToGo.Elliott Sales de Andrade
2020-04-13wasm_exec: Cross-port exit with code 1 change.Elliott Sales de Andrade
2020-04-12wasm: backport "garbage collect references to JavaScript values"Ayke van Laethem
2020-04-12wasm: remove _callbackShutdownAyke van Laethem
2020-04-11reelboard: add SoftDevice target reelboard-s140v7Ayke van Laethem
2020-04-11nrf: add lib/nrfx/mdk to include dirsAyke van Laethem
2020-04-07arm: use -fomit-frame-pointerAyke van Laethem
2020-04-07runtime (gc): scan callee-saved registers while marking stackJaden Weiss
2020-03-26riscv: implement VirtIO targetAyke van Laethem
2020-03-25wasm_exec: Sync polyfills with Go 1.14.1.Elliott Sales de Andrade