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

Clean up hardware detection & add support for a variant of Solo USB C that uses capacitive touch keys instead of the dome button. #342

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2019

  1. Clean up hardware detection and add support for a variant of Solo USB…

    … C that uses capacitive touch keys instead of the dome button.
    emosenkis committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d7046dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76b5c9b View commit details
    Browse the repository at this point in the history
  3. Replace some functions with macros in hopes of reducing the compiled …

    …size.
    
    Currently getting these linker errors in Travis:
    /usr/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: bootloader.elf section `.data' will not fit in region `flash'
    /usr/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: region `flash' overflowed by 60 bytes
    emosenkis committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    66a172f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

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

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    5a453cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df504c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    db8a212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587e3df View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Remove separate TSC threshold for USB C Touch - it seems to work with…

    … the upstream firmware so it shouldn't need the threshold modified.
    emosenkis committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    169a87a View commit details
    Browse the repository at this point in the history