Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Board request for TinyCore #16

Open
prosperv opened this issue Jun 20, 2020 · 4 comments
Open

Board request for TinyCore #16

prosperv opened this issue Jun 20, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@ivankravets ivankravets transferred this issue from platformio/platformio-core Jun 22, 2020
@MCUdude
Copy link
Contributor

MCUdude commented Nov 27, 2020

(Should be moved to the platformio/platform-atmelmegaavr repo)

@valeros valeros transferred this issue from platformio/platform-atmelavr Nov 30, 2020
@MCUdude
Copy link
Contributor

MCUdude commented Nov 30, 2020

There is no reason why these boards can't be used with megaTinyCore when support for this core is ready.

@valeros
Copy link
Member

valeros commented Nov 30, 2020

Hi @prosperv ! Could you please briefly explain the benefits of using TinyCore when there is already megaTinyCore that supports that MCUs?

@MCUdude
Copy link
Contributor

MCUdude commented Nov 30, 2020

You can find the source for TinyCore here. It's is pretty much identical to megaTinyCore (but has not been updated recently), and the only difference I've been able to find is the Arduino pin mappings in pins_arduino.h. but one can always use the PIN macros to refer to pins: digitalWrite(PIN_PA7, HIGH);.

IMO it's not a good idea to add cores to PlatformIO that's based on someone else's core, but are not under active development and aren't even that popular compared to megaTinyCore, which supports all tiny0/1's.

@valeros valeros added the enhancement New feature or request label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants