KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
usb_gadget
★ 8
Open GitHub ↗
Configure USB Gadget devices
Download README (.md)
Explore Similar Repositories
fivem-smell
:
Allows the ability for a player on a fivem server to attach a smell to their character for roleplay purposes
fsharp-giraffe-sample
:
No description available.
go-crowd
:
Go package for working with Atlassian Crowd REST API
newsScraper
:
News Scraper
Color
:
Herein attached are all thy scripts for Color Gamut Expansion.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
usb_gadget
?
Download (.md)
# USBGadget Configure USB Gadget functions on your Nerves-based embedded device using ConfigFS. ## 🚨 This project is work-in-progress 🚨 The intention is that it will become a dependency of [`nerves_init_gadget`] to allow for automatic configuration of USB Gadget devices as well as an API for developers to configure their own custom USB Gadget configurations. [nerves_init_gadget]: https://github.com/nerves-project/nerves_init_gadget ## Installation To use it directly in your project (i.e. without `nerves_init_gadget`, add `usb_gadget` to your list of dependencies in `mix.exs`: ```elixir def deps do [ {:usb_gadget, "~> 0.1.0"} ] end ``` Documentation can be found at [https://hexdocs.pm/usb_gadget](https://hexdocs.pm/usb_gadget).