We are pleased to announce the next release v4.10.0 of Teensy development platform.
20833
What's New
Updated Teensyduino to v1.53 (release notes)
Type: Posts; User: ikravets
We are pleased to announce the next release v4.10.0 of Teensy development platform.
20833
What's New
Updated Teensyduino to v1.53 (release notes)
We are pleased to announce the next release v4.9.0 of Teensy development platform.
20217
What's New
Full support for the new Teensy 4.1 board (10/100 Mbit Ethernet PHY, access more I/O,...
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...
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...
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...
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.
Could we use for other Teensy 3+ the same profile?
In Arduino IDE it's named as "Smallest Code" which adds "-Os --specs=nano.specs" flags.
Thanks!
@PaulStoffregen, could we use `TEENSY_OPT_SMALLEST_CODE` as default optimization profile?
I mean to use Teensyduino:
- USB Type: Serial + Midi
- Optimization: Faster
See https://pasteboard.co/I083nQL.png
Please try this
It seems that this combination also does not work with Teensyduino. Am I right?
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...
@Paul, should we use "Smallest code" as default optimization profile for all Teensy boards?
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...
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:
...
Sorry for the delay. We have reproduced this issue and will come soon with updates. Thanks!
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...
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...
Thank you so much! I've just opened a feature request https://github.com/platformio/platform-teensy/issues/36
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...
Sure, you need PlatformIO Core, command line tool.
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:
-...
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
Please report this issue to apropriate repository https://github.com/platformio/platform-teensy/issues
Thanks!
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...
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...
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...
Please post your issue to https://community.platformio.org with demo sketch.
Thanks.
Regards,
Ivan @ PlatformIO
There are a lot of different themes, including white.
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.
Could you provide a more detailed output of the build process? Thanks.
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...
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...
@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.
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...
@hoosieree, if you have any problems with PlatformIO, don't hesitate to contact us.
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...
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...
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...
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...
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...