Merge pull request #241 from japaric/arc-thumbv6

Allow arc pool on thumbv6
This commit is contained in:
Emil Fresk 2021-09-21 17:39:21 +02:00 committed by GitHub
commit 95f122a0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pub mod arc;
/// Instantiates a pool as a global singleton
// NOTE(any(test)) makes testing easier (no need to enable Cargo features for testing)
#[cfg(any(
armv6m,
armv7a,
armv7r,
armv7m,

View File

@ -92,6 +92,7 @@ use crate::pool::{self, stack::Ptr, Node};
/// Instantiates a pool of Arc pointers as a global singleton
// NOTE(any(test)) makes testing easier (no need to enable Cargo features for testing)
#[cfg(any(
armv6m,
armv7a,
armv7r,
armv7m,