diff options
| author | Damien George | 2015-04-18 21:27:10 +0100 |
|---|---|---|
| committer | Damien George | 2015-04-18 21:40:59 +0100 |
| commit | 90e6d0c2ac3dcda46d93b061802692444bd931a4 (patch) | |
| tree | cd7d6869f3b38ca034560ed080c83c65c664bde6 /stmhal/boards/ESPRUINO_PICO/pins.csv | |
| parent | e4b4e5aa31752968d78a87fb97a99f0915ca7614 (diff) | |
stmhal: Add support for Espruino Pico board.
To build:
make BOARD=ESPRUINO_PICO
To deploy: short the BOOT0/BTN contact on the back of the board (eg by
drawing over it with a graphite pencil), then hold down BTN while
inserting the board into the USB port. The board should then enter DFU
mode, and the firmware can be downloaded using:
make BOARD=ESPRUINO_PICO deploy
Diffstat (limited to 'stmhal/boards/ESPRUINO_PICO/pins.csv')
| -rw-r--r-- | stmhal/boards/ESPRUINO_PICO/pins.csv | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/stmhal/boards/ESPRUINO_PICO/pins.csv b/stmhal/boards/ESPRUINO_PICO/pins.csv new file mode 100644 index 000000000..636eb2cb3 --- /dev/null +++ b/stmhal/boards/ESPRUINO_PICO/pins.csv @@ -0,0 +1,34 @@ +B3,PB3 +B4,PB4 +B5,PB5 +B6,PB6 +B7,PB7 +A8,PA8 +B8,PB8 +B9,PB9 +A10,PA10 +A0,PA0 +A1,PA1 +A2,PA2 +A3,PA3 +A4,PA4 +A5,PA5 +A6,PA6 +A7,PA7 +B1,PB1 +B10,PB10 +B13,PB13 +B14,PB14 +B15,PB15 +B0,PB0 +SW,PC13 +LED_RED,PB2 +LED_GREEN,PB12 +USB_VBUS,PA9 +USB_DM,PA11 +USB_DP,PA12 +OSC32_IN,PC14 +OSC32_OUT,PC15 +NC1,PA13 +NC2,PA14 +NC3,PA15 |
