Age | Commit message (Expand) | Author |
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 |
2023-04-28 | machine/usb/hid/mouse: add support for mouse back and forward | sago35 |
2023-04-28 | machine/usb/hid/joystick: handle case where we cannot find the correct HID de... | deadprogram |
2023-04-28 | machine/usb: refactoring descriptors into subpackage for modularity | deadprogram |
2023-04-27 | add struct size and field offsets to reflect data | Damian Gryski |
2023-04-27 | cortexm: fix stack size offset | Ayke van Laethem |
2023-04-26 | runtime: improve panic message when heap allocating in an interrupt | Ayke van Laethem |
2023-04-26 | runtime: print the address where a panic happened | Ayke van Laethem |
2023-04-25 | Add machine.CPUReset() (#3595) | Scott Feldman |
2023-04-25 | machine/gba: rename display and make pointer receivers | deadprogram |
2023-04-24 | device/gba: additional IO mapping for sound, DMA, SIO, and sprites | deadprogram |
2023-04-18 | samd51: fix ADC multisampling | Ayke van Laethem |