aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2023-06-11rp2040: add spi busy waits on read and read/write transactionsv0.28.1soypat
2023-06-09compiler,reflect: add tagged pointers for **T etcDamian Gryski
2023-06-08Support for the M5STACK M5StickC ESP32-PICO deviceivoszz
2023-06-08compiler,reflect: use two bits of the meta byte for comparable/isBinaryDamian Gryski
2023-06-04machine/rp2040: fix i2c crash when getting abort while waiting for stop condi...soypat
2023-06-03fix bug in rp2040 SetPeriod implementationsoypat
2023-06-01Add bluemicro840 boardPierre Constantineau
2023-05-29fix go:noinlines in volatile packagesoypat
2023-05-29samd21: fix issue with WS2812 driverAyke van Laethem
2023-05-21attiny1616: implement Pin.Get()Ayke van Laethem
2023-05-20avr: add attiny1616 supportAyke van Laethem
2023-05-20add Settings to debug.BuildInfoRajat Jindal
2023-05-17compileopts: don't filter build tags, use specific build tags insteadAyke van Laethem
2023-05-16machine: add DefaultUART to xiaosago35
2023-05-16src/reflect: remove overflow checks from uvarint32Damian Gryski
2023-05-16runtime: fix structField.data commentDamian Gryski
2023-05-16compiler,reflect: make field offsets varintsDamian Gryski
2023-05-14reflect: optimize Zero() a little bitAyke van Laethem
2023-05-14machine/usb/hid: fix hidreport (2)sago35
2023-05-14machine/flash: remove FlashBuffer, modify flash example to use BlockDevice in...deadprogram
2023-05-09nrf: add ADC oversampling supportAyke van Laethem
2023-05-09nrf: add sample time to ADCAyke van Laethem
2023-05-09nrf: add ability to set the reference voltageAyke van Laethem
2023-05-09nrf: refactor ADC code a little bitAyke van Laethem
2023-05-09pinetime: update the target fileAyke van Laethem
2023-05-07machine/usb/hid: fix hidreportsago35
2023-05-07machine/rp2040: correct write block size for flashdeadprogram
2023-05-07machine/rp2040: correct param for number of bytes to be erased by flashdeadprogram
2023-05-06machine/atsam*, nrf, rp2040, stm32: correct error flashBlockDevice pad() func...deadprogram
2023-05-06Add dummy package for `runtime/metrics` to that modules that depend upon it (...Daz Wilkin
2023-05-05os: implement os.(*File).WriteAt (#3697)Achille
2023-05-05machine/usb/descriptor: further refactor HID report creationdeadprogram
2023-05-05machine/usb/descriptor: rename and export Append() to make it easier to creat...deadprogram
2023-05-05machine/usb/descriptor: refactor HID report creationdeadprogram
2023-05-03os: implement os.(*File).ReadDir for -target=wasiAchille Roussel
2023-05-03implement Sync on stdioFileHandleAchille Roussel
2023-05-03os: add os.(*File).SyncAchille Roussel
2023-05-03syscall: add fsync using libcAchille Roussel
2023-04-29examples/usb-midi: remove serial communication from MIDI exampledeadprogram
2023-04-29machine/usb: move MIDI under usb/adc (Audio Device Class) packagedeadprogram
2023-04-28machine/usb/hid/mouse: add support for mouse back and forwardsago35
2023-04-28machine/usb/hid/joystick: handle case where we cannot find the correct HID de...deadprogram
2023-04-28machine/usb: refactoring descriptors into subpackage for modularitydeadprogram
2023-04-27add struct size and field offsets to reflect dataDamian Gryski
2023-04-27cortexm: fix stack size offsetAyke van Laethem
2023-04-26runtime: improve panic message when heap allocating in an interruptAyke van Laethem
2023-04-26runtime: print the address where a panic happenedAyke van Laethem
2023-04-25Add machine.CPUReset() (#3595)Scott Feldman
2023-04-25machine/gba: rename display and make pointer receiversdeadprogram
2023-04-24device/gba: additional IO mapping for sound, DMA, SIO, and spritesdeadprogram