Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add board file for Eelectronicparts Pico Mini #2339

Closed
wants to merge 1 commit into from

Conversation

gsboylan
Copy link

@gsboylan gsboylan commented Mar 9, 2025

// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (8 * 1024 * 1024)
#ifndef PICO_FLASH_SIZE_BYTES
// This board comes in several variants with different flash sizes
// Default to 8MB, but there are 2MB, 4MB, and 16MB variants as well
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other boards that are available with multiple different size flash chips have created a separate board-header for each flash variant. See e.g. https://github.com/raspberrypi/pico-sdk/blob/develop/src/boards/include/boards/weact_studio_rp2040_2mb.h

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, will copy this out

Comment on lines +25 to +28
// // copied from itsybitsy rp2040 idk why
// #ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
// #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
// #endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows the crystal oscillator more time to stabilise. See #2234 for some recent discussion about this.

@lurch
Copy link
Contributor

lurch commented Mar 10, 2025

Store page and pinout diagrams are here: https://www.eelectronicparts.com/products/rp2040-pro-mini-pico-development-board-for-raspberry-pi-dual-core-mciro-python

Haha, slightly ironic that the photos on that page show the Open Source Hardware logo, but the description says "Instructions/schematic are NOT included." 😂

@gsboylan
Copy link
Author

Store page and pinout diagrams are here: https://www.eelectronicparts.com/products/rp2040-pro-mini-pico-development-board-for-raspberry-pi-dual-core-mciro-python

Haha, slightly ironic that the photos on that page show the Open Source Hardware logo, but the description says "Instructions/schematic are NOT included." 😂

Funny, that... I bought a dozen of these boards on aliexpress, not realizing that they're not a pro micro clone. That vendor has vanished, but the store listing referenced this pinout and so I was able to trace it back to eelectronicparts and confirm that their pinout matches the boards I got. I kinda wonder if the original schematics are floating around the internet somewhere, but so far eelectronicparts is the only vendor I've seen selling this design.

@gsboylan
Copy link
Author

Mistake, sorry - let me clean up my local branches and reopen a fresh PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants