tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.51k stars 914 forks source link

Devices/esp missing? #4528

Closed MrNavaStar closed 1 month ago

MrNavaStar commented 1 month ago

Most of the directories under devices have a [device name].go that has all of the memory registers mapped out. The esp ones seem to be missing from the repo.

I am trying to work on my esp canbus driver, however I am stuck on this. Any help appreciated.

Thanks

sago35 commented 1 month ago

You should probably run make gen-devices.

https://tinygo.org/docs/guides/build/additional-requirements/

MrNavaStar commented 1 month ago

Thanks so much, this seems like what I was looking for