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

Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c #4522

Merged
merged 11 commits into from Dec 15, 2018

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    a9048ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ff2cf View commit details
    Browse the repository at this point in the history
  3. add SKIP_DEBUG_INFO into tmk_core/rules.mk

    When SKIP_DEBUG_INFO=yes is specified, do not use the -g option at compile time.
    mtei committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    ba5cde5 View commit details
    Browse the repository at this point in the history
  4. add SKIP_DEBUG_INFO=yes

    mtei committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    376acd7 View commit details
    Browse the repository at this point in the history
  5. build_keyboard.mk, tmk_core/rules.mk: add LIB_SRC, QUANTUM_LIB_SRC su…

    …pport
    
    Support compiled object enclosed in library.
    
    e.g.
    ```
    LIB_SRC += xxxx.c
    xxxx.c --> xxxx.o ---> xxxx.a
    ```
    mtei committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    76b74a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    030224e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d4383e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce5159c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    f78fd68 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Configuration menu
    Copy the full SHA
    a1fc039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38317b8 View commit details
    Browse the repository at this point in the history