Age | Commit message (Expand) | Author |
6 days | feature: modify i2s interface/implementation to better match specification | deadprogram |
2024-11-29 | examples: use default UART settings in echo example | deadprogram |
2024-06-27 | wasm-unknown: make sure the os package can be imported | Ayke van Laethem |
2024-06-14 | Add smoke tests for machine package | Ayke van Laethem |
2024-02-15 | examples: add example for use with wasm-unknown target | deadprogram |
2023-11-07 | machine/usb: add support for ISERIAL descriptor | sago35 |
2023-11-02 | doc: fix a typo in the rtcinterrupt example (#3981) | Christian Ege |
2023-10-27 | nrf,sam,rp2040: add machine.HardwareID function | Kenneth Bell |
2023-10-01 | bulid: Rename Makefile to GNUmakefile | ayan george |
2023-09-07 | machine/usb/adc/midi: improve implementation to include several new messages | deadprogram |
2023-08-15 | samd51,rp2040,nrf528xx,stm32: implement watchdog | Kenneth Bell |
2023-07-27 | avr: pin change interrupt | Yurii Soldak |
2023-07-02 | example: adjust time offset | Yurii Soldak |
2023-06-18 | example: simplify pininterrupt | Yurii Soldak |
2023-05-29 | fix go:noinlines in volatile package | soypat |
2023-05-20 | avr: add attiny1616 support | Ayke van Laethem |
2023-05-14 | machine/flash: remove FlashBuffer, modify flash example to use BlockDevice in... | deadprogram |
2023-04-29 | examples/usb-midi: remove serial communication from MIDI example | deadprogram |
2023-04-17 | examples: replace fmt with encoding/hex in usb-midi example | deadprogram |
2023-04-04 | i2c: implement target mode for rp2040 and nrf | Kenneth Bell |
2023-04-03 | machine/usb/hid/joystick: move joystick under HID as it belongs and also remo... | deadprogram |
2023-03-22 | examples: use hid-keyboard example to show how to to override default USB VID... | deadprogram |
2023-03-12 | arm: enable functions in RAM for go & cgo | Kenneth Bell |
2023-02-27 | machine/stm32, nrf: flash API (#3472) | Ron Evans |
2023-02-23 | rp2040: rtc delayed interrupt | Yurii Soldak |
2023-01-17 | Add PDM support for circuitplay-bluefruit (#3359) | Marcus Sorensen |
2023-01-07 | Add USB HID joystick support (#3366) | irieda |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-12-01 | atsame5x: reduce heap allocation | sago35 |
2022-10-17 | machine/usb: rename 'New()' to 'Port()' to have the API better match the sing... | deadprogram |
2022-09-21 | rp2040: add machine.ReadTemperature | Ayke van Laethem |
2022-09-07 | examples: adds summary of wasm examples and fixes callback bug | Adrian Cole |
2022-08-04 | examples/wasm: improve Makefile | sago35 |
2022-08-04 | all: format code according to Go 1.19 rules | Ayke van Laethem |
2022-07-27 | usb/midi: add definition of MIDI note number | sago35 |
2022-07-21 | machine/usb/midi: add NoteOn, NoteOff, and SendCC methods for more complete API | deadprogram |
2022-07-13 | usb: rename callback to handler to keep consistent | deadprogram |
2022-07-12 | usb: add support for midi | sago35 |
2022-06-18 | atmega2560: support UART1-3 | Yurii Soldak |
2022-06-11 | samd21,samd51,nrf52840: add support for USBHID (keyboard / mouse) | sago35 |
2022-06-01 | os, runtime: enable os.Stdin for baremetal target | sago35 |
2022-04-26 | Pico adc input ch support (#2737) | lincolngill |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2021-12-14 | examples: add example to exercise random number generation | deadprogram |
2021-09-01 | machine/rp2040: add PWM implementation (#2015) | Patricio Whittingslow |
2021-06-11 | stm32: support pin input interrupts | Kenneth Bell |
2021-06-10 | runtime: expose memory stats | Yurii Soldak |
2021-05-28 | stm32f103 (bluepill): add pwm | Kenneth Bell |
2021-05-28 | stm32f7: add pwm | Kenneth Bell |
2021-05-28 | stm32l4: add pwm | Kenneth Bell |