Pinned
748 contributions in the last year
Less
More
Contribution activity
February 2021
Created 1 commit in 1 repository
Created a pull request in tinygo-org/tinygo that received 6 comments
Build packages independently
This commit switches from the previous behavior of compiling the whole program at once, to compiling every package in parallel and linking the LLVM…
+510
−421
•
6
comments
Opened 14 other pull requests in 3 repositories
tinygo-org/tinygo
2
open
9
merged
1
closed
- interp: support GEP on fixed (MMIO) addresses
- builder: wait for running jobs to finish
- avr: use Clang for compiling C and assembly files
- esp8266: add compiler-rt library
- ci: remove bad symlink workaround on Windows
- ci: test Azure Pipelines bug [DO NOT MERGE]
- cgo: add support for variadic functions
- all: update go-llvm to use LLVM 11 on macOS
- machine: remove TWI_FREQ_* constants
- machine: make I2C.Configure signature consistent
- compiler: work around an ARM backend bug in LLVM
- all: go mod tidy
tinygo-org/drivers
1
open
tinygo-org/tinygo-site
1
open
Reviewed 10 pull requests in 3 repositories
tinygo-org/tinygo 7 pull requests
- Namespaced Wasm Imports so they don't conflict across modules, or reserved LLVM IR
- bluepill: fix sleep logic
- Add support for Go 1.16.
- WASI & darwin: support env variables based on libc
- Add SPI support for Atmega based chips.
- STM32 I2C: replace addressable interface with simpler type
- ADC: Accept configuration struct as argument to method Configure