1812 Commits (abb09e869e3d4a6f5a192e58abcc6a086af9d7ab)
 

Author SHA1 Message Date
deadprogram bb146edb47 wasi: remove --no-threads flag as no longer in LLVM 11 linker 4 years ago
Nia Weiss ed9b97cc0d runtime: add cheap atomic condition variable 4 years ago
Ayke van Laethem b40f250530 main: add initial support for (in-development) LLVM 11 5 years ago
ardnew 184175378f gen-device-svd: ensure enum bitfields are unique 4 years ago
Ayke van Laethem d8dbe5748a testing: implement some benchmark stubs 4 years ago
Lucas Teske c2bfe6bc8d arm64: Add support for system calls (SVC) 4 years ago
Takeshi Yoneda 9a015f4f64
add wasm-abi field in TargetSpec && set generic for WASI by default (#1421) 4 years ago
ardnew 9ad2315079
feather-stm32f405: add SPI support (#1377) 4 years ago
Ayke van Laethem 431e51b8a0 runtime: use dedicated printfloat32 4 years ago
Ayke van Laethem 67de8b490d gc: use raw stack access whenever possible 4 years ago
Ayke van Laethem bfa29f17da runtime: move/refactor some GC-related code 4 years ago
Ayke van Laethem 7123941df0 main: add support for debugging qemu-user targets 4 years ago
Ayke van Laethem 05d2f2c412 main: improve support for x86-32 and add tests 4 years ago
Ayke van Laethem 9a12d129ab testing: implement dummy Helper method 4 years ago
Ayke van Laethem 0ecfe9eade ci: fix `make wasmtest` 4 years ago
Takeshi Yoneda f50ad3585d
support WASI target (#1373) 4 years ago
Ayke van Laethem d39c7abb4d nrf: fix double stop signal in I2C 4 years ago
Daniel M. Lambea 9e61e6fe4d
nrf: add I2C error checking (#1392) 4 years ago
Lucas Teske d1f90ef59c nintendoswitch: fix crash when printing long lines (> 120) 4 years ago
Ayke van Laethem 54602fe0c3 main: add support for -c and -o flags to tinygo test 4 years ago
Ayke van Laethem c10dcd429c main: refactor -o flag 4 years ago
Ayke van Laethem b713001313 test: support non-host tests 4 years ago
Ayke van Laethem 1096596b69 compiler: fix floating point bugs 4 years ago
Ayke van Laethem 7b601b3e3c loader: fix linkname in test binaries 4 years ago
Ayke van Laethem ec54e7763d runtime: fix UTF-8 decoding 4 years ago
Elliott Sales de Andrade 41afb77080
builder: also check lib64 for clang include path. 4 years ago
Jacques Supcik 13fe668929
compileopts: simplify copyProperties using reflection 4 years ago
sago35 2a72262c33 version: update TinyGo version to 0.16.0-dev 4 years ago
deadprogram e8615d1007 Prepare for 0.15.0 release 4 years ago
sago35 9245337ecf atsamd2x: fix BAUD value 4 years ago
sago35 8170f59440 atsamd5x: fix BAUD value 4 years ago
Lucas Teske 622de53854 nintendoswitch: simplified assembly code 4 years ago
Lucas Teske 6cd9e3c348 arm64: make dynamic loader structs and constants private 4 years ago
Lucas Teske 33e2411b6a nintendoswitch: fix import cycle on dynamic_arm64.go 4 years ago
Lucas Teske fb1fc267ab nintendoswitch: Add dynamic loader for runtime loading PIE sections 4 years ago
Olivier Fauchon 490e377bba bluepill: Enable stm32's USART2 for the board and map it to UART1 tinygo's device 4 years ago
Ayke van Laethem fcedf0beaa stacksize: deal with DW_CFA_advance_loc1 4 years ago
Ayke van Laethem 4dadb31e18 microbit: reelboard: flash using OpenOCD when needed 4 years ago
Ayke van Laethem 5b81b835ba esp32: add SPI support 4 years ago
ardnew a9a6d0ee63 add basic UART handler 4 years ago
Ayke van Laethem 19d5e05e37 esp32: configure the I/O matrix for GPIO pins 4 years ago
Ayke van Laethem 9e599bac49 nintendoswitch: support outputting .nro files directly 4 years ago
Nia Weiss 81e325205f update my name in the contributors list 4 years ago
deadprogram 71cbb1495e docs: add ESP32, ESP8266, and Adafruit Feather STM32F405 to list of supported boards 4 years ago
ardnew efc824a103 change default flash method to DFU (using dfu-util over USB) 4 years ago
ardnew cb4f3f12e6 replace flash method with openocd, disable automatic stack sizing 4 years ago
ardnew d1b470f04e remove UART/SPI vars until peripherals implemented 4 years ago
ardnew 7aaa9e45a6 add pin/bus doc comments, I2C pins 4 years ago
ardnew 5c9930df3f move clock settings docs comment to respective const definitions 4 years ago
ardnew cf6b544cd9 remove (or stub) UART/SPI/I2C peripheral code from initial feather-stm32f405 board support 4 years ago