Rename embassy-extras to embassy-hal-common

This commit is contained in:
Dario Nieuwenhuis
2021-07-29 13:44:51 +02:00
parent c8a48d726a
commit 7bfb763e09
66 changed files with 59 additions and 59 deletions

View File

@ -3,7 +3,7 @@ pub use nrf52805_pac as pac;
pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
pub const FORCE_COPY_BUFFER_SIZE: usize = 256;
embassy_extras::peripherals! {
embassy_hal_common::peripherals! {
// RTC
RTC0,
RTC1,

View File

@ -3,7 +3,7 @@ pub use nrf52810_pac as pac;
pub const EASY_DMA_SIZE: usize = (1 << 10) - 1;
pub const FORCE_COPY_BUFFER_SIZE: usize = 256;
embassy_extras::peripherals! {
embassy_hal_common::peripherals! {
// RTC
RTC0,
RTC1,

View File

@ -3,7 +3,7 @@ pub use nrf52811_pac as pac;
pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
pub const FORCE_COPY_BUFFER_SIZE: usize = 256;
embassy_extras::peripherals! {
embassy_hal_common::peripherals! {
// RTC
RTC0,
RTC1,

View File

@ -3,7 +3,7 @@ pub use nrf52820_pac as pac;
pub const EASY_DMA_SIZE: usize = (1 << 15) - 1;
pub const FORCE_COPY_BUFFER_SIZE: usize = 512;
embassy_extras::peripherals! {
embassy_hal_common::peripherals! {
// RTC
RTC0,
RTC1,

View File

@ -3,7 +3,7 @@ pub use nrf52832_pac as pac;
pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
pub const FORCE_COPY_BUFFER_SIZE: usize = 255;
embassy_extras::peripherals! {
embassy_hal_common::peripherals! {
// RTC
RTC0,
RTC1,

View File

@ -3,7 +3,7 @@ pub use nrf52833_pac as pac;
pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
pub const FORCE_COPY_BUFFER_SIZE: usize = 512;
embassy_extras::peripherals! {
embassy_hal_common::peripherals! {
// RTC
RTC0,
RTC1,

View File

@ -3,7 +3,7 @@ pub use nrf52840_pac as pac;
pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
pub const FORCE_COPY_BUFFER_SIZE: usize = 512;
embassy_extras::peripherals! {
embassy_hal_common::peripherals! {
// RTC
RTC0,
RTC1,