Tinygo: Teensy: 4.0 support

Created on 17 Aug 2019  路  5Comments  路  Source: tinygo-org/tinygo

Hi, is there any effort in progress or planned for supporting the Teensy 4.0 board?
It uses the ARM Cortex-M7.

Thanks.

enhancement

Most helpful comment

I think this can be closed, there is now a teensy40 target!

All 5 comments

Hi @wdevore, there is no support right now but multiple people have requested it.
Step one is this PR: https://github.com/posborne/cmsis-svd/pull/82

That PR was merged into the cmsis-svd repo, so now it can be brought into TinyGo to generate the device wrapper.

In #863, I tweaked the generator, so src/device/nxp/mimxrt1062.go is now generated, but there's a lot of work to do, most of which I am unfamiliar with. Once TinyGo can target one teensy, targeting the others should be much less work.

I think this can be closed, there is now a teensy40 target!

Indeed! Now closing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Zambiorix picture Zambiorix  路  3Comments

andrewrynhard picture andrewrynhard  路  7Comments

tranxuanthang picture tranxuanthang  路  8Comments

johanbrandhorst picture johanbrandhorst  路  8Comments

sh0rez picture sh0rez  路  4Comments