3563 Commits (00d46bd25dbc92970d70d88fefde303688ffe72f)
 

Author SHA1 Message Date
deadprogram ee90bdebff build: only make comment on sizediff job when run from the main repo 1 year ago
soypat bcdb3fc681 fix go:noinlines in volatile package 1 year ago
Ayke van Laethem b7b23ace3f samd21: fix issue with WS2812 driver 1 year ago
deadprogram f366cd53b7 build: explicitly pass the github token to GH action 1 year ago
Ayke van Laethem da81784ee9 attiny1616: implement Pin.Get() 1 year ago
Ayke van Laethem 481f60c5ea interp: add support for reading a pointer tag 1 year ago
Ayke van Laethem cf39db36fe interp: fix subtle bug in pointer xor 1 year ago
Ayke van Laethem 54c07b7de8 interp: move some often-repeated code into a function 1 year ago
Ayke van Laethem 2fb866ca86 avr: add attiny1616 support 1 year ago
Ayke van Laethem 4d11d552db avr: update gen-device-avr tool to support newer AVRs 1 year ago
Ayke van Laethem b43bd9e62a avr: fix interrupt names for newer attiny chips 2 years ago
Rajat Jindal 572c22f66a add Settings to debug.BuildInfo 1 year ago
deadprogram 1b66da4dff build: add issues write permission to sizediff job 1 year ago
Ayke van Laethem b08ff17f6b compiler: disallow most types in //go:wasmimport 1 year ago
Ayke van Laethem 41e787d504 compiler: add tests for error messages 1 year ago
Ayke van Laethem 6dba16f28e compiler: only calculate functionInfo once 1 year ago
deadprogram b336a1561f build: update GH actions-comment-pull-request to v2.3.1 2 years ago
Ayke van Laethem 4c682680ca compileopts: don't filter build tags, use specific build tags instead 2 years ago
Ayke van Laethem af76c807e2 windows: re-enable parallelism 2 years ago
sago35 cdbd850f80 machine: add DefaultUART to xiao 2 years ago
Damian Gryski d256804af7 src/reflect: remove overflow checks from uvarint32 2 years ago
Damian Gryski e3c96803c3 runtime: fix structField.data comment 2 years ago
Damian Gryski f55bb8e030 builder: bump sizes_test 2 years ago
Damian Gryski 07fb3a0cad compiler,reflect: make field offsets varints 2 years ago
deadprogram 02913563df build: add write permission to sizediff GH actions job to always be able to add comments 2 years ago
Ayke van Laethem 535e64adbc reflect: optimize Zero() a little bit 2 years ago
Ayke van Laethem af936f3261 ci: add comment with binary size difference 2 years ago
sago35 d1a45f2efc machine/usb/hid: fix hidreport (2) 2 years ago
deadprogram b56a263d0d machine/flash: remove FlashBuffer, modify flash example to use BlockDevice interface 2 years ago
Ayke van Laethem 6435f62dcc builder: implement Nordic DFU file writer in Go 2 years ago
Ayke van Laethem f4c8c37b7b nrf: add ADC oversampling support 2 years ago
Ayke van Laethem 868812717f nrf: add sample time to ADC 2 years ago
Ayke van Laethem e82f595f37 nrf: add ability to set the reference voltage 2 years ago
Ayke van Laethem e5af121553 nrf: refactor ADC code a little bit 2 years ago
Ayke van Laethem 20fdbc1f9d pinetime: update the target file 2 years ago
sago35 14fed59827 machine/usb/hid: fix hidreport 2 years ago
deadprogram d331aca296 machine/rp2040: correct write block size for flash 2 years ago
deadprogram 7e8a2e8934 machine/rp2040: correct param for number of bytes to be erased by flash 2 years ago
deadprogram e7363966a5 machine/atsam*, nrf, rp2040, stm32: correct error flashBlockDevice pad() function 2 years ago
Daz Wilkin 373ab34492 Add dummy package for `runtime/metrics` to that modules that depend upon it (e.g. [Prometheus Go client library](https://github.com/prometheus/client_golang/blob/main/prometheus/internal/go_runtime_metrics.go)) will compile. 2 years ago
Achille 602f35a5ca
os: implement os.(*File).WriteAt (#3697) 2 years ago
deadprogram 1d5c5ca2ef machine/usb/descriptor: further refactor HID report creation 2 years ago
deadprogram 90935703e6 machine/usb/descriptor: rename and export Append() to make it easier to create new descriptors in user code 2 years ago
deadprogram d8ee520bdc machine/usb/descriptor: refactor HID report creation 2 years ago
Ayke van Laethem e4da35486b tools: add sizediff tool 2 years ago
Edoardo Vacchi 4e41e9084a cgo: allow LDFLAGS: --export=... 2 years ago
Achille Roussel ee3af40cab os: implement os.(*File).ReadDir for -target=wasi 2 years ago
Achille Roussel 666312f63f implement Sync on stdioFileHandle 2 years ago
Achille Roussel ccfe92a58c os: add os.(*File).Sync 2 years ago
Achille Roussel 4fa6a132e2 syscall: add fsync using libc 2 years ago