Skip to content

Commit

Permalink
Remove reference to samd21 module from BSCs
Browse files Browse the repository at this point in the history
  • Loading branch information
vcchtjader authored and glaeqen committed Mar 29, 2021
1 parent a3fba69 commit a91edb1
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion boards/arduino_mkr1000/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use hal::time::Hertz;
use hal::sercom::{PadPin, UART5};

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, PfD, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino_mkrvidor4000/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino_mkrzero/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino_nano33iot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use hal::sercom::{I2CMaster4, PadPin, SPIMaster1, UART5};
use hal::time::Hertz;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

#[cfg(feature = "usb")]
Expand Down
2 changes: 1 addition & 1 deletion boards/circuit_playground_express/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, Output, Port, PushPull};
Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m0/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, PfC, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/gemma_m0/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, PfD, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/itsybitsy_m0/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, PfC, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m0/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use hal::clock::GenericClockController;
Expand Down
2 changes: 1 addition & 1 deletion boards/samd11_bare/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd11::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, PfC, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/samd21_mini/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub use cortex_m_rt::entry;
extern crate atsamd_hal as hal;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use hal::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion boards/serpente/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, PfC, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/sodaq_one/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/sodaq_sara_aff/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{Floating, Input, PfD, Port};
Expand Down
2 changes: 1 addition & 1 deletion boards/trinket_m0/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{self, *};
Expand Down
2 changes: 1 addition & 1 deletion boards/wio_lite_mg126/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use hal::prelude::*;
use hal::*;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use gpio::{self, *};
Expand Down
2 changes: 1 addition & 1 deletion boards/xiao_m0/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub extern crate atsamd_hal as hal;
pub use cortex_m_rt::entry;

pub use hal::common::*;
pub use hal::samd21::*;

pub use hal::target_device as pac;

use hal::prelude::*;
Expand Down

0 comments on commit a91edb1

Please sign in to comment.