tinygo/src
Ayke van Laethem 3ee47a9c1b esp: add support for the Espressif ESP32 chip
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.
2020-08-31 09:02:23 +02:00
..
device esp: add support for the Espressif ESP32 chip 2020-08-31 09:02:23 +02:00
examples machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PWM pins. Also adds some useful constants to clarify peripheral clock usage 2020-08-30 09:27:17 +02:00
internal arm: automatically determine stack sizes 2020-08-27 19:23:22 +02:00
machine esp: add support for the Espressif ESP32 chip 2020-08-31 09:02:23 +02:00
os extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
reflect extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
runtime esp: add support for the Espressif ESP32 chip 2020-08-31 09:02:23 +02:00
sync extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
syscall nintendoswitch: Add experimental Nintendo Switch support without CRT 2020-07-31 00:58:09 +02:00
testing cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00