question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PlatformIO MiniCore support

See original GitHub issue

Hi!

I’m starting to look into PlatformIO MiniCore support. @ivankravets would you prefer if I issued some PRs, or do you want to add it yourself?

  • First I need to add all the respective minicoreXXX.json files here
  • Then I need to add boards_minicore.txt here
  • Add minicore_standard pinout variant here
  • Add MiniCore libraries here
  • And then add the MiniCore core files here

Did I miss anything?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:29 (29 by maintainers)

github_iconTop GitHub Comments

1reaction
ivankravetscommented, Apr 25, 2019

We are going to refactor all our bord list and split them into:

  • Dev KITs (class boards)
  • Devices

We need that to allow developers to start their projects from DEVICES if they have a custom board and would like to use bare programming or SDK.

So, instead of duplicating boards by Arduino cores it is better to have 1 DEVICE and explain in PlatformIO docs for Atmel AVR dev/platform how to switch between Arduino cores and variants.

For example, a few devices:

  • ATMEGA168.json
  • ATTINY88.json

What do you think?

Related issue https://github.com/platformio/platformio-core/issues/2413

0reactions
MCUdudecommented, Jun 2, 2019

I’m able to compile for ATmega328P and ATmega328PB when adding platform = https://github.com/platformio/platform-atmelavr.git to platformio.ini.

platform = atmelavr does not work.

However, I’m not able to create a new project with VSCode. See platformio #2606 for details.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MiniCore/PlatformIO.md at master
It supports most operating systems; Windows, MacOS, Linux 32 and 64-bit, ARM and X86. And best of all, MiniCore is supported! What is...
Read more >
MiniCore + atmega328p - PlatformIO Core
Hello EveryOne! I'm trying to test my sketch with MCUdude's MicroCore. According to GitHub MicroCore is supported by PlatformIO.
Read more >
platformio/framework-arduino-avr-minicore
Arduino Wiring-based Framework for Microchip AVR microcontrollers (MiniCore)
Read more >
Problem with MiniCore
I have been trying to add a custom board. But i have repeatably ran into the one problem: It tells me that it...
Read more >
Arduino — PlatformIO v6.1 documentation
Configure “MiniCore” ... nRF51 Series devices support a range of protocol stacks including ... Supported debugging tools are listed in “Debug” column.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found