Skip to content

Commit

Permalink
Make http-server demo use hal-adapters
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hamlin <[email protected]>
  • Loading branch information
protoben committed Oct 3, 2023
1 parent bff52d7 commit ed936b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 @@ -22,7 +22,7 @@ sel4-logging = { path = "../../../../../sel4-logging" }
sel4-microkit-message = { path = "../../../../../sel4-microkit/message" }
sel4-shared-ring-buffer = { path = "../../../../../sel4-shared-ring-buffer" }
sel4-shared-ring-buffer-block-io = { path = "../../../../../sel4-shared-ring-buffer/block-io" }
sel4-shared-ring-buffer-smoltcp = { path = "../../../../../sel4-shared-ring-buffer/smoltcp" }
sel4-hal-adapters = { path = "../../../../../sel4-hal-adapters" }
sel4-sync = { path = "../../../../../sel4-sync" }

[dependencies.microkit-http-server-example-sp804-driver-interface-types]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use sel4_logging::{LevelFilter, Logger, LoggerBuilder};
use sel4_microkit::{memory_region_symbol, protection_domain, var, Channel, Handler};
use sel4_shared_ring_buffer::{RingBuffer, RingBuffers};
use sel4_shared_ring_buffer_block_io::SharedRingBufferBlockIO;
use sel4_shared_ring_buffer_smoltcp::DeviceImpl;
use sel4_hal_adapters::smoltcp::phy::DeviceImpl;

use microkit_http_server_example_server_core::run_server;

Expand Down
1 change: 1 addition & 0 deletions crates/private/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sel4-bounce-buffer-allocator = { path = "../../sel4-bounce-buffer-allocator" }
sel4-config = { path = "../../sel4/config" }
sel4-immediate-sync-once-cell = { path = "../../sel4-immediate-sync-once-cell" }
sel4-immutable-cell = { path = "../../sel4-immutable-cell" }
sel4-hal-adapters = { path = "../../sel4-hal-adapters" }
sel4-logging = { path = "../../sel4-logging" }
sel4-microkit = { path = "../../sel4-microkit", features = ["full"], optional = true }
sel4-microkit-message = { path = "../../sel4-microkit/message", optional = true }
Expand Down

0 comments on commit ed936b3

Please sign in to comment.