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 AT32F415 support MCU #1

Merged
merged 9 commits into from
Apr 9, 2024
Merged

Added AT32F415 support MCU #1

merged 9 commits into from
Apr 9, 2024

Conversation

HorrorTroll
Copy link

@HorrorTroll HorrorTroll commented Feb 21, 2024

I'm added support AT32F415 to QMK. The following table shows the current driver status for peripherals that has been tested on AT32F415 MCUs:

System Support
ADC driver ✔️
Audio ✔️ using PWM software or hardware
Backlight ✖️
I2C driver ✔️
SPI driver ✔️
WS2812 driver ✔️ using Bitbang, SPI or PWM driver
External EEPROMs ✖️
EEPROM emulation ✔️
serial driver ✔️ using Full-duplex (1)
UART driver ✖️

Notes:

  • (1): Half-duplex is not tested.
  • All ✖️ is meant for not testing either, since I don't have any hardware to try them.

@github-actions github-actions bot added documentation Improvements or additions to documentation core keyboard cli python dd labels Feb 21, 2024
@HorrorTroll HorrorTroll added bug Something isn't working and removed documentation Improvements or additions to documentation labels Feb 21, 2024
Copy link

@zhaqian12 zhaqian12 left a comment

Choose a reason for hiding this comment

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

Sorry for the late review.

@zhaqian12
Copy link

zhaqian12 commented Mar 2, 2024

Hid console worked fine here.
image

@HorrorTroll
Copy link
Author

Hid console worked fine here.

It seem there are some issue with QMK side, thank to this PR merged. It fix the problem already. I'll take time to re-update before merged.

Thank you for take your time to look at the PR

@github-actions github-actions bot added documentation Improvements or additions to documentation keymap via CI and removed cli python labels Apr 9, 2024
@HorrorTroll HorrorTroll removed the bug Something isn't working label Apr 9, 2024
@HorrorTroll HorrorTroll changed the base branch from arterytek_merge to develop April 9, 2024 08:43
@HorrorTroll HorrorTroll changed the base branch from develop to arterytek_merge April 9, 2024 08:44
@HorrorTroll HorrorTroll merged commit 40a4420 into arterytek_merge Apr 9, 2024
4 of 5 checks passed
@HorrorTroll HorrorTroll deleted the at32f415 branch April 9, 2024 08:51
HorrorTroll added a commit that referenced this pull request Aug 6, 2024
* Added support for new AT32F415 MCU

* Added Generic AT32F415 board

* Added document of flashing and bootloader for new MCU

* Added support wear leveling driver

* Added support SPI driver

* Added support WS2812 driver

* Added support Serial driver

* Added support ADC driver

* Added AT-START-F415 onekey
HorrorTroll added a commit that referenced this pull request Aug 26, 2024
* Added support for new AT32F415 MCU

* Added Generic AT32F415 board

* Added document of flashing and bootloader for new MCU

* Added support wear leveling driver

* Added support SPI driver

* Added support WS2812 driver

* Added support Serial driver

* Added support ADC driver

* Added AT-START-F415 onekey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI core dd documentation Improvements or additions to documentation keyboard keymap via
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants