Skip to content

Commit

Permalink
pico: add minimal board config header for picovision
Browse files Browse the repository at this point in the history
So you can build with `-DPICO_BOARD=pimoroni_picovision` instead of
`-DPICO_BOARD=pico_w -DPICO_ADDON=pimoroni_picovision`
  • Loading branch information
Daft-Freak committed Nov 7, 2024
1 parent c028783 commit 53764d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 32blit-pico/board/pimoroni_picovision.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef _BOARDS_PIMORONI_PICOSYSTEM_H
#define _BOARDS_PIMORONI_PICOSYSTEM_H

#define PIMORONI_PICOVISION

#include "boards/pico_w.h"

#endif

0 comments on commit 53764d3

Please sign in to comment.