aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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
2023-04-18samd51: fix ADC multisamplingAyke van Laethem
2023-04-17examples: replace fmt with encoding/hex in usb-midi exampledeadprogram
2023-04-12testing: add -test.shuffle to order randomize test and benchmark orderDamian Gryski
2023-04-11testing: move runtime.GC() call to runN to match upstreamDamian Gryski
2023-04-11testing: fix benchmark logging outputDamian Gryski
2023-04-10machine/atsamd51: remove extra BK0RDY clearsago35
2023-04-04rp2040: use DMA for send-only SPI transfersAyke van Laethem
2023-04-04i2c: implement target mode for rp2040 and nrfKenneth Bell
2023-04-04nrf: new peripheral type for nrf528xx chipsKenneth Bell
2023-04-04nrf: move nrf52 family code to correct file nameKenneth Bell
2023-04-04machine: make gosched available to machine packageKenneth Bell
2023-04-03samd51: use correct SPI frequencyAyke van Laethem
2023-04-03machine/usb/hid/joystick: allow joystick settings overridesago35
2023-04-03machine/usb/hid/joystick: move joystick under HID as it belongs and also remo...deadprogram
2023-04-02rp2040: use 4MHz as default frequency for SPIAyke van Laethem