aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples
AgeCommit message (Expand)Author
6 daysfeature: modify i2s interface/implementation to better match specificationdeadprogram
2024-11-29examples: use default UART settings in echo exampledeadprogram
2024-06-27wasm-unknown: make sure the os package can be importedAyke van Laethem
2024-06-14Add smoke tests for machine packageAyke van Laethem
2024-02-15examples: add example for use with wasm-unknown targetdeadprogram
2023-11-07machine/usb: add support for ISERIAL descriptorsago35
2023-11-02doc: fix a typo in the rtcinterrupt example (#3981)Christian Ege
2023-10-27nrf,sam,rp2040: add machine.HardwareID functionKenneth Bell
2023-10-01bulid: Rename Makefile to GNUmakefileayan george
2023-09-07machine/usb/adc/midi: improve implementation to include several new messagesdeadprogram
2023-08-15samd51,rp2040,nrf528xx,stm32: implement watchdogKenneth Bell
2023-07-27avr: pin change interruptYurii Soldak
2023-07-02example: adjust time offsetYurii Soldak
2023-06-18example: simplify pininterruptYurii Soldak
2023-05-29fix go:noinlines in volatile packagesoypat
2023-05-20avr: add attiny1616 supportAyke van Laethem
2023-05-14machine/flash: remove FlashBuffer, modify flash example to use BlockDevice in...deadprogram
2023-04-29examples/usb-midi: remove serial communication from MIDI exampledeadprogram
2023-04-17examples: replace fmt with encoding/hex in usb-midi exampledeadprogram
2023-04-04i2c: implement target mode for rp2040 and nrfKenneth Bell
2023-04-03machine/usb/hid/joystick: move joystick under HID as it belongs and also remo...deadprogram
2023-03-22examples: use hid-keyboard example to show how to to override default USB VID...deadprogram
2023-03-12arm: enable functions in RAM for go & cgoKenneth Bell
2023-02-27machine/stm32, nrf: flash API (#3472)Ron Evans
2023-02-23rp2040: rtc delayed interruptYurii Soldak
2023-01-17Add PDM support for circuitplay-bluefruit (#3359)Marcus Sorensen
2023-01-07Add USB HID joystick support (#3366)irieda
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-12-01atsame5x: reduce heap allocationsago35
2022-10-17machine/usb: rename 'New()' to 'Port()' to have the API better match the sing...deadprogram
2022-09-21rp2040: add machine.ReadTemperatureAyke van Laethem
2022-09-07examples: adds summary of wasm examples and fixes callback bugAdrian Cole
2022-08-04examples/wasm: improve Makefilesago35
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-07-27usb/midi: add definition of MIDI note numbersago35
2022-07-21machine/usb/midi: add NoteOn, NoteOff, and SendCC methods for more complete APIdeadprogram
2022-07-13usb: rename callback to handler to keep consistentdeadprogram
2022-07-12usb: add support for midisago35
2022-06-18atmega2560: support UART1-3Yurii Soldak
2022-06-11samd21,samd51,nrf52840: add support for USBHID (keyboard / mouse)sago35
2022-06-01os, runtime: enable os.Stdin for baremetal targetsago35
2022-04-26Pico adc input ch support (#2737)lincolngill
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-12-14examples: add example to exercise random number generationdeadprogram
2021-09-01machine/rp2040: add PWM implementation (#2015)Patricio Whittingslow
2021-06-11stm32: support pin input interruptsKenneth Bell
2021-06-10runtime: expose memory statsYurii Soldak
2021-05-28stm32f103 (bluepill): add pwmKenneth Bell
2021-05-28stm32f7: add pwmKenneth Bell
2021-05-28stm32l4: add pwmKenneth Bell