ArduinoCore-API deployment#2879
Merged
Merged
Conversation
Aymane-ST
force-pushed
the
dev
branch
12 times, most recently
from
January 12, 2026 10:31
4ff100b to
0f4c50e
Compare
Aymane-ST
force-pushed
the
dev
branch
7 times, most recently
from
January 26, 2026 12:19
c6a1003 to
b236970
Compare
Aymane-ST
force-pushed
the
dev
branch
2 times, most recently
from
January 27, 2026 14:40
34e25f4 to
a62bdf2
Compare
fpistm
marked this pull request as ready for review
April 22, 2026 09:30
fpistm
approved these changes
Apr 22, 2026
fpistm
left a comment
Member
There was a problem hiding this comment.
LGTM. Thanks @Aymane-ST .
Under test.
fpistm
force-pushed
the
dev
branch
2 times, most recently
from
April 24, 2026 14:45
b7b11c7 to
03bebd6
Compare
fpistm
force-pushed
the
dev
branch
2 times, most recently
from
May 19, 2026 08:53
3b77ac3 to
4cc3a24
Compare
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
…tPin[] Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
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
This PR integrates the official ArduinoCore-API
as a git submodule under
cores/arduino/api/, aligning STM32duino with theofficial Arduino ecosystem standard
Motivation
This integration:
ArduinoCore-APIPinMode,PinStatus,pin_size_t) thateliminate invalid-value bugs
Commits Summary
b288540cores/arduino/api2e1f2f15280b5c4c1ea78_write()hook forPrint0f54255pin_size_t analogInputPin[]38e21aeaa6beedd200d648eb97a78ab7061782c249c2e3e3064b0e10What Changed
Submodule
cores/arduino/api/Core Types & Enums
uint32_ttopin_size_t,PinMode,PinStatus#define HIGH/OUTPUT/...macros preservedPeripheral Migration
Each peripheral now inherits from the official abstract interface:
arduino::HardwareSerial— all pure virtuals implemented,STM32 extensions (
setRx,setTx,setHalfDuplex, flow control...) preservedarduino::HardwareI2C— STM32 pin remapping extensions preservedarduino::HardwareI2C— pin remapping (setMISO,setMOSI,setSCLK,setSSEL) preservedCI / Tooling
Related