Skip to content

Releases: Ryzee119/usb64

build-202410112011

11 Oct 20:12

Choose a tag to compare

pio: Update to teensy platform 5.0

build-202210260119

26 Oct 01:20
61153f4

Choose a tag to compare

Input: Support additional USB Hub

build-202209210246

21 Sep 02:46
0c0727f

Choose a tag to compare

Build: Reorder dependancy install

Install wheel before platformio

build-202209202151

20 Sep 21:51

Choose a tag to compare

Input: Add Xbox Duke mapping

build-202209202134

20 Sep 21:35
3dcad28

Choose a tag to compare

Build: Fix deprecation warnings for platformio.ini

build-202208080619

08 Aug 06:20

Choose a tag to compare

hw: Add 100pF filtering capacitors

build-202110290732

29 Oct 07:33
c3dae9b

Choose a tag to compare

This release brings usb64 up to the latest 'stable' release of the Teensy library.

SD driver/Fatfs completely replaced. This seems alot faster than before so changing to TPAK is a bit faster.
*Note: For some reason this seems more picky about the format of the SD Card. I had to format mine with https://www.sdcard.org/downloads/formatter/ for it to work..
Memory allocation to external RAM now uses Teensy's own function instead of my own.
I fixed a couple bugs in the n64 backend code. This could have caused issues in some theoretical cases although I never saw an issue in practise.

This include alot of backend changes by the Teensy team. Hopefully alot of these are optimisations/stablility improvements for an overall better experience.

build-202109040414

04 Sep 04:15

Choose a tag to compare

Add Randnet keyboard emulation support. Connect a USB keyboard and this should detect automatically

USB Host will force 12mbps speed which fixes some devices connected via a hub.

build-202012142305

14 Dec 23:06

Choose a tag to compare

n64: Only interrupt if n64 is on
Main: Setup IO in early hook
Should help is some rare cases that the Teensy holds a controller line low at boot up preventing the n64 from booting.

TFT: Add temperature readout.
Reads the internal Teensy temp sensor and displays it on the LCD.

build-202011260806

26 Nov 08:06

Choose a tag to compare

Added support for Xbox Series S/X controller (Wired)