mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
3ee47a9c1b
This is only very minimal support. More support (such as tinygo flash, or peripheral access) should be added in later commits, to keep this one focused. Importantly, this commit changes the LLVM repo from llvm/llvm-project to tinygo-org/llvm-project. This provides a little bit of versioning in case something changes in the Espressif fork. If we want to upgrade to LLVM 11 it's easy to switch back to llvm/llvm-project until Espressif has updated their fork.
22 lines
382 B
Plaintext
22 lines
382 B
Plaintext
build
|
|
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
|
|
vendor
|
|
llvm-build
|
|
llvm-project
|