PaulStoffregen
77e813b2a6
analogWriteResolution() returns prior setting
před 7 roky
PaulStoffregen
83b837a520
Don't try slow clock for PWM on Teensy LC (not supported by hardware)
před 7 roky
PaulStoffregen
da92eda747
Start USB sooner during delay before running user code
před 7 roky
PaulStoffregen
c117b46778
Never inline _init_Teensyduino_internal_
před 7 roky
PaulStoffregen
e76a593adc
Allow attachInterrupt without pinMode (for AVR compatibility)
před 8 roky
PaulStoffregen
56f36603ad
Add pinMode INPUT_DISABLE
před 8 roky
Tilo Nitzsche
66e384c22a
"Fast pin interrupt dispatching based on CLZ."
před 8 roky
Tilo Nitzsche
c5083ed7cd
Fix issue #181 . Improved pin interrupt dispatch performance.
před 8 roky
PaulStoffregen
f496103194
Always define the SD card pins - do it like we mean it!
před 8 roky
PaulStoffregen
b03b27ece5
Support PWM on pins 16 & 17 on Teensy 3.6
před 8 roky
Kurt Eckhardt
db1e687b18
T3.5/T3.6 Beta: Optional Allow SDCard pins
With the new beta boards, for those users who don't need an SDCard for
their project, it would be great to allow them to use the 6 IO pins
associated with the SDCARD for other purposes. This would probably
require a cheap adapter, but these are nice signals to be able to be
used. They include:
SPI1: SCK, MISO, MOSI, CS0-2
Serail2: TX/RX
Serial4: TX/RX
I2C1: SCL/SDA
This change adds support for GPIO, SPI, Serial2 and Serial4
před 8 roky
PaulStoffregen
88dce04d81
Add extra K66 pin defines
před 8 roky
PaulStoffregen
bb95e546fe
Increase startup delay slightly
před 8 roky
Kurt Eckhardt
eb97df1ffe
PulseIn on LC issue
PulseIn may fail on LC as it is using *reg to test the value for on or
off, but on LC register is a bitmask associated with several IO pins.
So split off for LC to use the MASK value for the pin to test high and
low.
Warning did not update timings for this, which may be necessary as adds
an & in the loop. However when I tried TLC for 5000us timeout, it timed
out with 5138us, if I decremented the PULSEIN_LOOPS_PER_USEC by one,
then it timed out at 4398... This was at 49mhz.
před 8 roky
Frank
c0921e7b0d
add additonal F_TIMER (FTM_MOD)
...were missing :)
před 8 roky
PaulStoffregen
6040145aac
More K66 overclocking options
před 8 roky
Xenoamor
1d197b5b7f
Update pins_teensy.c
Add INPUT_PULLDOWN and OUTPUT_OPENDRAIN options for pinMode()
před 8 roky
PaulStoffregen
c364608480
Even more defs
před 8 roky
PaulStoffregen
e0dd146824
More defs
před 8 roky
PaulStoffregen
59a7b221fa
Fix delay when yield longer than 1ms
před 8 roky
PaulStoffregen
c006772eeb
Add startup delay - improves Windows & I2C sensor experience
před 9 roky
Thierry Frenkel
0e397cc970
Allow low frequencies for analogWriteFrequency
In case the desired frequency is too low to be obtained with F_TIMER
because prescale and mod were at their limits, switch automatically to
the alternative clock source (31250Hz) before determining prescale and
mod with the same algorithm as before.
před 9 roky
PaulStoffregen
aa212b61e0
Defs for MK66FX1M0
před 9 roky
PaulStoffregen
1e49af2dd2
Add register definitions
před 9 roky
PaulStoffregen
ca6b6fd9b0
opps, fix delayMicroseconds on Teensy-LC at 24 MHz for realz
před 9 roky
PaulStoffregen
00d45085e6
fix delayMicroseconds on Teensy-LC at 24 MHz
https://forum.pjrc.com/threads/28932-LC-is-10-9-times-slower-than-T3-1?p=75775&viewfull=1#post75775
před 9 roky
PaulStoffregen
61b29fa289
Optimize delayMicroseconds() on Teensy-LC
https://forum.pjrc.com/threads/28932-LC-is-10-9-times-slower-than-T3-1
před 9 roky
PaulStoffregen
28a3eb04f0
analogWriteFrequency uses float for frequency
před 9 roky
duff2013
06f4defa2d
(MKL26Z64) update for F_PLL <= 16MHz
před 9 roky
PaulStoffregen
7a68c0f911
Add dummy RTC functions for Teensy-LC
před 9 roky
PaulStoffregen
af89f7072e
Add support for Teensy-LC DAC
před 9 roky
PaulStoffregen
9b8d74c089
Initial support for Teensy-LC
před 9 roky
PaulStoffregen
c2ef8b638e
Fix analogWriteFrequency on pinx 25 & 32
před 10 roky
PaulStoffregen
3b5dc896f7
Add attachInterruptVector()
před 10 roky
PaulStoffregen
663e4fddec
Add support for 2, 4, 8, 16MHz (Duff)
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
a0907930d6
Fix SPI
Attention, slower SPI
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
25cc2c3de9
Restore brief delay before USB init
před 10 roky
PaulStoffregen
729c211500
Support for Teensy 3.1
před 11 roky
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
před 11 roky