PaulStoffregen
eb5d86692a
USB serial receive optimization on Teensy 4.0 - work in progress
před 5 roky
PaulStoffregen
24e0248267
USB serial transmit needs to use zero length packets
před 5 roky
PaulStoffregen
9557c81817
Use DMAMEM for USB serial transmit buffer
před 5 roky
PaulStoffregen
17d02bcaf0
USB serial use different packet sizes at 12 vs 480
před 5 roky
PaulStoffregen
412cb705ed
Implement Serial.availableForWrite()
před 5 roky
PaulStoffregen
5b7e3213b2
Delete old USB serial code, and implement Serial.clear()
před 5 roky
Kurt Eckhardt
0f0639b0c3
Serial.readBytes and Serial.peak
Put in probably temporary bandaids to allow code that uses:
Serial.readBytes(Buffer, cnt);
To function. It simply loops calling the underlying code for Serial.read().
před 5 roky
PaulStoffregen
938be5eaf7
Clear past transfer state when USB host does new enumeration
před 5 roky
PaulStoffregen
a554067ee0
Add USB transmit timeout
před 5 roky
PaulStoffregen
b062b68308
Add USB Serial flush
před 5 roky
PaulStoffregen
533a0c2c00
Improve USB serial transfers
před 5 roky
PaulStoffregen
f5201cfe1d
Fix USB schedule_transfer()
před 5 roky
PaulStoffregen
ee5c5e4131
Fix USB serial receive when transfer is multiple of packet size
před 5 roky
PaulStoffregen
57bc3456ba
Use ATDTW when polling dTD status, and other USB improvements
před 5 roky
PaulStoffregen
7e959d4a14
USB serial receive on IMXRT
před 5 roky
PaulStoffregen
aee29bc892
Fix compiler warnings
před 5 roky
Frank
2a8b5d066e
rmv warning "implicit declaration of function 'delay'"
před 5 roky
PaulStoffregen
a1ff3e9256
Fix USB serial issues printing before device ready
před 5 roky
PaulStoffregen
7153086e77
Don't disturb pin 13 (leftover debugging code)
před 5 roky
PaulStoffregen
addd88d076
basic usb serial on imxrt
před 6 roky
PaulStoffregen
e687673ddf
First commit, Teensy4 work-in-progress
před 6 roky
Frank Bösing
11bd76352d
FCPU 256MHz
před 6 roky
PaulStoffregen
7099935c0e
Update open source license info
před 7 roky
Frank
9febfa653b
Fix: write returns zero ( #202 )
https://forum.pjrc.com/threads/40893-Incorrect-return-for-Serial-write()-on-Teensy-3-6?p=127732#post127732
I'm not sure if this fix has some side-effects - how will other functions react when it does not return zero anymore ?
před 8 roky
PaulStoffregen
6040145aac
More K66 overclocking options
před 8 roky
PaulStoffregen
c364608480
Even more defs
před 8 roky
PaulStoffregen
1225f43fd0
Report Serial bool operator true only after 25 ms
Sometimes the PC or Mac drivers are not actually ready to begin receiving data immediately after they cause DTR or RTS to assert. This delay allows the PC to become ready before we tell sketches the Serial device is true (ready).
před 9 roky
PaulStoffregen
caa5312fbc
Opps, fix compile for slow speeds
před 9 roky
PaulStoffregen
8bdc442fdf
Add TODO comment in USB Serial
před 10 roky
PaulStoffregen
9c1e41e70e
Change room() to writeBufferFree()
https://groups.google.com/a/arduino.cc/d/msg/developers/ls3hkviFYM4/XWT2LbfzNcgJ
před 10 roky
PaulStoffregen
71160e91c2
Add Serial.room()
před 10 roky
PaulStoffregen
d783be33c1
Clean up trailing whitespace
před 10 roky
PaulStoffregen
7bee55654c
Support more CPU and bus frequencies
před 10 roky
Frank Bösing
6942a12ff4
Stripped to overclock add. 144MHz only for Paul
před 10 roky
Frank Bösing
bbd726f690
Update to 168MHz, 42 MHZ Bus, 28MHz Flash
před 10 roky
Frank Bösing
856a79b321
Modified for additional 120MHz Core-Clock
před 10 roky
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
před 11 roky