Skip to content

mklcolvin/rp6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP6502 VSCode Scaffolding

This is scaffolding for your new Picocomputer software project. These instructions are for Linux distributions that use apt. A Windows install is demonstrated in a video by Lee Smith. MacOS requires translating the apt-get below to a package manager like brew or port.

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

Go to the GitHub template and select "Use this template" then "Create a new repository". GitHub will make a clean project for you to start with. Then you can download the repository and open the files.

$ git clone [path_to_github]
$ cd [to_where_it_cloned]
$ code .

Install the extensions and choose the default or obvious choice if VSCode prompts you.

You can build with F7. Running a program is done with "Run Build Task..." CTRL-SHIFT-B. If the default communications device doesn't work, edit ".rp6502" in the project root folder. This file will be created the first time you "Run Build Task..." and will be ignored by git.

Edit CMakeLists.txt to add new source and asset files. It's pretty normal C/ASM development from here on.

About

Cloned from picocomputer/rp6502-vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published