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

qmk chibios-confmigrate: Make -i and -r required #12515

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

fauxpark
Copy link
Member

@fauxpark fauxpark commented Apr 8, 2021

Description

This command stacktraces without both of these.

Types of Changes

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

Issues Fixed or Closed by This PR

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

@fauxpark fauxpark added bug python cli qmk cli command labels Apr 8, 2021
@fauxpark fauxpark requested review from tzarc and a team April 8, 2021 04:13
@fauxpark fauxpark merged commit 2170b75 into qmk:master Apr 8, 2021
@fauxpark fauxpark deleted the chibios-confmigrate-required-args branch April 8, 2021 04:16
dfryer1193 pushed a commit to dfryer1193/qmk_firmware that referenced this pull request Apr 8, 2021
makenova pushed a commit to makenova/qmk_firmware that referenced this pull request Apr 26, 2021
rizo pushed a commit to rizo/qmk_firmware that referenced this pull request May 10, 2021
toddyamakawa pushed a commit to toddyamakawa/qmk_firmware that referenced this pull request May 19, 2021
HokieGeek pushed a commit to HokieGeek/qmk_firmware that referenced this pull request Jul 11, 2021
@myst729
Copy link
Contributor

myst729 commented Oct 18, 2021

Excuse me if this is an off-topic question here.

I usually use AVR chips, until recently I got one STM32F103 and tried with QMK. I was confused by these chconf.h, halconf.h, mcuconf.h files. From the QMK command line help, it says chibios-confmigrate is to Generates a migrated ChibiOS configuration file, as a result of comparing the input against a reference. Also -r for REFERENCE, -i for INPUT. And it's not furtherly explained on docs.qmk.fm. Since STM32 series is not an option of qmk new-keyboard command. I had to copy from another keyboard uses the same MCU, and start my own modification.

Luckily I got my chip up and run. But I still don't figure out, where do those files come from. Or, in other words, what is the standard firmware template for an STM32 series chip?

BorisTestov pushed a commit to BorisTestov/qmk_firmware that referenced this pull request May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cli qmk cli command python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants