Block or Report
Block or report aykevl
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
tinygo-org/tinygo Public
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
-
-
micropython Public
Forked from micropython/micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
983 contributions in the last year
Less
More
Contribution activity
May 2023
Created 93 commits in 5 repositories
Created a pull request in tinygo-org/tinygo that received 13 comments
Restrict //go:wasmimport
to a limited number of types
This is done upstream, and I think we should do the same so that people won't rely on unsupported //go:wasmimport
pragmas.
I'd like to get this in …
+200
−64
•
13
comments
Opened 21 other pull requests in 5 repositories
tinygo-org/tinygo
3
open
9
merged
- samd21: fix issue with WS2812 driver
-
main: use
go env
instead of doing all detection manually - all: switch to LLVM 16
- attiny1616: implement Pin.Get()
- interp: support pointer tagging
- ATtiny1616
- windows: re-enable parallelism
- reflect: optimize Zero() a little bit
- compileopts: don't filter build tags, use specific build tags instead
- nrf52: improve ADC support
- pinetime: update the target file
- builder: implement Nordic DFU file writer in Go