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

Added the N-Versions of G0(7,8)1G(8,B)U generic Boards #1730

Merged
merged 7 commits into from
Jun 2, 2022

Conversation

microtronics
Copy link
Contributor

Summary

Added the N-Versions of G0(7,8)1G(8,B)U generic Boards

Validation

#####
NUM_DIGITAL_PINS = 28
NUM_ANALOG_INPUTS = 9
#####
Checking digital pins...
End check digital pins
#####
Checking analog pins definition...
End check analog pins
#####
Checking IP instances (I2C, UART, SPI)...
End check IP instances (I2C, UART, SPI)

########################################
#### Test PASSED
########################################

Code formatting

Should be fine. CI reports no errors.

Comments

This has become more commits than intended. Tested on a G071GBUxN-breakout and works fine. The other similar variants are also added and should be OK.

One Question is left:
PA0 is A0 for Arduino and USART4_TX (the default Serial). This breaks the AnalogReadSerial example from Arduino. Is this a known issue on the low pin-count devices or are there resolutions that have been used in similar cases?

@fpistm fpistm requested a review from ABOSTM May 30, 2022 08:19
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation May 30, 2022
@fpistm fpistm added this to the 2.3.0 milestone May 30, 2022
Copy link
Contributor

@ABOSTM ABOSTM left a comment

Choose a reason for hiding this comment

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

@microtronics ,
Thanks for this Pull Request.
1 small comment otherwise LGTM

variants/STM32G0xx/G071G(8-B)UxN_G081GBUxN/generic_clock.c Outdated Show resolved Hide resolved
STM32 core based on ST HAL automation moved this from In progress to Needs review May 30, 2022
Co-authored-by: Alexandre Bourdiol <50730894+ABOSTM@users.noreply.github.com>
Copy link
Contributor

@ABOSTM ABOSTM left a comment

Choose a reason for hiding this comment

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

LGTM

STM32 core based on ST HAL automation moved this from Needs review to Reviewer approved Jun 2, 2022
@fpistm fpistm merged commit 0686800 into stm32duino:main Jun 2, 2022
STM32 core based on ST HAL automation moved this from Reviewer approved to Done Jun 2, 2022
cparata pushed a commit to cparata/Arduino_Core_STM32 that referenced this pull request Jan 31, 2023
…uino#1730)


Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
Co-authored-by: Alexandre Bourdiol <50730894+ABOSTM@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants