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 support for STM32L432, STM32L442. #16016

Merged
merged 1 commit into from Jan 23, 2022
Merged

Add support for STM32L432, STM32L442. #16016

merged 1 commit into from Jan 23, 2022

Conversation

tzarc
Copy link
Member

@tzarc tzarc commented Jan 23, 2022

Description

Adds support for STM32L432, STM32L442. Also adds a working handwired/onekey/nucleo_l432 test board, confirmed with hardware.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@lokher
Copy link
Contributor

lokher commented Jan 26, 2022

There is a bug in upstream chibios of STM32L432, gpio PH3 can not function as GPIO due to missing RCC_AHB2ENR_GPIOHEN in stm32_registry.h. The chibios forum is unaccessable now , I can't submit the bug.

@vinorodrigues
Copy link
Contributor

Possibly related to #14280 ?

@lokher
Copy link
Contributor

lokher commented Jan 26, 2022

Possibly related to #14280 ?

Absolutely same issue. I submitted a bug report to chibios forum, hope it will be fixed asap.

@KeychronMacro KeychronMacro mentioned this pull request Jul 11, 2022
14 tasks
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.

None yet

4 participants