Which board type for Trinket M0 when building CircuitPython

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
erik2019
 
Posts: 29
Joined: Tue Aug 21, 2018 1:30 am

Which board type for Trinket M0 when building CircuitPython

Post by erik2019 »

I am trying to building CircuitPython for Trinket M0 but I can’t figure it out which board I shall use. Please help

User avatar
Franklin97355
 
Posts: 23910
Joined: Mon Apr 21, 2008 2:33 pm

Re: Which board type for Trinket M0 when building CircuitPyt

Post by Franklin97355 »

Should be this with the download on circuitpython.org.

User avatar
erik2019
 
Posts: 29
Joined: Tue Aug 21, 2018 1:30 am

Re: Which board type for Trinket M0 when building CircuitPyt

Post by erik2019 »

Yes I know. I need to do some changes to the CircuitPython core and I can’t figure it out which board I need to use for the Trinket M0 board?

User avatar
neradoc
 
Posts: 542
Joined: Wed Apr 27, 2016 2:38 pm

Re: Which board type for Trinket M0 when building CircuitPyt

Post by neradoc »

The... Trinket M0 ! (ok ok the board ID is trinket_m0)
The board files are here: ports/atmel-samd/boards/trinket_m0

Code: Select all

cd ports/atmel-samd
make BOARD=trinket_m0
Fun fact, the board id is the same as used in the URL on circuitpython.org, and is the name of the board directory.

User avatar
erik2019
 
Posts: 29
Joined: Tue Aug 21, 2018 1:30 am

Re: Which board type for Trinket M0 when building CircuitPyt

Post by erik2019 »

Aa cool! Big thanks!!

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”