Age | Commit message (Expand) | Author |
2023-12-03 | machine/esp32c3: move i2c implementation into separate file to skip m5stamp-c... | deadprogram |
2023-12-03 | machine/esp32c3: corrected implementation for error handling and when to expe... | deadprogram |
2023-12-03 | machine/esp32c3: handle defaults for I2C configuration | deadprogram |
2023-12-03 | machine/esp32c3: implement i2c for esp32-c3 | Dmitriy |
2023-12-03 | machine/atmega: bufferSize = 32 | Yurii Soldak |
2023-12-02 | machine/atmega328pb: refactor to enable extra uart | Yurii Soldak |
2023-11-28 | targets: add Adafruit qtpy-esp32c3 board support | deadprogram |
2023-11-28 | machine/esp32c3: implement USB_SERIAL for USBCDC communication | deadprogram |
2023-11-07 | machine/usb: add support for ISERIAL descriptor | sago35 |
2023-11-04 | Bump wasi-libc to SDK 20 | Elliott Sales de Andrade |
2023-11-04 | reflect: stub FuncOf() | Shane O'Donovan |
2023-11-02 | doc: fix a typo in the rtcinterrupt example (#3981) | Christian Ege |
2023-10-27 | machine/stm32: implement DeviceID() with unique ID per processor | deadprogram |
2023-10-27 | nrf,sam,rp2040: add machine.HardwareID function | Kenneth Bell |
2023-10-17 | machine/spi: use interface to ensure uniformity for all machine implementations | deadprogram |
2023-10-14 | machine/i2c: add interface check and implementation where missing for SetBaud... | Ron Evans |
2023-10-13 | Fix bitstring order in precise GC docs (#3947) | Anuraag Agrawal |
2023-10-04 | all: refactor goenv.Version to add the git sha1 if needed | Ayke van Laethem |
2023-10-01 | bulid: Rename Makefile to GNUmakefile | ayan george |
2023-09-16 | atsamd21, atsamd51: add support for USB INTERRUPT OUT | sago35 |
2023-09-12 | machine/rp2040: always use the USB device enum fix, even in chips that suppos... | deadprogram |
2023-09-11 | Board support for Adafruit Gemma M0 (#3903) | Timothy Rule |
2023-09-10 | compiler,reflect: add support for [...]T -> []T in reflect | Damian Gryski |
2023-09-07 | machine/usb/adc/midi: improve implementation to include several new messages | deadprogram |
2023-09-05 | runtime: refactor markGlobals to findGlobals | Ayke van Laethem |
2023-08-24 | nRF52: set SPI TX/RX lengths even data is empty. Fixes #3868 (#3877) | Pertti Erkkilä |
2023-08-17 | wasm: add support for GOOS=wasip1 | Ayke van Laethem |
2023-08-15 | samd51,rp2040,nrf528xx,stm32: implement watchdog | Kenneth Bell |
2023-08-13 | rp2040: move flash related functions into separate file from C imports for co... | deadprogram |
2023-08-07 | Add support for HID Keyboard LEDs | Unrud |
2023-08-04 | board: add AKIZUKI DENSHI AE-RP2040 | sago35 |
2023-08-04 | compiler: implement clear builtin for maps | Ayke van Laethem |
2023-08-04 | all: Go 1.21 support | Ayke van Laethem |
2023-08-04 | testing: add Testing function | Ayke van Laethem |
2023-08-04 | machine/usb/hid: rename Handler() to TxHandler() | sago35 |
2023-08-04 | machine/usb/hid: add RxHandler interface | sago35 |
2023-08-02 | machine/usb: refactor endpoint configuration | sago35 |
2023-08-02 | machine/usb: allow USB Endpoint settings to be changed externally | sago35 |
2023-08-01 | machine/usb: remove usbDescriptorConfig | sago35 |
2023-07-27 | avr: pin change interrupt | Yurii Soldak |
2023-07-20 | sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceVa... | deadprogram |
2023-07-16 | rp2040:add NoPin support | soypat |
2023-07-16 | nrf: add I2C timeout | Ayke van Laethem |
2023-07-15 | machine.UART refactor (#3832) | Patricio Whittingslow |
2023-07-07 | machine/rp2040: wait for 1000 us after flash reset to avoid issues with busy ... | deadprogram |
2023-07-07 | reflect: add SetZero | Ayke van Laethem |
2023-07-07 | wasi: allow zero inodes when reading directories | Achille Roussel |
2023-07-07 | reflect: implement Value.Grow | Ayke van Laethem |
2023-07-06 | machine/samd51: fix i2cTimeout was decreasing due to cache activation | sago35 |
2023-07-03 | machine/macropad_rp2040: add machine.BUTTON | sago35 |