rp2/boards/MACHDYNE_WERKZEUG: Add support for Machdyne Werkzeug.
Signed-off-by: machdyne <philip@machdyne.com>
This commit is contained in:
19
ports/rp2/boards/MACHDYNE_WERKZEUG/board.json
Normal file
19
ports/rp2/boards/MACHDYNE_WERKZEUG/board.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"deploy": [
|
||||||
|
"../deploy.md"
|
||||||
|
],
|
||||||
|
"docs": "",
|
||||||
|
"features": [
|
||||||
|
"Dual-core",
|
||||||
|
"External Flash",
|
||||||
|
"USB-C"
|
||||||
|
],
|
||||||
|
"images": [
|
||||||
|
"werkzeug.jpg"
|
||||||
|
],
|
||||||
|
"mcu": "rp2040",
|
||||||
|
"product": "Werkzeug",
|
||||||
|
"thumbnail": "",
|
||||||
|
"url": "https://machdyne.com/product/werkzeug-multi-tool/",
|
||||||
|
"vendor": "Machdyne"
|
||||||
|
}
|
||||||
3
ports/rp2/boards/MACHDYNE_WERKZEUG/mpconfigboard.cmake
Normal file
3
ports/rp2/boards/MACHDYNE_WERKZEUG/mpconfigboard.cmake
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# cmake file for Machdyne Werkzeug
|
||||||
|
set(PICO_BOARD "machdyne_werkzeug")
|
||||||
|
set(PICO_PLATFORM "rp2040")
|
||||||
3
ports/rp2/boards/MACHDYNE_WERKZEUG/mpconfigboard.h
Normal file
3
ports/rp2/boards/MACHDYNE_WERKZEUG/mpconfigboard.h
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
// Board and hardware specific configuration
|
||||||
|
#define MICROPY_HW_BOARD_NAME "Machdyne Werkzeug"
|
||||||
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (384 * 1024)
|
||||||
30
ports/rp2/boards/MACHDYNE_WERKZEUG/pins.csv
Normal file
30
ports/rp2/boards/MACHDYNE_WERKZEUG/pins.csv
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
GP0,GPIO0
|
||||||
|
GP1,GPIO1
|
||||||
|
GP2,GPIO2
|
||||||
|
GP3,GPIO3
|
||||||
|
GP4,GPIO4
|
||||||
|
GP5,GPIO5
|
||||||
|
GP6,GPIO6
|
||||||
|
GP7,GPIO7
|
||||||
|
GP8,GPIO8
|
||||||
|
GP9,GPIO9
|
||||||
|
GP10,GPIO10
|
||||||
|
GP11,GPIO11
|
||||||
|
PMOD10,GPIO12
|
||||||
|
PMOD4,GPIO13
|
||||||
|
PMOD9,GPIO14
|
||||||
|
PMOD3,GPIO15
|
||||||
|
PMOD8,GPIO16
|
||||||
|
PMOD2,GPIO17
|
||||||
|
PMOD7,GPIO18
|
||||||
|
PMOD1,GPIO19
|
||||||
|
LED_GREEN,GPIO20
|
||||||
|
LED_RED,GPIO21
|
||||||
|
USBA_POWER,GPIO22
|
||||||
|
USBA_DN,GPIO23
|
||||||
|
USBA_DP,GPIO24
|
||||||
|
USBA_DP_PU,GPIO25
|
||||||
|
GP26,GPIO26
|
||||||
|
GP27,GPIO27
|
||||||
|
GP28,GPIO28
|
||||||
|
GP29,GPIO29
|
||||||
|
Reference in New Issue
Block a user