mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
580 B
39 lines
580 B
.DS_Store
|
|
.vscode
|
|
go.work
|
|
go.work.sum
|
|
|
|
docs/_build
|
|
src/device/avr/*.go
|
|
src/device/avr/*.ld
|
|
src/device/avr/*.s
|
|
src/device/esp/*.go
|
|
src/device/nrf/*.go
|
|
src/device/nrf/*.s
|
|
src/device/nxp/*.go
|
|
src/device/nxp/*.s
|
|
src/device/sam/*.go
|
|
src/device/sam/*.s
|
|
src/device/sifive/*.go
|
|
src/device/sifive/*.s
|
|
src/device/stm32/*.go
|
|
src/device/stm32/*.s
|
|
src/device/kendryte/*.go
|
|
src/device/kendryte/*.s
|
|
src/device/rp/*.go
|
|
src/device/rp/*.s
|
|
./vendor
|
|
llvm-build
|
|
llvm-project
|
|
build/*
|
|
|
|
# Ignore files generated by smoketest
|
|
test
|
|
test.bin
|
|
test.elf
|
|
test.exe
|
|
test.gba
|
|
test.hex
|
|
test.nro
|
|
test.wasm
|
|
wasm.wasm
|
|
|