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 MCU support for ArteryTek AT32F415 #23445

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

HorrorTroll
Copy link
Contributor

Description

This PR is added support for AT32F415 to QMK.

Driver:

Click to expand!
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.

Handwired Onekey:

Click to expand!
Keymap Testing
adc ✔️
apa102 ✖️
backlight ✖️
chibios_waiting_test ✖️
console ✔️
default ✔️
digitizer ✖️
dip_switch_map ✖️
eep_rst ✔️
haptic ✖️
hardware_id ✔️
i2c_scanner ✔️
joystick ✖️
lvgl ✖️ not enough flash
oled ✔️
quine ✔️
reboot ✔️
reset ✔️
rgb ✔️
wear_leveling ✔️

Notes:

  • All ✖️ is meant for not testing, since I don't have any hardware to try them.

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).

* 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
@github-actions github-actions bot added core keyboard documentation python cli qmk cli command dd Data Driven Changes labels Apr 9, 2024
@drashna drashna requested a review from a team May 1, 2024 06:52
Copy link

Thank you for your contribution!
This pull request has been automatically marked as stale because it has not had activity in the last 45 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, or re-open when it's ready.
For maintainers: Please label with bug, awaiting review, breaking_change, in progress, or on hold to prevent the issue from being re-flagged.

@github-actions github-actions bot added the stale Issues or pull requests that have become inactive without resolution. label Jun 16, 2024
@HorrorTroll
Copy link
Contributor Author

Still on hold for waiting preview, thanks.

@github-actions github-actions bot removed the stale Issues or pull requests that have become inactive without resolution. label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant