From dff03ecfc74d6af716637888338ebfa99ab7a027 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 2 Jun 2021 01:30:07 +0200 Subject: Move examples to a subdirectory --- Cargo.example.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Cargo.example.toml') diff --git a/Cargo.example.toml b/Cargo.example.toml index 010487b51..da3a80299 100644 --- a/Cargo.example.toml +++ b/Cargo.example.toml @@ -25,20 +25,21 @@ members = [ # nRF #"embassy-nrf", - #"embassy-nrf-examples", + #"examples/nrf", # stm32 #"embassy-stm32", - #"embassy-stm32-examples", #"stm32-metapac", + # uncomment ONLY ONE example crate. + #"examples/stm32f4", # rp2040 #"embassy-rp", - #"embassy-rp-examples", + #"examples/rp2040", # std #"embassy-std", - #"embassy-std-examples", + #"examples/std", ] [profile.dev] -- cgit