Age | Commit message (Expand) | Author |
2023-12-23 | main: add -serial=rtt support | Ayke van Laethem |
2023-12-20 | machine/nano-rp2040: add UART1 and correct mappings for NINA via UART. | deadprogram |
2023-12-20 | machine/serial, rp2040: add support for hardware flow control | deadprogram |
2023-12-19 | net: update to latest main branch with accept fix | deadprogram |
2023-12-17 | stub out more types/funcs to compile against golang.org/x/net/internal/socket... | Scott Feldman |
2023-12-09 | net: update to latest main branch with TCPListener | deadprogram |
2023-12-09 | modules: update net submodule to latest commit with http Client Transport int... | deadprogram |
2023-12-08 | runtime: stub out Breakpoint() function | deadprogram |
2023-12-06 | modules: switch to main branch of net submodule | deadprogram |
2023-12-06 | move syscall constants for networking into net space to avoid windows build i... | Scott Feldman |
2023-12-06 | move IPPROTO_TLS to netdev to avoid src/syscall dependency | Scott Feldman |
2023-12-06 | Add network device driver model, netdev | Scott Feldman |
2023-12-06 | modules: add tinygo net package as submodule | deadprogram |
2023-12-06 | src/net: remove existing files to replace with submodule | deadprogram |
2023-12-05 | machine/atmega: uart double speed mode | Yurii Soldak |
2023-12-04 | machine/esp32c3: implement RNG | deadprogram |
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 |