vkottler / pico

A firmware project for Raspberry Pi microcontrollers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for loading programs via picotool

vkottler opened this issue · comments

Now that we have UART working, the typical workflow will be to reset into the bootloader and then load a .uf2 program.

We need to make sure these are getting produced, then add in some workflow mk hook if we don't have one already

Had to add support for uf2_family / generating the uf2 outputs in general on vkottler/yambs#81.

Initial setup here: vkottler/config#12.

Finished on #8.

(can mk pd)