rp2/boards: Add PYBSTICK26 RP2040 board definition.
This commit is contained in:
parent
81f706aee4
commit
c422ca3da1
22
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/board.json
Normal file
22
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/board.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"deploy": [
|
||||||
|
"../deploy.md"
|
||||||
|
],
|
||||||
|
"docs": "",
|
||||||
|
"features": [
|
||||||
|
"USB Stick form factor",
|
||||||
|
"Breadboard Friendly",
|
||||||
|
"Reset/User button",
|
||||||
|
"Red/green/orange/blue leds",
|
||||||
|
"1MB SPI Flash",
|
||||||
|
"USB-A"
|
||||||
|
],
|
||||||
|
"images": [
|
||||||
|
"pybstick-rp2040-26-broches-micropython-c.jpg"
|
||||||
|
],
|
||||||
|
"mcu": "rp2040",
|
||||||
|
"product": "PYBSTICK26 RP2040",
|
||||||
|
"thumbnail": "",
|
||||||
|
"url": "https://shop.mchobby.be/product.php?id_product=2331",
|
||||||
|
"vendor": "McHobby"
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
# cmake file
|
@ -0,0 +1,3 @@
|
|||||||
|
// Board and hardware specific configuration
|
||||||
|
#define MICROPY_HW_BOARD_NAME "GARATRONIC_PYBSTICK26_RP2040"
|
||||||
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (384 * 1024)
|
Loading…
Reference in New Issue
Block a user