Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

aricodes-oss/raspberry-pico-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pico-go

A quick and dirty example of using tinygo on your Raspberry Pi Pico, or other rp2040 compatible board.

This requires you to have tinygo installed. The replace directive inside of go.mod is for gopls to be able to pick up the tinygo machine package and provide autocompletion, and may not be necessary in your setup.

Why a Makefile?

tinygo has a flash command, but I was unable to get it working with a PicoProbe (detailed here in appendix A, or page 64).

The Makefile instead uses tinygo to build the binary, and openocd to flash it using the picoprobe.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published