-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Support Pinoccio board #52
Comments
Hey @eiginn , Thanks a lot for this proposition 👍 Do you have this board? P.S: You can move this code to |
Yeah I do have some of these boards. Thanks for the tip on keeping the board definition separate. |
Tasks:
|
I can't manage to get the pinoccio working with PlatformIO.
Any progress with this? |
@robin7331 is this project alive? I see that they don't support it. |
I don't think the Pinoccio project is still active in terms of further development. I personally have a couple of boards that I use for quick prototyping and so on. Therefore it would be great to code them via platformio! |
@robin7331 how do you program these boards now? |
Arduino IDE |
Do you use the latest Arduino IDE with board_manifest.json or previous 1.5.x? |
I am running the latest Version of the Arduino IDE (1.6.9). |
This is URL that you paste to Arduino IDE to add support for Pinoccio. Could you share it here? |
Ah I got it! |
@valeros please add support for this board |
Hi @robin7331 ! |
* develop: Update docs for Teensy USB Features // Issue #722 Implement Teensy 2.0 USB functionality (HID, SERIAL_HID, DISK, MIDI, etc.) // Resolve #722 Add support for Pinoccio Scout board // Resolve #52 Fix broken LD Script for Element14 chipKIT Pi board // Resolve #725 Resolve #726 Fix USB flags processing for teensy platform // Issue #722 Add Pinoccio board // Issue #52 Minor improvements for CLion docs Improved docs for integration with CLion IDE Version bump to 2.11.1 (issues #472, #629, #710, #711, #712, #713, #718) Typo fix Add "udev" rules for OpenOCD CMSIS-DAP adapters // Resolve #718 Update history Ignore "[platformio]" section from custom project configuration CI Bump to 2.11.1b1 Add Arduino M0 Pro and Tian to the examples // Issue #472 Fix issue when `pioenvs` folder doesn't exist Add more info about `.pioenvs` directory Improve CMSIS selection for SAMD21 boards Improve support for SAMD21 based boards Add contributing guidelines
* develop: (21 commits) Use stable docs Version bump to 2.11.2 (issues #500, #533, #732, #731, #737, #733, #438, #722, #52, #725) Update project configuration template Use stable docs Implement firmware merging with base firmware for Nordic nRF51 development platform // Resolve #500 , Resolve #533 Fix firmware uploading to Atmel SAMD21-XPRO board using ARM mbed framework // Resolve #732 Add firmware merging process for nordicnrf51 // Issue #533, #500 Add OpenOCD as an alternative upload method for atmelsam platform // Issue #732 Sync flags parser with PlatformIO 3.0 branch // Resolve #738 Update ``udev`` rules for the new STM32F407DISCOVERY boards // Resolve #731 Add explanation about "Failed to find MSBuild toolsets directory" Add support for local "--echo" for Serial Port Monitor // Resolve #733 Update history Improve support for Microchip PIC32 development platform and ChipKIT boards // Resolve #438 Fix Project Generator for ESP8266 and ARM mbed based projects Switch to gcc-built LwIP library for espressif platform Push 2.11.2.dev2 Fix linking process for microchippic32 platfrom // Issue #438 Improve Project Generator for PlatformIO IDE (fixes incorrect linter errors)
Version bump to 2.11.2 (issues platformio#500, platformio#533, platformio#732, platformio#731, platformio#737, platformio#733, platformio#438, platformio#722, platformio#52, platformio#725)
Uses a chip not used in other arduinos currently defined atmega256rfr2
https://github.com/Pinoccio/core-pinoccio/blob/master/avr/boards.txt
https://github.com/Pinoccio/core-pinoccio/blob/master/avr/platform.txt
Tried my hand at adding it to boards but don't think i fully grasp what needs to be done
The text was updated successfully, but these errors were encountered: