How to use microTVM with mimxrt1060_evk

thanks @guberti for looking at this! @YAETHeryk just to give you some context for our long-term plans here: USMP has a notion of “memory pools” which roughly translate to uint8_t arrays. They’re meant to model more complex physical memories like this. Ultimately the plan is to have USMP place tensors into memory pools, then export metadata from TVM which allows our project-generator to add these DMAMEM and PROGMEM annotations for you. We’ve been working on this for a little while now so we’re fairly close–just waiting to get this over the finish line as @guberti alluded to. Hope this helps!