I'm currently trying to use a Texas Instruments MSP432E401Y MCU with TinyGo. I would like to avoid having to modify the TinyGo installation, but it looks like the Go package management forces me to at least create machine/machine_msp432.go and runtime/runtime_msp432.go inside the TinyGo tree. Am I overlooking something?
This is not currently supported. It's something I want to move towards eventually but that will require a lot of work (and probably break backwards compatibility in some way).
I'm currently trying to use a Texas Instruments MSP432E401Y MCU with TinyGo. I would like to avoid having to modify the TinyGo installation, but it looks like the Go package management forces me to at least create machine/machine_msp432.go and runtime/runtime_msp432.go inside the TinyGo tree. Am I overlooking something?