Search results

  1. I

    Teensy dev-platform 4.13 for PlatformIO is out! 🚀

    Could you try re-run `pio update` in https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli and build again?
  2. I

    Teensy dev-platform 4.13 for PlatformIO is out! 🚀

    Could you navigate to `C:\Users\Frank\.platformio\platforms` and remove all `teensy*` folders? Does it work now if you start building a project?
  3. I

    Teensyduino 1.54 Released

    Do you use the latest Teensy dev-platform for PlatformIO? See https://forum.pjrc.com/threads/67885-Teensy-dev-platform-4-13-for-PlatformIO-is-out!
  4. I

    Teensy dev-platform 4.13 for PlatformIO is out! 🚀

    We are pleased to announce the next release v4.13 of the Teensy development platform in our PlatformIO Open Source July Updates. What's New New board SparkFun MicroMod Teensy Updated Teensyduino to v1.54 (release notes) Minor fixes and improvements See Teensy Release Notes for details...
  5. I

    Teensy dev-platform 4.10 for PlatformIO is out! 🚀

    We are pleased to announce the next release v4.10.0 of Teensy development platform. What's New Updated Teensyduino to v1.53 (release notes) See Teensy Release Notes for details. Documentation - http://docs.platformio.org/en/latest/platforms/teensy.html Examples -...
  6. I

    Teensy dev-platform 4.9 for PlatformIO is out! 🚀 Full support for Teensy 4.1

    We are pleased to announce the next release v4.9.0 of Teensy development platform. What's New Full support for the new Teensy 4.1 board (10/100 Mbit Ethernet PHY, access more I/O, memory expansion) Updated Teensyduino to v1.52 (release notes) See Teensy Release Notes for details...
  7. I

    Teensy dev-platform 4.8.0 for PlatformIO is out! 🚀

    Thanks for the kind words. We would like to see more happy Teensy users. The problem is that there is no link to PlatformIO on Teensy website. So, people even do not know that there is something modern and better for professional development. We contacted Paul Stoffregen and he promised to add a...
  8. I

    Teensy dev-platform 4.8.0 for PlatformIO is out! 🚀

    Thanks for using PlatformIO! Please note that we added UI for "platformio.ini" in the latest release. Not all people noticed this. See more info here https://community.platformio.org/t/platformio-core-4-2/11980
  9. I

    Teensy dev-platform 4.8.0 for PlatformIO is out! 🚀

    We are pleased to announce the next release v4.8.0 of Teensy development platform. What’s New Updated Teensyduino to v1.51 Fixed missing math libraries in the Arduino build script Updated teensy_loader_cli tool in tool-teensy package for Linux Documentation 👉...
  10. I

    Possible WS2812 Library conflict with USBMidi?

    Thanks! Fixed in https://github.com/platformio/platform-teensy/releases/tag/v4.1.0 Please run `$ pio update` in PlatformIO IDE Terminal or using PlatformIO IDE > PIO Home > Platforms > Updates.
  11. I

    Possible WS2812 Library conflict with USBMidi?

    Could we use for other Teensy 3+ the same profile?
  12. I

    Possible WS2812 Library conflict with USBMidi?

    In Arduino IDE it's named as "Smallest Code" which adds "-Os --specs=nano.specs" flags.
  13. I

    Possible WS2812 Library conflict with USBMidi?

    Thanks! @PaulStoffregen, could we use `TEENSY_OPT_SMALLEST_CODE` as default optimization profile?
  14. I

    Possible WS2812 Library conflict with USBMidi?

    I mean to use Teensyduino: - USB Type: Serial + Midi - Optimization: Faster See https://pasteboard.co/I083nQL.png
  15. I

    Possible WS2812 Library conflict with USBMidi?

    Please try this It seems that this combination also does not work with Teensyduino. Am I right?
  16. I

    Possible WS2812 Library conflict with USBMidi?

    1. Do you use the latest Teensy dev/platform for PlatformIO? Please run `$ pio update` in IDE Terminal 2. Could you try USB_MIDI_SERIAL + Faster Optimization profile in Arduino IDE. Does it work for you?
  17. I

    Possible WS2812 Library conflict with USBMidi?

    @Paul, should we use "Smallest code" as default optimization profile for all Teensy boards?
  18. I

    Possible WS2812 Library conflict with USBMidi?

    Hm... We've reproduced this issue now. The problem is linked only with Teensy LC. The only for this board a default optimization profile is "Smallest code". We introduced optinization profiles a few weeks ago. You can read more here...
  19. I

    Possible WS2812 Library conflict with USBMidi?

    Ok, that was the wrong message by me before. Actually, it works in the same way as with Arduino IDE. Could you provide non-working PlatformIO project? I used the next configuration: [env:teensy31] platform = teensy board = teensy31 framework = arduino build_flags = -D USB_MIDI_SERIAL What do...
  20. I

    Possible WS2812 Library conflict with USBMidi?

    Sorry for the delay. We have reproduced this issue and will come soon with updates. Thanks!
  21. I

    Possible WS2812 Library conflict with USBMidi?

    Do you use the same optimization profiles? USB settings? See docs how to configure them https://docs.platformio.org/en/latest/platforms/teensy.html#configuration Can I reproduce this issue without MIDI device? I have Teensy 3.1 and 3.6. Thanks!
  22. I

    Uploading to teensy with platformio gives error teensy_reboot not found (Raspberry Pi

    If someone will have this ARM binary of `teensy_reboot`, please share it at https://github.com/platformio/platform-teensy/issues/38 P.S: I put some hook and it should work now without this `teensy_reboot`. Please run `pio update` on RPi side.
  23. I

    Teensyduino 1.42 Beta #6

    Thank you so much! I've just opened a feature request https://github.com/platformio/platform-teensy/issues/36
  24. I

    PlatformIO: Huge update for Teensy development platform 3.0.0

    We are pleased to announce the release of Teendy development platform 3.0. This release introduces many new features and performance improvements. The notable changes are as follows: Added support for J-Link debugger for Teensy 3.x New USB features, see docs Updated Teensyduino to 1.4.1...
  25. I

    PlatformIO IDE: The next generation IDE for IoT development

    Sure, you need PlatformIO Core, command line tool.
  26. I

    PlatformIO IDE: The next generation IDE for IoT development

    Who did say? :) See details in #3 PIO Remote™. Basic features of PIO Remote are FREE and included in Community plan. Opposite quetion: Why you can't use? :) See docs for Library Manager: - http://docs.platformio.org/page/librarymanager/index.html
  27. I

    PlatformIO IDE: The next generation IDE for IoT development

    No need to open any SSH ports or etc. Just start PIO Remote Agent on RPi and program connected devices from anywhere in the world. See - http://docs.platformio.org/page/plus/pio-remote.html
  28. I

    PlatformIO IDE: The next generation IDE for IoT development

    Please report this issue to apropriate repository https://github.com/platformio/platform-teensy/issues Thanks!
  29. I

    PlatformIO IDE: The next generation IDE for IoT development

    PlatformIO 3.0 is very stable. Please don't see on "Alpha" label. PlatformIO and its satellite projects covered with dozens unit and integration tests. We would be thankful if you try it with your projects. PlatformIO 3.0 is planned for release next week. Here is documentation how to install the...
  30. I

    PlatformIO IDE: The next generation IDE for IoT development

    PlatformIO 3.0 allows to manage external development platforms and their packages. See platform.json manifest for Teensy development platform. If you use PlatformIO 2.0, you can update Teensy framework manually. Please visit `~/.platformio/packages/framework-arduinoteensy` folder.
  31. I

    ADC library, with support for Teensy 4, 3.x, and LC

    It works without any problems for me. ``` $ mkdir /tmp/teensy $ platformio init -d /tmp/teensy -b teensy31 $ git clone https://github.com/pedvide/ADC.git /tmp/teensy/lib/ADC $ cp /tmp/teensy/lib/ADC/examples/readPin/readPin.ino /tmp/teensy/src/readAllPins.ino $ platformio run -d /tmp/teensy ```...
  32. I

    ADC library, with support for Teensy 4, 3.x, and LC

    Please post your issue to https://community.platformio.org with demo sketch. Thanks. Regards, Ivan @ PlatformIO
  33. I

    PlatformIO IDE: The next generation IDE for IoT development

    There are a lot of different themes, including white.
  34. I

    PlatformIO IDE: The next generation IDE for IoT development

    Do you have any problems when build project usin PlatformIO IDE Terminal? Type `pio run` or `pio run -t upload`. I would understand where problem is hidden. Thanks.
  35. I

    PlatformIO IDE: The next generation IDE for IoT development

    Could you provide a more detailed output of the build process? Thanks.
  36. I

    PlatformIO IDE: The next generation IDE for IoT development

    Do you mean that you have used this "Import Wizard" and still have problems? Here is detailed info about PlatformIO Project Structure. Also, please check a few Teensy examples http://docs.platformio.org/en/latest/platforms/teensy.html#examples We want to create really professional IDE. In this...
  37. I

    PlatformIO IDE: The next generation IDE for IoT development

    PlatformIO Project != Sketch from Arduino IDE. Please use PlatformIO IDE `Menu: PlatformIO > Import Arduino IDE Project...`. This wizard allows to import Arduino IDE based project and even to keep it compatible between PlatformIO and Arduino IDE. Also, take a look at this example. What is...
  38. I

    PlatformIO IDE: The next generation IDE for IoT development

    @blackketter thanks a lot for the great feedback! We work on the improvements for PlatformIO ecosystem each day. @defragster I've just fixed docs as @stevech proposed above.
  39. I

    PlatformIO IDE: The next generation IDE for IoT development

    Dear Community, We are glad to present PlatformIO an open source ecosystem for IoT development with cross platform build system and library manager for Teensy development platform. It works on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone...
  40. I

    Could you help us with testing of a new PlatformIO 1.0 and Teensy?

    @hoosieree, if you have any problems with PlatformIO, don't hesitate to contact us.
  41. I

    Could you help us with testing of a new PlatformIO 1.0 and Teensy?

    Hey, I would ask you to read original reddit post (pre-release) which contains all key features which have been implemented in the 1.0.0-dev and how to install/try PlatformIO 1.0. PlatformIO 1.0 has support for Teens 2.0, Teensy++ 2.0, Teensy 3.0 and Teensy 3.1. Teensy development platform in...
  42. I

    Build/upload source code with PlatformIO

    It compiles/uploads code according to build scripts. More info here https://github.com/ivankravets/platformio/tree/develop/platformio/builder/scripts Tools are not located in GitHub repo. They require a lot of disk space. See __pkgmanifesturl__ Under "dependencies or requirements" I mean...
  43. I

    Build/upload source code with PlatformIO

    Platformio isn't replacement to any IDE. It's addition to alternative IDE/Text Editors which haven't source building mechanism and etc. For example: VIM, Sublime Text and etc.. Although, the main audience of PlatformIO are people which like to build source code from the CLI. But the main target...
  44. I

    Build/upload source code with PlatformIO

    As for summary: I didn't want duplicate this information here, because sometime people think that it is spam :( You can read more clear info on main page of documentation http://docs.platformio.ikravets.com/ As for screenshots: This is summary of common commands and how do they look: And...
  45. I

    Build/upload source code with PlatformIO

    Hi, I want to introduce another way to build single source code for different embedded platforms. This happens due to cross-platform code builder named PlatformIO. It doesn't has any dependencies or requirements. The only 1 requirement is Python Interpreter. It works on Mac/Window/Linux 32/64 &...
Back
Top