-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB software that responds to configuration requests from the USB host and sets up the device with the supplied Device and Configuration Descriptors. Demonstration application that mimics the behavior of the 'hello_world' test program, but directs its output over a USB simpleserial connection instead. Co-authored-by: Marno van der Maas <[email protected]>
- Loading branch information
1 parent
daafded
commit 163d9a6
Showing
8 changed files
with
707 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
add_library(common OBJECT sonata_system.c uart.c timer.c rv_plic.c gpio.c i2c.c pwm.c spi.c crt0.S) | ||
add_library(common OBJECT sonata_system.c usbdev.c uart.c timer.c rv_plic.c gpio.c i2c.c pwm.c spi.c crt0.S) | ||
target_include_directories(common INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.