Age | Commit message (Expand) | Author |
2023-07-02 | example: adjust time offset | Yurii Soldak |
2023-07-02 | compiler,reflect: NumMethods reports exported methods only | Damian Gryski |
2023-07-02 | reflect: fix iterating over maps with interface{} keys | Damian Gryski |
2023-07-02 | reflect: Add FieldByNameFunc | Tyler Rockwood |
2023-07-01 | reflect: remove unecessary heap allocations | soypat |
2023-07-01 | machine/usb/hid,joystick: fix hidreport (3) (#3802) | sago35 |
2023-06-22 | nrf: wait for stop condition after reading from the I2C bus | Ayke van Laethem |
2023-06-18 | example: simplify pininterrupt | Yurii Soldak |
2023-06-17 | reflect: use .key() instead of a type assert | Ayke van Laethem |
2023-06-17 | os: define ErrNoDeadline | Stepan Rakitin |
2023-06-11 | rp2040: add spi busy waits on read and read/write transactionsv0.28.1 | soypat |
2023-06-09 | compiler,reflect: add tagged pointers for **T etc | Damian Gryski |
2023-06-08 | Support for the M5STACK M5StickC ESP32-PICO device | ivoszz |
2023-06-08 | compiler,reflect: use two bits of the meta byte for comparable/isBinary | Damian Gryski |
2023-06-04 | machine/rp2040: fix i2c crash when getting abort while waiting for stop condi... | soypat |
2023-06-03 | fix bug in rp2040 SetPeriod implementation | soypat |
2023-06-01 | Add bluemicro840 board | Pierre Constantineau |
2023-05-29 | fix go:noinlines in volatile package | soypat |
2023-05-29 | samd21: fix issue with WS2812 driver | Ayke van Laethem |
2023-05-21 | attiny1616: implement Pin.Get() | Ayke van Laethem |
2023-05-20 | avr: add attiny1616 support | Ayke van Laethem |
2023-05-20 | add Settings to debug.BuildInfo | Rajat Jindal |
2023-05-17 | compileopts: don't filter build tags, use specific build tags instead | Ayke van Laethem |
2023-05-16 | machine: add DefaultUART to xiao | sago35 |
2023-05-16 | src/reflect: remove overflow checks from uvarint32 | Damian Gryski |
2023-05-16 | runtime: fix structField.data comment | Damian Gryski |
2023-05-16 | compiler,reflect: make field offsets varints | Damian Gryski |
2023-05-14 | reflect: optimize Zero() a little bit | Ayke van Laethem |
2023-05-14 | machine/usb/hid: fix hidreport (2) | sago35 |
2023-05-14 | machine/flash: remove FlashBuffer, modify flash example to use BlockDevice in... | deadprogram |
2023-05-09 | nrf: add ADC oversampling support | Ayke van Laethem |
2023-05-09 | nrf: add sample time to ADC | Ayke van Laethem |
2023-05-09 | nrf: add ability to set the reference voltage | Ayke van Laethem |
2023-05-09 | nrf: refactor ADC code a little bit | Ayke van Laethem |
2023-05-09 | pinetime: update the target file | Ayke van Laethem |
2023-05-07 | machine/usb/hid: fix hidreport | sago35 |
2023-05-07 | machine/rp2040: correct write block size for flash | deadprogram |
2023-05-07 | machine/rp2040: correct param for number of bytes to be erased by flash | deadprogram |
2023-05-06 | machine/atsam*, nrf, rp2040, stm32: correct error flashBlockDevice pad() func... | deadprogram |
2023-05-06 | Add dummy package for `runtime/metrics` to that modules that depend upon it (... | Daz Wilkin |
2023-05-05 | os: implement os.(*File).WriteAt (#3697) | Achille |
2023-05-05 | machine/usb/descriptor: further refactor HID report creation | deadprogram |
2023-05-05 | machine/usb/descriptor: rename and export Append() to make it easier to creat... | deadprogram |
2023-05-05 | machine/usb/descriptor: refactor HID report creation | deadprogram |
2023-05-03 | os: implement os.(*File).ReadDir for -target=wasi | Achille Roussel |
2023-05-03 | implement Sync on stdioFileHandle | Achille Roussel |
2023-05-03 | os: add os.(*File).Sync | Achille Roussel |
2023-05-03 | syscall: add fsync using libc | Achille Roussel |
2023-04-29 | examples/usb-midi: remove serial communication from MIDI example | deadprogram |
2023-04-29 | machine/usb: move MIDI under usb/adc (Audio Device Class) package | deadprogram |