Skip to content

Keybow System Customizations#2

Draft
doughsay wants to merge 3 commits intomainfrom
keybow
Draft

Keybow System Customizations#2
doughsay wants to merge 3 commits intomainfrom
keybow

Conversation

@doughsay
Copy link
Copy Markdown
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

doughsay added 3 commits July 25, 2022 18:52
* 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.

1 participant