aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2024-05-12targets: add support for m5paperJohann Freymuth
2024-05-10machine: add TxFifoFreeLevel() for CANsago35
2024-05-08machine/stm32: add i2c Frequency and SetBaudRate() function for boards that w...deadprogram
2024-04-30Add 'make spell' target, fix what it finds. In .go files, only checks comments.Dan Kegel
2024-04-28simulator: add support for GetRNGAyke van Laethem
2024-04-28simulator: fix I2C supportAyke van Laethem
2024-04-27runtime: skip negative sleep durations in sleepTicksElias Naur
2024-04-26rp2040: fix timeUnit typeAyke van Laethem
2024-04-24machine/thingplus_rp2040, machine/waveshare-rp2040-zero:add WS2812 definitionsago35
2024-04-22Lint: lint and fix src/{os,reflect} (#4228)dkegel-fastly
2024-04-20chore: fix function names in commenthongkuang
2024-04-19add stm32 nucleol476rg supportPatrick Ting
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2024-04-14add os.Linkleongross
2024-04-13machine: add __tinygo_spi_tx function to simulatorAyke van Laethem
2024-04-04rp2040: make all RP2040 boards available for simulationAyke van Laethem
2024-04-04rp2040: move UART0 and UART1 to common fileAyke van Laethem
2024-03-27os, testing: just check runtime.GOOS == "wasip1"Randy Reddig
2024-03-27syscall: use libc_getpagesize instead of hard-coded constantRandy Reddig
2024-03-27all: replace target=wasi with target=wasip1Randy Reddig
2024-03-27Map the rest of the pinoutPatrick Lindsay
2024-03-27Begin implementing support for Adafruit ESP32 Feather V2Patrick Lindsay
2024-03-21feather-nrf52840-sense doesn't use LFXOAnders Savill
2024-03-19all: move -panic=trap support to the compiler/runtimeAyke van Laethem
2024-03-09net: update to net package with Buffers implementationdeadprogram
2024-03-02runtime: add Frame.Entry fieldRandy Reddig
2024-03-02syscall: add wasm_unknown to some additional files so it can compile more codedeadprogram
2024-02-28net: update to latest maindeadprogram
2024-02-25Stub CallSlice for ValueAkshay Pai
2024-02-23targets: add support for Thumbydeadprogram
2024-02-19device: update SVD filesAyke van Laethem
2024-02-19all: make TinyGo code usable with "big Go" CGoAyke van Laethem
2024-02-17targets/wasm_unknown: remove _start to _initialize to match WASIdeadprogram
2024-02-17targets/wasm_unknown: use proper defaults for GCdeadprogram
2024-02-15examples: add example for use with wasm-unknown targetdeadprogram
2024-02-15target/wasm_unknown: remove bulk memory and use imported memory for extreme t...deadprogram
2024-02-15runtime, targets: some WIP on wasm unknown in part from PR #3072deadprogram
2024-02-12nrf52840: generic board support (#4121)BCG
2024-02-11machine/rp2040: set XOSC startup delay multiplierXudong Zheng
2024-02-09esp32: switch over to the official SVD fileAyke van Laethem
2024-01-31reflect: move indirect values into interface when setting interfacesDamian Gryski
2024-01-29rp2040: add definition for machine.PinToggleBCG
2024-01-26sync: implement trylocksoypat
2024-01-23targets: add motor control pin definitions for MKS Nano V3x boardsElias Naur
2024-01-23targets: add support for the MKS Robin Nano V3.xElias Naur
2024-01-23fix typoDaniel Esteban
2024-01-20reflect: update to Go 1.22 semanticsAyke van Laethem
2024-01-19runtime: add runtime.rand functionAyke van Laethem
2024-01-19reflect: add TypeFor[T]Ayke van Laethem
2024-01-17bytealg: update to Go 1.22Ayke van Laethem