Skip to content

Add STM32 G4 support + Nucleo-G474RE, Nucleo-G431RB and Nucleo-G431KB variants #568

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

Merged
merged 10 commits into from
Jul 23, 2019

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Jul 22, 2019

This PR add the STM32 G4 support based on STM32 G4 HAL and CMSIS v1.1.0.
This also add the support of:

Fix #561

Tests:

  • GPIO
  • ADC
  • DAC
  • PWM
  • I2C (EEPROM RW, I2C scanner)
  • SPI (SD, TFT)
  • EEPROM emulation
  • RTC
  • LowPower (issue with deepSleep)
  • IWDG
  • FreeRTOS
  • Firmata
  • Tone melody
  • Serial

@fpistm fpistm added enhancement New feature or request new variant Add support of new bard labels Jul 22, 2019
@fpistm fpistm added this to the 1.7.0 milestone Jul 22, 2019
@fpistm fpistm self-assigned this Jul 22, 2019
@fpistm fpistm requested a review from ABOSTM July 22, 2019 14:06
@ABOSTM ABOSTM changed the title Add STM32 G4 support + Nucleo-G474RE Nucleo-G431RN variants Add STM32 G4 support + Nucleo-G474RE Nucleo-G431RB variants Jul 22, 2019
fpistm added 9 commits July 23, 2019 09:06
Included in STM32CubeG0 FW V1.1.0

Signed-off-by: Frederic.Pillon <[email protected]>
Included in STM32CubeG4 FW V1.1.0

Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
CMSIS Cortex-M4 Device Peripheral Access Layer System Source File.
This provides system initialization template function is case of
an application using a STM32G4 device

Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm changed the title Add STM32 G4 support + Nucleo-G474RE Nucleo-G431RB variants Add STM32 G4 support + Nucleo-G474RE, Nucleo-G431RB and Nucleo-G431KB variants Jul 23, 2019
@ABOSTM ABOSTM merged commit 07bb4f0 into stm32duino:master Jul 23, 2019
@fpistm fpistm deleted the STM32G4 branch July 23, 2019 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new variant Add support of new bard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New Variant] Support for the new Nucleo32: Nucleo-G431KB , Nucleo-64 : Nucleo-G431RB and Nucleo-G474RE
2 participants