Kurt Eckhardt
d28e889454
T3 - Bug in PINC
Reading wrong register for one bit...
5年前
PaulStoffregen
1cf5d3bbef
Add soft pin config to AVR SPI emulation
7年前
PaulStoffregen
8f137ff3ff
Implement missing AVR SPI register emulation on Teensy 3.x
7年前
PaulStoffregen
7099935c0e
Update open source license info
7年前
PaulStoffregen
1fbcbfd83b
Fix PINC AVR emulation
fixes #231
7年前
Kurt Eckhardt
09dec1905c
Pin 32 is default SCK1 not pin 20
Earlier I had pin 20 as the default SCK1, but card shows that pin 32 is
the default pin
8年前
Kurt Eckhardt
67e4f2166b
T3.5/3.6 - SPI has additional Miso/Mosi/SCK pins
Added in the additional SPI pins
MISO 39
MOSI 28
SCK 27
Tested with my ILI9341_t3n (SPIN) version. Will also
Add to ILI9341_t3.
8年前
PaulStoffregen
f496103194
Always define the SD card pins - do it like we mean it!
8年前
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
8年前
Kurt Eckhardt
c79a667e31
T T3.4 T3.5 SPI2 support
8年前
Kurt Eckhardt
94ce960eef
SPCR1 operations now defined
8年前
Kurt Eckhardt
305fb4da93
SPI1 on T3.4/3.5 - Add SPCR1
8年前
PaulStoffregen
62ea3b9e5b
Allow SPI pin reassign while SPI is running
8年前
PaulStoffregen
d87c9814b9
Disable correct SPI pins on SPI.end
https://forum.pjrc.com/threads/32834-SPI-disable-not-working-correctly-with-setMOSI-setMISO-setSCK
8年前
PaulStoffregen
e0dd146824
More defs
8年前
PaulStoffregen
aa212b61e0
Defs for MK66FX1M0
9年前
PaulStoffregen
9e44ec6ce4
SPI pin configuration on Teensy-LC
9年前
PaulStoffregen
9b8d74c089
Initial support for Teensy-LC
9年前
PaulStoffregen
03fab10654
Add AVR emulation of EIMSK
10年前
PaulStoffregen
479bde6866
Use enum for IRQ numbers, rename mk20dx128.h to kinetis.h
10年前
PaulStoffregen
d783be33c1
Clean up trailing whitespace
10年前
PaulStoffregen
d1b989b883
Fix lockup in SPI.setDataMode(SPI_MODE0)
10年前
PaulStoffregen
17c876a5c9
Add dummy EIMSK in avr_emulation, undo avr/sleep.h workaround
10年前
PaulStoffregen
a3b3f64d0d
make SPCR.enable_pins() public
11年前
PaulStoffregen
9f839edf0b
Keep unused native SPI chip selects high (disabled)
11年前
PaulStoffregen
ac635b7446
SPIFIFO - Interface for fast SPI usage!
11年前
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
11年前