embassy-rp: Add multicore support

This commit is contained in:
kalkyl
2022-12-10 08:26:35 +01:00
parent 5d4f09156a
commit 1ee58492fb
6 changed files with 475 additions and 2 deletions

View File

@ -5,6 +5,7 @@
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;
mod critical_section_impl;
mod intrinsics;
pub mod adc;
@ -23,6 +24,7 @@ pub mod usb;
pub mod clocks;
pub mod flash;
pub mod multicore;
mod reset;
// Reexports