Merge branch 'rtcd' into 'master'

Add rtcd driver

See merge request redox-os/cookbook!481
This commit is contained in:
Jacob Lorentzon 2025-03-30 14:40:39 +00:00
commit 9e4a744dde
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@ BINS=(
nvmed
pcid
pcid-spawner
rtcd
vesad
)
@ -63,7 +64,7 @@ export CARGO_PROFILE_RELEASE_PANIC=abort
for bin in "${BINS[@]}"
do
case "${bin}" in
pcid | pcid-spawner | fbbootlogd | fbcond | inputd | vesad | lived | ps2d | acpid | bcm2835-sdhcid)
pcid | pcid-spawner | fbbootlogd | fbcond | inputd | vesad | lived | ps2d | acpid | bcm2835-sdhcid | rtcd)
cp -v "target/${TARGET}/release/${bin}" "${COOKBOOK_STAGE}/bin"
;;
*)

View File

@ -2,6 +2,7 @@
# that should be set for every program.
export PATH /bin
export RUST_BACKTRACE 1
rtcd
nulld
zerod
randd