Search results

  1. getSurreal

    How to stop loading Teensy loader after compile?

    I know this is an old post, but I was looking for this information and this was the best result I found. I ended up figuring it out by taking the information in the Arduino compiler output where it referenced "teensy_post_compile". I then searched the files for any reference to it and found...
  2. getSurreal

    Intermittent Error compiling for boardTeensy 3.2 / 3.1.

    Thanks for the responses. I do have verbose enabled and like I mentioned, it was clean. I think Paul may be on to something. I checked my resources and while it said I had a GB of available memory, it also showed I had 1.5GB of swap in use. I shutdown as much as I could, restarted a couple...
  3. getSurreal

    Intermittent Error compiling for boardTeensy 3.2 / 3.1.

    I'm getting intermittent compile failures. If I just keep recompiling over and over again sometimes it will work and sometimes it won't. I'm not posting the code because it's pretty large and in multiple files, but it's using the hardware and libraries listed below. OSX 10.11.6 Arduino 1.6.11...
  4. getSurreal

    Teensyduino 1.21 Test #2 Available

    Did the pin33 low on boot issue get addressed in this one? https://forum.pjrc.com/threads/24823-Teensy-3-1-Tying-Pin-33-(pta4)-low-freezes-teensy?highlight=pin33
  5. getSurreal

    Adafruit 2.8" TFT Touch Shield for Arduino for Teensy 3.1

    Great! Thank you Paul! I was researching everything was compatible before getting into the project.
  6. getSurreal

    Adafruit 2.8" TFT Touch Shield for Arduino for Teensy 3.1

    Is there an official solution available now?
  7. getSurreal

    Teensyduino 1.20 Release Candidate #5 Available

    Is the pin33 low on boot issue addressed in this? http://forum.pjrc.com/threads/24823-Teensy-3-1-Tying-Pin-33-%28pta4%29-low-freezes-teensy?highlight=pin33
  8. getSurreal

    Teensy3.1 i2c

    What does it mean that pins 19 and 16 are both listed as SCL0 and 18 and 17 are both SDA0? Are pins 16 and 17 not available for general IO when using pins 18 and 19 for i2c?
Back
Top