Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F256K2 Basic Development Project Template

I find myself repeating this layout over and over again working with basic projects for the wildbits f256k2. Thought I'd just share it in case it helps anyone else out in getting started.

To use it with windows/powershell you should just have to hit F5. But the build.ps1 script can be adapted to do whatever you generally need it to.

You will need to configure the scripts in here to change the names to whatever you want them to do and add some sprites.

Usage

  1. Clone the project
  2. Rename it
  3. Modify or add your own .bas file to the source directory and put some code in there
  4. Change build.ps1 in the root of the project to support your new names.
  5. See the sprites readme for adding sprites.
  6. Double check the foenixmgr.ini file and make sure you are using the com port your f256k/k2 is plugged into
  7. You should be able to just hit F5 on windows to build and deploy it
  8. Profit!

Notes

  • This project is setup to work on the actual hardware as I don't typically use the emulator. It can, however, be adapted to any workflow you like.
  • The source code in the /src directory will be auto-numbered and saved in the root of the project during the build.
  • The build.ps1 can be commented and uncommented at will so you don't have to build everything everytime. For instance, I frequently comment out the sprite lines if I'm not created new sprites on each deploy.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages