forked from wenyi0421/turing-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this commit contains the following changes: * tpi_common is moved out of the buildroot folder. we intend on keeping this folder clean * renamed tpi_common to tpi_rust, so its more clear that from here the rust development grows. Later when this component matures it probably its a good time to revise the name * removed the dependency of the usbboot buildroot package as it seems that rust already have a crate which does this for us * added an "app app_persistency". For now is chosen to use sqlite as backend. We might choose something lighter in the future as its used as key/value store for now * WIP pin_controller * WIP evdev_controller
- Loading branch information
1 parent
aec965e
commit 75b52bd
Showing
27 changed files
with
2,144 additions
and
62 deletions.
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
config BR2_PACKAGE_BMC | ||
bool "bmc" | ||
depends on BR2_PACKAGE_TPI_COMMON || BR2_PACKAGE_RASPBERRYPI_USBBOOT | ||
depends on BR2_PACKAGE_TPI_RS | ||
help | ||
This is a bmc |
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.