aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2023-12-03machine/esp32c3: move i2c implementation into separate file to skip m5stamp-c...deadprogram
2023-12-03machine/esp32c3: corrected implementation for error handling and when to expe...deadprogram
2023-12-03machine/esp32c3: handle defaults for I2C configurationdeadprogram
2023-12-03machine/esp32c3: implement i2c for esp32-c3Dmitriy
2023-12-03machine/atmega: bufferSize = 32Yurii Soldak
2023-12-02machine/atmega328pb: refactor to enable extra uartYurii Soldak
2023-11-28targets: add Adafruit qtpy-esp32c3 board supportdeadprogram
2023-11-28machine/esp32c3: implement USB_SERIAL for USBCDC communicationdeadprogram
2023-11-07machine/usb: add support for ISERIAL descriptorsago35
2023-11-04Bump wasi-libc to SDK 20Elliott Sales de Andrade
2023-11-04reflect: stub FuncOf()Shane O'Donovan
2023-11-02doc: fix a typo in the rtcinterrupt example (#3981)Christian Ege
2023-10-27machine/stm32: implement DeviceID() with unique ID per processordeadprogram
2023-10-27nrf,sam,rp2040: add machine.HardwareID functionKenneth Bell
2023-10-17machine/spi: use interface to ensure uniformity for all machine implementationsdeadprogram
2023-10-14machine/i2c: add interface check and implementation where missing for SetBaud...Ron Evans
2023-10-13Fix bitstring order in precise GC docs (#3947)Anuraag Agrawal
2023-10-04all: refactor goenv.Version to add the git sha1 if neededAyke van Laethem
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