1851 Commits (36db75b36680d36d0fbbc0b8c876ebb49abd2fb3)
 

Author SHA1 Message Date
Ayke van Laethem f05b378b89 compiler: add proper parameter names to runtime.initAll 4 years ago
Ayke van Laethem 888ca4ab0c interp: fix sync/atomic.Value load/store methods 4 years ago
deadprogram 903bebd071 docs: add Nintendo Switch to list of supported boards/devices 4 years ago
waj334 848c3e55a9
compiler: implement func value and builtin defers 4 years ago
Lucas Teske 3650c2c739 nintendoswitch: Add experimental Nintendo Switch support without CRT 5 years ago
Ayke van Laethem d4e04e4e49 compiler: fix named string to []byte slice conversion 4 years ago
Ayke van Laethem e41e5106cc main: add -target flag to tests 4 years ago
Ayke van Laethem ca03b8d442 ci: fix Windows QEMU version 4 years ago
deadprogram d1c4ed664e all: changeover to eliminate all direct use of master/slave terminology 4 years ago
Ayke van Laethem fdaddf6917 ci: do not cache TinyGo cache dir 4 years ago
Ayke van Laethem 50a677e9b7 arm: use CFI directives for stack usage 4 years ago
Ethan Reesor 6ad6f14a04 Use a jump table instead of if-then-else 4 years ago
Jaden Weiss 19e0f4709e transform: track 0-index GEPs 4 years ago
Jaden Weiss ae5b297d59 builder: remove optimization level 0 4 years ago
Ethan Reesor ca1a282495 Use runtime/volatile.T.ReplaceBits 4 years ago
deadprogram 01f5c51b77 machine/feather-nrf52840: add smoketest for Adafruit Feather nrf52840 board 4 years ago
BCG ad6adfd8ff Added board definition for Feather nRF52840 Express 4 years ago
Ethan Reesor 9815628930 Cleanup Teensy 3.6 linker script 4 years ago
Ayke van Laethem 05495c4282 all: fix -gc=none 4 years ago
Ayke van Laethem d606315515 builder: try to determine stack size information at compile time 4 years ago
sago35 60fdf81209
docs: add MAix BiT and Teensy 3.6 to list of supported boards (#1230) 4 years ago
Ayke van Laethem 39433a3553 compileopts: automatically add -g flag when including debug symbols 4 years ago
Ethan Reesor 04d097f4ea Implement custom abort and fault handler for debugging 4 years ago
Ethan Reesor 4750635a20 Viable NXP/Teensy support 5 years ago
Ethan Reesor 59218cd784 Working on NXP/Teensy support 5 years ago
Ethan Reesor 079a789d49 Minimal NXP/Teensy support 5 years ago
deadprogram ca8e1b075a targets/maixbit: cleanup output from kflash command by removing ansi colors 4 years ago
Branden Timm 33024d4aa2
Fix portL mappings for atmega2560 (#1222) 4 years ago
Branden Timm 49df129ccd
docs: add submodule update step prior to 'make release' (#1213) 4 years ago
Ayke van Laethem 3088dcadec building: add links to tinygo.org 4 years ago
Yannis Huber 7ed7e6cb11 risc-v: disable linker relaxations during gp init 4 years ago
Yannis Huber 0b94e486c1 maixbit: changes according to feedback 4 years ago
Yannis Huber 5ff76aacab runtime: reuse common code between 32 and 64-bit RISC-V 4 years ago
Yannis Huber 3ee7599a09 maixbit: use custom linker script 4 years ago
Yannis Huber 43a66b39cc riscv: refactor assembly files to support RV64 and F extension 4 years ago
Yannis Huber 66b21b4c86 maixbit (interruptions): fix fpioa function test 4 years ago
Yannis Huber a9568932be maixbit: workaround to avoid medium code model 4 years ago
Yannis Huber f2fbd1dd7e maixbit (gpio): fix pin configuration 4 years ago
Yannis Huber 21a9aa8102 maixbit (i2c): fix rx fifo buffer length 4 years ago
Yannis Huber e1757e0347 builder: add support for 64-bit RISC-V 4 years ago
Yannis Huber a05fc10699 maixbit: add smoke test 4 years ago
Yannis Huber a685217743 maixbit: add I2C support 4 years ago
Yannis Huber ad0c15080a maixbit: add SPI support 4 years ago
Yannis Huber 5446c6927e maixbit: add GPIOHS pin interrupt support 4 years ago
Yannis Huber 53c83fa445 maixbit: support both GPIO and GPIOHS controllers 4 years ago
Yannis Huber 804dc8b1f9 maixbit: init fpioa clock at reset 4 years ago
Yannis Huber e1ceca1931 maixbit: remove atomic operations 4 years ago
Yannis Huber 6620c4d2aa maixbit: add chip datasheet link and reformat code 4 years ago
Yannis Huber ccc604d2e0 riscv: fix offset in 64bit scheduler 4 years ago
Yannis Huber dfab1aa717 maixbit (uart): serial is working with echo example 4 years ago