1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright 2020 Branan Riley <me@branan.info>

//! Microcontrollers in the SiFive Freedom Everywhere family

/// Marker for peripheral instances configured for the fe310g002
pub struct Fe310G002;

pub mod peripheral;

pub mod fe310g002;