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

Keybow System Customizations #2

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Keybow System Customizations #2

wants to merge 3 commits into from

Conversation

doughsay
Copy link
Member

@doughsay doughsay commented Jul 26, 2022

Note: This PR is not to be merged. It's just here as a reminder of what the branch that we build from is and an easy place to view the diff.

To use this system in a nerves project

  • Add this to your deps:
{:nerves_system_keybow,
 github: "nerves-keyboard/nerves_system_keybow",
 branch: "keybow",
 runtime: false,
 targets: :keybow}

To update to latest upstream

  • Update main to match upstream/main
  • Rebase this branch onto latest upstream/main

To add new features

  • Push new commits to this branch

To create a new release

  • mix nerves.artifact
  • Create a new GitHub release pointing at this branch
  • Tag it with vX.Y.Z+keybow.U (whatever is in the VERSION file in this system, e.g.: 1.20.0+keybow.1)
  • Upload the generated file to the GitHub release

* Remove precompiled USB ETH device
  * CONFIG_USB_ETH
* Enable USB ConfigFS
  * `CONFIG_USB_CONFIGFS=y`
* Enable various ConfigFS network device drivers
  * `CONFIG_USB_CONFIGFS_NCM=y`
  * `CONFIG_USB_CONFIGFS_ECM=y`
  * `CONFIG_USB_CONFIGFS_RNDIS=y`
* Enable ConfigFS HID device functionality
  * `CONFIG_USB_CONFIGFS_F_HID=y`
* Enable network device bonding
  * `CONFIG_BONDING=y`
* Add libusbgx for USB gadget device tools
  * `BR2_PACKAGE_LIBUSBGX=y`
@nerves-keyboard nerves-keyboard locked and limited conversation to collaborators Jul 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant