aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-08-25docs: update CHANGELOG for release 0.29v0.29.0deadprogram
2023-08-25all: update version for 0.29 releasedeadprogram
2023-08-24nRF52: set SPI TX/RX lengths even data is empty. Fixes #3868 (#3877)Pertti Erkkilä
2023-08-19make: add task to check NodeJS version before running testsdeadprogram
2023-08-19adding new uf2 target for PCA10056 (#3765)Pierre Constantineau
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-15samd51,rp2040,nrf528xx,stm32: implement watchdogKenneth Bell
2023-08-13loader: merge go.env file which is now required starting in Go 1.21 to correc...deadprogram
2023-08-13main: add target JSON file in `tinygo info` outputAyke van Laethem
2023-08-13rp2040: move flash related functions into separate file from C imports for co...deadprogram
2023-08-11modules: update to go-serial package v1.6.0deadprogram
2023-08-11docker: use Go 1.21 for Docker dev container builddeadprogram
2023-08-10build: switch GH actions builds to use Go 1.21 final releasedeadprogram
2023-08-09builder: update message for max supported Go versiondeadprogram
2023-08-07Add support for HID Keyboard LEDsUnrud
2023-08-07all: use https for renesas submodule #3856Kenneth Bell
2023-08-04board: add AKIZUKI DENSHI AE-RP2040sago35
2023-08-04compiler: improve panic message when a runtime call is unavailableAyke van Laethem
2023-08-04compiler: implement clear builtin for mapsAyke van Laethem
2023-08-04compiler: implement clear builtin for slicesAyke van Laethem
2023-08-04compiler: add min and max builtin supportAyke van Laethem
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-08-04testing: add Testing functionAyke van Laethem
2023-08-04machine/usb/hid: rename Handler() to TxHandler()sago35
2023-08-04machine/usb/hid: add RxHandler interfacesago35
2023-08-02machine/usb: refactor endpoint configurationsago35
2023-08-02machine/usb: allow USB Endpoint settings to be changed externallysago35
2023-08-01machine/usb: remove usbDescriptorConfigsago35
2023-08-01compiler: add compiler-rt to wasm.jsonCharlie Haley
2023-07-31compiler: add compiler-rt and wasm symbols to tableCharlie Haley
2023-07-28wasm: fix functions exported through //exportAyke van Laethem
2023-07-27avr: pin change interruptYurii Soldak
2023-07-20sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceVa...deadprogram
2023-07-16rp2040:add NoPin supportsoypat
2023-07-16nrf: add I2C timeoutAyke van Laethem
2023-07-15machine.UART refactor (#3832)Patricio Whittingslow
2023-07-07machine/rp2040: wait for 1000 us after flash reset to avoid issues with busy ...deadprogram
2023-07-07reflect: add SetZeroAyke van Laethem
2023-07-07main: use `go env` instead of doing all detection manuallyAyke van Laethem
2023-07-07wasi: allow zero inodes when reading directoriesAchille Roussel
2023-07-07reflect: implement Value.GrowAyke van Laethem
2023-07-06machine/samd51: fix i2cTimeout was decreasing due to cache activationsago35
2023-07-05make: add make task to generate Renesas device wrappersdeadprogram
2023-07-05tools/gen-device-svd: small changes needed for Renesas MCUsdeadprogram
2023-07-05modules: add submodule for Renesas SVD file mirror repodeadprogram
2023-07-03main: improve detection of filesystemsAyke van Laethem
2023-07-03machine/macropad_rp2040: add machine.BUTTONsago35
2023-07-03rp2040: add missing suffix to CMD_READ_STATUSMansour Behabadi
2023-07-02example: adjust time offsetYurii Soldak
2023-07-02compiler: update .ll test outputDamian Gryski