aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2023-10-01bulid: Rename Makefile to GNUmakefileayan george
2023-09-16atsamd21, atsamd51: add support for USB INTERRUPT OUTsago35
2023-09-12machine/rp2040: always use the USB device enum fix, even in chips that suppos...deadprogram
2023-09-11Board support for Adafruit Gemma M0 (#3903)Timothy Rule
2023-09-10compiler,reflect: add support for [...]T -> []T in reflectDamian Gryski
2023-09-07machine/usb/adc/midi: improve implementation to include several new messagesdeadprogram
2023-09-05runtime: refactor markGlobals to findGlobalsAyke van Laethem
2023-08-24nRF52: set SPI TX/RX lengths even data is empty. Fixes #3868 (#3877)Pertti Erkkilä
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-15samd51,rp2040,nrf528xx,stm32: implement watchdogKenneth Bell
2023-08-13rp2040: move flash related functions into separate file from C imports for co...deadprogram
2023-08-07Add support for HID Keyboard LEDsUnrud
2023-08-04board: add AKIZUKI DENSHI AE-RP2040sago35
2023-08-04compiler: implement clear builtin for mapsAyke van Laethem
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-08-04testing: add Testing functionAyke van Laethem
2023-08-04machine/usb/hid: rename Handler() to TxHandler()sago35
2023-08-04machine/usb/hid: add RxHandler interfacesago35
2023-08-02machine/usb: refactor endpoint configurationsago35
2023-08-02machine/usb: allow USB Endpoint settings to be changed externallysago35
2023-08-01machine/usb: remove usbDescriptorConfigsago35
2023-07-27avr: pin change interruptYurii Soldak
2023-07-20sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceVa...deadprogram
2023-07-16rp2040:add NoPin supportsoypat
2023-07-16nrf: add I2C timeoutAyke van Laethem
2023-07-15machine.UART refactor (#3832)Patricio Whittingslow
2023-07-07machine/rp2040: wait for 1000 us after flash reset to avoid issues with busy ...deadprogram
2023-07-07reflect: add SetZeroAyke van Laethem
2023-07-07wasi: allow zero inodes when reading directoriesAchille Roussel
2023-07-07reflect: implement Value.GrowAyke van Laethem
2023-07-06machine/samd51: fix i2cTimeout was decreasing due to cache activationsago35
2023-07-03machine/macropad_rp2040: add machine.BUTTONsago35
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