Skip to content

Commit

Permalink
crates/sel4-async/time: Rename
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 20, 2023
1 parent 7bdbb38 commit 2701f74
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ members = [
"crates/sel4-async/network/mbedtls/mozilla-ca-list",
"crates/sel4-async/request-statuses",
"crates/sel4-async/single-threaded-executor",
"crates/sel4-async/timer-manager",
"crates/sel4-async/time",
"crates/sel4-async/unsync",
"crates/sel4-backtrace",
"crates/sel4-backtrace/addr2line-context-helper",
Expand Down
2 changes: 1 addition & 1 deletion crates/examples/microkit/http-server/pds/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sel4-async-block-io = { path = "../../../../../sel4-async/block-io" }
sel4-async-block-io-fat = { path = "../../../../../sel4-async/block-io/fat" }
sel4-async-network = { path = "../../../../../sel4-async/network" }
sel4-async-request-statuses = { path = "../../../../../sel4-async/request-statuses" }
sel4-async-timer-manager = { path = "../../../../../sel4-async/timer-manager" }
sel4-async-time = { path = "../../../../../sel4-async/time" }
sel4-bounce-buffer-allocator = { path = "../../../../../sel4-bounce-buffer-allocator" }
sel4-immediate-sync-once-cell = { path = "../../../../../sel4-immediate-sync-once-cell" }
sel4-logging = { path = "../../../../../sel4-logging" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sel4-async-block-io = { path = "../../../../../../sel4-async/block-io" }
sel4-async-block-io-fat = { path = "../../../../../../sel4-async/block-io/fat" }
sel4-async-network = { path = "../../../../../../sel4-async/network" }
sel4-async-network-mbedtls = { path = "../../../../../../sel4-async/network/mbedtls" }
sel4-async-timer-manager = { path = "../../../../../../sel4-async/timer-manager" }
sel4-async-time = { path = "../../../../../../sel4-async/time" }
sel4-async-unsync = { path = "../../../../../../sel4-async/unsync" }
sel4-panicking-env = { path = "../../../../../../sel4-panicking/env" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use sel4_async_network_mbedtls::{
insecure_dummy_rng, mbedtls, seed_insecure_dummy_rng, DbgCallbackBuilder, TcpSocketWrapper,
};
use sel4_async_single_threaded_executor::LocalSpawner;
use sel4_async_timer_manager::TimerManager;
use sel4_async_time::TimerManager;

mod mime;
mod server;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use smoltcp::time::Instant as SmoltcpInstant;
use sel4_async_block_io::constant_block_sizes::BlockSize512;
use sel4_async_network::{DhcpOverrides, ManagedInterface};
use sel4_async_single_threaded_executor::{LocalPool, LocalSpawner};
use sel4_async_timer_manager::{Instant, TimerManager};
use sel4_async_time::{Instant, TimerManager};
use sel4_shared_ring_buffer_block_io::SharedRingBufferBlockIO;

use crate::{DeviceImpl, TimerClient};
Expand Down
2 changes: 1 addition & 1 deletion crates/private/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sel4-async-block-io-fat = { path = "../../sel4-async/block-io/fat" }
sel4-async-network = { path = "../../sel4-async/network" }
sel4-async-request-statuses = { path = "../../sel4-async/request-statuses" }
sel4-async-single-threaded-executor = { path = "../../sel4-async/single-threaded-executor" }
sel4-async-timer-manager = { path = "../../sel4-async/timer-manager" }
sel4-async-time = { path = "../../sel4-async/time" }
sel4-async-unsync = { path = "../../sel4-async/unsync" }
sel4-bounce-buffer-allocator = { path = "../../sel4-bounce-buffer-allocator" }
sel4-config = { path = "../../sel4/config" }
Expand Down
2 changes: 1 addition & 1 deletion crates/private/meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ definitely! {
sel4_async_network
sel4_async_request_statuses
sel4_async_single_threaded_executor
sel4_async_timer_manager
sel4_async_time
sel4_async_unsync
sel4_bounce_buffer_allocator
sel4_config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sel4-async-timer-manager"
name = "sel4-async-time"
version = "0.1.0"
authors = ["Nick Spinale <[email protected]>"]
edition = "2021"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mk {
sel4-async-unsync
sel4-async-network
sel4-async-network-mbedtls
sel4-async-timer-manager
sel4-async-time
sel4-panicking-env
sel4-async-block-io
sel4-async-block-io-fat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mk {
sel4-externally-shared
sel4-async-single-threaded-executor
sel4-async-network
sel4-async-timer-manager
sel4-async-time
sel4-async-request-statuses
sel4-async-block-io-fat
sel4-newlib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mk {
sel4-async-network
sel4-async-request-statuses
sel4-async-single-threaded-executor
sel4-async-timer-manager
sel4-async-time
sel4-async-unsync
sel4-bounce-buffer-allocator
sel4-externally-shared
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ mk, versions, smoltcpWith }:

mk {
package.name = "sel4-async-timer-manager";
package.name = "sel4-async-time";
dependencies = {
inherit (versions) log pin-project;
# futures = {
Expand Down

0 comments on commit 2701f74

Please sign in to comment.