View Full Version : Teensyduino 1.29 Beta #4 Available
Here is a fourth (and hopefully final) beta test for Teensyduino 1.29.
EDIT: beta test link removed.
Change since 1.29-beta3 are mostly K66 support...
defragster
07-06-2016, 07:04 PM
Done and works Win_10 - No problems.
Did get a warning on downloaded file:
7562
PaulStoffregen
07-07-2016, 12:18 AM
Thanks. It really does help, try new betas quickly. :)
I'm updating my Win10 install now. We just paid for that new code signing cert... hope Microsoft didn't change policies *again* so soon.
PaulStoffregen
07-07-2016, 01:09 AM
I tried downloading just now with IE. Can't reproduce the problem.
7564
7565
Any ideas? Does Windows give you any more info if you right click on the installer and select Properties and the Digital Signatures tab?
defragster
07-07-2016, 01:30 AM
False Alarm? Double Download confusion? Somehow EDGE corrupted or confused it.
I just downloaded again with no issue. If you look at the text in my screen shot it notes TeensyInstall(1). I ended up with two parallel downloads and both were in my downloads. Both reported the same size, I deleted the (1) file and used the primary TeensyInstall.exe.
sumotoy
07-07-2016, 03:58 AM
installed and run fine here so far... Win 10/64
Frank B
07-07-2016, 06:04 PM
AudioInputUSB is missing - but there's an example "PassTroughUSB"
@Paul, do you want to add output_PT8211, or is it too late ?
PaulStoffregen
07-07-2016, 06:23 PM
AudioInputUSB is missing - but there's an example "PassTroughUSB"
I just tried here. It compiles. A couple warnings, but compiles ok.
Did you set Tools > USB Type to Audio?
PaulStoffregen
07-07-2016, 06:32 PM
@Paul, do you want to add output_PT8211, or is it too late ?
Definitely too late for 1.29.
But I have been putting some thought into this. Rather than grow the number of objects for many similar formats, perhaps the AudioOutputI2S constructor ought to have an optional parameter for other formats, like right & left justified.
Long-term we're going to have a many more input and output objects, for various communication like ethernet streaming, bluetooth, etc.
Frank B
07-07-2016, 06:33 PM
I just tried here. It compiles. A couple warnings, but compiles ok.
Did you set Tools > USB Type to Audio?
oops.. no, of course not
works. sorry :)
Frank B
07-07-2016, 06:34 PM
Definitely too late for 1.29.
But I have been putting some thought into this. Rather than grow the number of objects for many similar formats, perhaps the AudioOutputI2S constructor ought to have an optional parameter for other formats, like right & left justified.
..and without input, mclk..
Ok, just disable the mclk (not needed), input, and remove the frame-sync-early.
sumotoy
07-08-2016, 03:13 AM
In SPI library.cpp, function
bool SPIClass::pinIsChipSelect(uint8_t pin1, uint8_t pin2)
There's a debug serial that should be commented:
Serial.printf("pinIsChipSelect %d %d %x %x\n\r", pin1, pin2, pin1_mask, pin2_mask);
KurtE
07-08-2016, 04:15 AM
Yes sorry, wil put in delta in morning
KurtE
07-08-2016, 01:33 PM
Pull request: https://github.com/PaulStoffregen/SPI/pull/14
Sorry I missed that one.
still serial-problems with osx el capitan.
https://forum.pjrc.com/threads/34196-Serial-Issue-with-Teensy?highlight=capitan
sometimes it works, sometimes it does not.
PaulStoffregen
07-10-2016, 03:38 AM
still serial-problems with osx el capitan.
I tried again to reproduce this problem, but couldn't. See my post on that thread with a screenshot.
Teensyduino 1.29 has been released.
http://www.pjrc.com/teensy/td_download.html
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.