Skip to content

Releases: picocomputer/rp6502

Version 0.9

30 Sep 01:07
Compare
Choose a tag to compare

Updated littlefs to v2.9.3. This fixes the failed formatting of the internal file system on a brand new Pi Pico RIA.

Version 0.8

24 Jul 23:59
Compare
Choose a tag to compare

DO NOT USE. Use 0.9 or later. The littlefs in this release won't format a new Pi Pico.

Updated TinyUSB to fix USB CDC not supporting break on all operating systems.

Version 0.7

15 Feb 01:25
Compare
Choose a tag to compare
  • PS4 Gamepad support
  • Incremental screen clearing
  • clock() api for cc65 sleep()

Version 0.6

11 Jan 01:48
Compare
Choose a tag to compare

This release adds the Programmable Sound Generator. No other significant changes.

Version 0.5

15 Dec 01:34
Compare
Choose a tag to compare

TinyUSB hub support is still spotty. I had to swap ports for it to see all my devices. Someone reported this on the previous version too.

If you get littlefs warnings, change a setting to automatically upgrade the filesystem.

  • VSYNC IRQ support added to RIA.
  • stdin_opt() added to API.
  • Mode 2 glitch fixed.
  • Num pad support added.
  • EN_US_QUERTY keyboards fully work. They send the same ANSI codes as xterm.
  • Line editor has been greatly enhanced. It should behave as a subset of readline. You can use all the usual shortcuts for moving around by character or word. But no history.
  • littlefs upgraded to 2.8.1.
  • TinyUSB updated to 0.16.0.

Version 0.4

10 Nov 02:06
Compare
Choose a tag to compare

Developers must update rp6502-sdk, .vscode/tasks.json, and .gitignore.

  • Added VGA modes 1, 2 and 4. All modes (0-4) are complete. 
  • time.h support from brentwood 
  • multiline input for stdin
  • unlink() and rename() added 
  • picoprobe removed from Pico VGA.

Version 0.3

20 Oct 16:47
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release
  • Direct keyboard and mouse input
  • stdin/fgets working
  • caps-lock working
  • 2bpp mode3 graphics

Version 0.2

02 Oct 06:29
Compare
Choose a tag to compare

This release has a new ABI and SDK. You must recompile.

  • Added programmable VGA system
  • ANSI terminal upgraded to 16-bit color

Version 0.1

19 Aug 21:34
7126ead
Compare
Choose a tag to compare

First versioned release.