PlatformIO MiniCore support
See original GitHub issueHi!
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:
- Created 4 years ago
- Reactions:2
- Comments:29 (29 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We are going to refactor all our bord list and split them into:
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
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.