aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2023-07-02example: adjust time offsetYurii Soldak
2023-07-02compiler,reflect: NumMethods reports exported methods onlyDamian Gryski
2023-07-02reflect: fix iterating over maps with interface{} keysDamian Gryski
2023-07-02reflect: Add FieldByNameFuncTyler Rockwood
2023-07-01reflect: remove unecessary heap allocationssoypat
2023-07-01machine/usb/hid,joystick: fix hidreport (3) (#3802)sago35
2023-06-22nrf: wait for stop condition after reading from the I2C busAyke van Laethem
2023-06-18example: simplify pininterruptYurii Soldak
2023-06-17reflect: use .key() instead of a type assertAyke van Laethem
2023-06-17os: define ErrNoDeadlineStepan Rakitin
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