Age | Commit message (Expand) | Author |
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 |
2023-07-02 | example: adjust time offset | Yurii Soldak |
2023-07-02 | compiler,reflect: NumMethods reports exported methods only | Damian Gryski |
2023-07-02 | reflect: fix iterating over maps with interface{} keys | Damian Gryski |
2023-07-02 | reflect: Add FieldByNameFunc | Tyler Rockwood |
2023-07-01 | reflect: remove unecessary heap allocations | soypat |
2023-07-01 | machine/usb/hid,joystick: fix hidreport (3) (#3802) | sago35 |
2023-06-22 | nrf: wait for stop condition after reading from the I2C bus | Ayke van Laethem |
2023-06-18 | example: simplify pininterrupt | Yurii Soldak |
2023-06-17 | reflect: use .key() instead of a type assert | Ayke van Laethem |
2023-06-17 | os: define ErrNoDeadline | Stepan Rakitin |
2023-06-11 | rp2040: add spi busy waits on read and read/write transactionsv0.28.1 | soypat |
2023-06-09 | compiler,reflect: add tagged pointers for **T etc | Damian Gryski |
2023-06-08 | Support for the M5STACK M5StickC ESP32-PICO device | ivoszz |
2023-06-08 | compiler,reflect: use two bits of the meta byte for comparable/isBinary | Damian Gryski |
2023-06-04 | machine/rp2040: fix i2c crash when getting abort while waiting for stop condi... | soypat |
2023-06-03 | fix bug in rp2040 SetPeriod implementation | soypat |
2023-06-01 | Add bluemicro840 board | Pierre Constantineau |
2023-05-29 | fix go:noinlines in volatile package | soypat |
2023-05-29 | samd21: fix issue with WS2812 driver | Ayke van Laethem |
2023-05-21 | attiny1616: implement Pin.Get() | Ayke van Laethem |
2023-05-20 | avr: add attiny1616 support | Ayke van Laethem |
2023-05-20 | add Settings to debug.BuildInfo | Rajat Jindal |
2023-05-17 | compileopts: don't filter build tags, use specific build tags instead | Ayke van Laethem |
2023-05-16 | machine: add DefaultUART to xiao | sago35 |
2023-05-16 | src/reflect: remove overflow checks from uvarint32 | Damian Gryski |