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

[Core] Add Reboot keycode to core #15990

Merged
merged 20 commits into from
May 14, 2022
Merged

[Core] Add Reboot keycode to core #15990

merged 20 commits into from
May 14, 2022

Commits on May 4, 2022

  1. [Core] Add Reboot keycode to core

    Instead of jumping to the bootloader, this re-inits the keyboard's firmware.
    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d3e4236 View commit details
    Browse the repository at this point in the history
  2. Add docs

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    cd8ddfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e8e76 View commit details
    Browse the repository at this point in the history
  4. Fix stuff

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    b849051 View commit details
    Browse the repository at this point in the history
  5. Additional tweaks

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d581ed5 View commit details
    Browse the repository at this point in the history
  6. fix lint error

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    72f843a View commit details
    Browse the repository at this point in the history
  7. Add bootloader

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    8656698 View commit details
    Browse the repository at this point in the history
  8. Fix formating

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    06bf8a2 View commit details
    Browse the repository at this point in the history
  9. more formatting fixes

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2429e13 View commit details
    Browse the repository at this point in the history
  10. even more

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2b36fe5 View commit details
    Browse the repository at this point in the history
  11. fixup gd32v bootloader code

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    356e4b9 View commit details
    Browse the repository at this point in the history
  12. fix typo in previous commit

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2e5b4c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    726dce6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    395ece1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f11ff87 View commit details
    Browse the repository at this point in the history
  16. Add option for wb32dfu

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    970b1ca View commit details
    Browse the repository at this point in the history
  17. Remove user code changes

    drashna committed May 4, 2022
    Configuration menu
    Copy the full SHA
    766f163 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Fix formatting

    drashna committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a3b0a23 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Update platforms/arm_atsam/bootloaders/md_boot.c

    Co-authored-by: Joel Challis <git@zvecr.com>
    drashna and zvecr committed May 14, 2022
    Configuration menu
    Copy the full SHA
    fed1720 View commit details
    Browse the repository at this point in the history
  2. stm32duino support.

    tzarc committed May 14, 2022
    Configuration menu
    Copy the full SHA
    0d272c1 View commit details
    Browse the repository at this point in the history