ports/zephyr: Add board config for Arduino UNO Q.#18940
Open
ramalamadingdong wants to merge 1 commit intomicropython:masterfrom
Open
ports/zephyr: Add board config for Arduino UNO Q.#18940ramalamadingdong wants to merge 1 commit intomicropython:masterfrom
ports/zephyr: Add board config for Arduino UNO Q.#18940ramalamadingdong wants to merge 1 commit intomicropython:masterfrom
Conversation
ee7651b to
4a89df2
Compare
Signed-off-by: rmouro_QCOM <rmouro@qti.qualcomm.com>
4a89df2 to
bb56554
Compare
Author
|
micropython/micropython-media#112 PR to add thumbnail as the Contribution guide requested |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add board configuration files for the Arduino UNO Q, enabling
MicroPython on its STM32U585 (Cortex-M33) microcontroller.
What the files do
arduino_uno_q.overlay:zephyr,consolefrom&usart1storage_partitionat 0xF0000 for littlefs/flasharduino_uno_q.conf:Testing
Tested on Arduino UNO Q hardware:
/dev/ttyHS1at 115200 baudos.listdir("/flash")— littlefs mounts on storage_partition/flashmachine.PinGPIO output (LED toggle)arduino_i2c(PB10/PB11) andi2c4(PD12/PD13 Qwiic) scan without errors; no devices found (none connected)arduino_spiwrite works; baudrate sweep 625 KHz–20 MHz all pass; loopback skipped (no D11→D12 jumper); minimum baudrate is 625 KHz (160 MHz APB1 ÷ 256)io-channelsmapping workBuild size: ~302 KB flash, ~107 KB RAM
Dependencies
Requires Zephyr >= v4.3.0. The
arduino_uno_qboard definition wasmerged upstream in zephyrproject-rtos/zephyr#97118 (Oct 2025).
Signed-off-by: Rami Mouro rmouro@qti.qualcomm.com