Teensyduino 1.58 Released

Could you share the 1.58.1 compiled code which (maybe) causes this problem?

Sure, but understand it works fine at start and I don't know how to trigger that condition.

I prepare the archives (one with source and another with product) that I'm going to PM you.

Code:
Using library SdFat at version 2.1.2 in folder: C:\Users\hlide\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.58.1\libraries\SdFat 
Using library SPI at version 1.0 in folder: C:\Users\hlide\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.58.1\libraries\SPI

When everything goes well, Serial displays:
Code:
ZEXALL virtual Z80 by Christophe Avoinne
Frequency: 816000000 Hz
[SETUP]
[BUS] Setup... done.
[Z80] Setup... done.
SD initialization failed!
SD contents:
---
Testing "zexall"...
[Z80] Initing... done.
[Z80] Now running!
Z80 instruction exerciser
<adc,sbc> hl,<bc,de,hl,sp>....  OK
add hl,<bc,de,hl,sp>..........  OK
add ix,<bc,de,ix,sp>..........  OK
add iy,<bc,de,iy,sp>..........  OK
aluop a,nn....................  OK
aluop a,<b,c,d,e,h,l,(hl),a>..  OK
aluop a,<ixh,ixl,iyh,iyl>.....  OK
aluop a,(<ix,iy>+1)...........  OK
bit n,(<ix,iy>+1).............  OK
bit n,<b,c,d,e,h,l,(hl),a>....  OK
cpi<r>........................  OK
cpd<r>........................  ERROR **** crc expected:134b622d found:0241a81f
<daa,cpl,scf,ccf>.............  OK
<inc,dec> a...................  OK
<inc,dec> b...................  OK
<inc,dec> bc..................  OK
<inc,dec> c...................  OK
<inc,dec> d...................  OK
<inc,dec> de..................  OK
<inc,dec> e...................  OK
<inc,dec> h...................  OK
<inc,dec> hl..................  OK
<inc,dec> ix..................  OK
<inc,dec> iy..................  OK
<inc,dec> l...................  OK
<inc,dec> (hl)................  OK
<inc,dec> sp..................  OK
<inc,dec> (<ix,iy>+1).........  OK
<inc,dec> ixh.................  OK
<inc,dec> ixl.................  OK
<inc,dec> iyh.................  OK
<inc,dec> iyl.................  OK
ld <bc,de>,(nnnn).............  OK
ld hl,(nnnn)..................  OK
ld sp,(nnnn)..................  OK
ld <ix,iy>,(nnnn).............  OK
ld (nnnn),<bc,de>.............  OK
ld (nnnn),hl..................  OK
ld (nnnn),sp..................  OK
ld (nnnn),<ix,iy>.............  OK
ld <bc,de,hl,sp>,nnnn.........  OK
ld <ix,iy>,nnnn...............  OK
ld a,<(bc),(de)>..............  OK
ld <b,c,d,e,h,l,(hl),a>,nn....  OK
ld (<ix,iy>+1),nn.............  OK
ld <b,c,d,e>,(<ix,iy>+1)......  OK
ld <h,l>,(<ix,iy>+1)..........  OK
ld a,(<ix,iy>+1)..............  OK
ld <ixh,ixl,iyh,iyl>,nn.......  OK
ld <bcdehla>,<bcdehla>........  OK
ld <bcdexya>,<bcdexya>........  OK
ld a,(nnnn) / ld (nnnn),a.....  OK
ldd<r> (1)....................  OK
ldd<r> (2)....................  OK
ldi<r> (1)....................  OK
ldi<r> (2)....................  OK
neg...........................  OK
<rrd,rld>.....................  OK
<rlca,rrca,rla,rra>...........  OK
shf/rot (<ix,iy>+1)...........  OK
shf/rot <b,c,d,e,h,l,(hl),a>..  OK
<set,res> n,<bcdehl(hl)a>.....  OK
<set,res> n,(<ix,iy>+1).......  OK
ld (<ix,iy>+1),<b,c,d,e>......  OK
ld (<ix,iy>+1),<h,l>..........  OK
ld (<ix,iy>+1),a..............  OK
ld (<bc,de>),a................  OK
Tests complete
The test is probably taking about ~15 minutes but you don't need to wait the end of it.
 
Here it is:

Ah yes, that's the post install script thing I remembered. Good to know similar function is in the tools.

But these probably won't work, because they run too late, only after install of all files. By that point, installing has already failed because some persistent resource is causing the operating system to block deleting the old files or writing new ones.

Really what we need is a "pre uninstall" script. It will stop any background processes and free up any persistent resources and do any special cleanup, so uninstalling can be successful.
 
Hi all :)
I'm trying to test it but bit defender recognize it as a malicious and close the IDE after approx 30 seconds even if I do nothing.
I can't allow the process because it's a working computer and I do not have the power user password.
Teensyduino 1.58 Released - Page 5 — Mozilla Firefox.jpg
 
Back
Top