2075 Commits (70f8eeaca0288af63ad31229acad96933799900d)
 

Author SHA1 Message Date
Ayke van Laethem 70f8eeaca0 cgo: parse binary operators 4 years ago
Ayke van Laethem 3339d0f47e cgo: create skeleton of a Pratt parser 4 years ago
Federico G. Schwindt a38b5c4e01 Add a stub for os.ReadDir() 4 years ago
Federico G. Schwindt b20905da13 Add support for net.IP 4 years ago
Ayke van Laethem 95e4dcfb53 interp: ignore inline assembly in markExternal 4 years ago
Ayke van Laethem 841f19f49e ci: disable building some optional Clang components 4 years ago
sago35 2085ffb334 version: update TinyGo version to 0.19.0-dev 4 years ago
Ayke van Laethem b67351babe machine: define Serial as the default output 4 years ago
Ayke van Laethem aa5b8d0df7 machine: make UART objects pointer receivers 4 years ago
Ayke van Laethem 7c949ad386 machine: make USBCDC global a pointer 4 years ago
sago35 1646326164 Update README.md 4 years ago
Ayke van Laethem e44cb7e519 main: version 0.18.0 4 years ago
Ayke van Laethem d1e96fd0a8 wasm: scan globals conservatively 4 years ago
Ayke van Laethem ff5d0c9886 compiler: only check for default stack size with tasks scheduler 4 years ago
Yurii Soldak d7ec9ddcd2 Discover USB ports only 4 years ago
sago35 e7c6bd3730 atsame5x: add support for CAN 4 years ago
Ayke van Laethem 9f5066aa6f runtime: use the tasks scheduler instead of coroutines 4 years ago
Ayke van Laethem 3b24fedf92 compiler: use wasm for tests 4 years ago
Ayke van Laethem 8cd2a462b9 runtime: remove the asyncScheduler constant 4 years ago
Ayke van Laethem 25b045d0a7 runtime: improve timers on nrf, and samd chips 4 years ago
Ayke van Laethem 78acbdf0d9 main: match `go test` output 4 years ago
Federico G. Schwindt 617e2791ef Add -llvm-features parameter 4 years ago
Kenneth Bell a0908ff55b compiler: openocd commands in tinygo command line 4 years ago
Ayke van Laethem 2f1f8fb075 machine: move PinMode to central location 4 years ago
sago35 6f61b83ad5 atsamd21: remove special handling for SPI-24mhz 4 years ago
Dan Kegel 8dfefb46d1 wasi: do not crash if argc is 0 4 years ago
Ayke van Laethem 959442dc82 unix: use conservative GC by default 4 years ago
Ayke van Laethem c1aa152a63 unix: avoid possible heap allocation with -opt=0 4 years ago
sago35 dd3d8a363a qtpy: fix i2c setting 4 years ago
sago35 bb509ec91d atsamd51, atsamd21: fix ADC.Get() value at 8bit and 10bit 4 years ago
Ayke van Laethem 944f022060 interp: support extractvalue/insertvalue with multiple operands 4 years ago
Ayke van Laethem cd517a30af transform: split interface and reflect lowering 4 years ago
Olivier Fauchon 52d8655eec Patch Cleanup 4 years ago
Olivier Fauchon f5786941e5 Fix bad I2C0/I2C1 declaration 4 years ago
Ayke van Laethem 1f73941c43 ci: bump Xcode version to use macOS 10.14 4 years ago
Raqbit abeab51d00 Add Arduino Nano w/ New Bootloader target 4 years ago
sago35 9ef75f17bf atsamd51, atsame5x: unify samd51 and same5x 4 years ago
Ayke van Laethem c3992bd77b compiler: improve position information 4 years ago
Ayke van Laethem f79e66ac2e cortexm: disable FPU on Cortex-M4 4 years ago
Ayke van Laethem 4eac212695 gen-device: add extra constants and rename them to be Go style 4 years ago
deadprogram b661882391 machine/usbcdc: remove remaining heap allocations for USB CDC implementations 4 years ago
Ayke van Laethem 321488dcfe machine: avoid heap allocations in USB code 4 years ago
Ayke van Laethem 80caf2dab2 copiler: add function attributes to some runtime calls 4 years ago
Ayke van Laethem c466465c32 main: add -print-allocs flag that lets you print all heap allocations 4 years ago
Ayke van Laethem 404b65941a transform: move tests to transform_test package 4 years ago
Kenneth Bell 25f3adb47e stm32: support SPI on L4 series 4 years ago
sago35 b9043b649d atsamd51: fix PWM support in atsamd51p20 4 years ago
Ayke van Laethem 7b761fac78 runtime: implement command line arguments in hosted environments 4 years ago
Ayke van Laethem c47cdfa66f runtime: implement environment variables for Linux 4 years ago
Ayke van Laethem 768a15c1dd interp: remove map support 4 years ago