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

Customizations for supporting the Keybow #1

Closed
wants to merge 3 commits into from

Conversation

doughsay
Copy link
Member

@doughsay doughsay commented Jun 15, 2022

Note: This PR is not to be merged. It's just here as a reminder of the branch that we build from 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

  • 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`
@doughsay
Copy link
Member Author

See #2

@doughsay doughsay closed this Jul 26, 2022
@doughsay doughsay deleted the keybow-customizations branch July 26, 2022 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant