We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d648ad + dc1a1a8 commit 04cd0c8Copy full SHA for 04cd0c8
nrf-hal-common/src/lib.rs
@@ -136,8 +136,10 @@ pub mod target_constants {
136
pub const EASY_DMA_SIZE: usize = (1 << 10) - 1;
137
#[cfg(feature = "52811")]
138
pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
139
- #[cfg(feature = "52820")]
140
- pub const EASY_DMA_SIZE: usize = (1 << 15) - 1;
+ // Currently there is no nrf52820-hal. Would be great
+ // to fix this.
141
+ // #[cfg(feature = "52820")]
142
+ // pub const EASY_DMA_SIZE: usize = (1 << 15) - 1;
143
#[cfg(feature = "52832")]
144
pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
145
#[cfg(feature = "52833")]
0 commit comments