Skip to content

picocomputer/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP6502 Examples

Examples for your Picocomputer. For setup information, see:
https://github.com/picocomputer/rp6502-vscode

You must have on your development system:

  • VSCode. This has its own installer.
  • A source install of this CC65.
  • The following suite of tools for your specific OS.
$ sudo apt-get install cmake python3 pip git build-essential
$ pip install pyserial

Change the VSCode CMake launch target to select which example to run. Press CTRL-SHIFT-B or "Run Build Task..." to launch target.