Embedded Artistry Framework
Embedded Systems C++ Framework
Typedefs
platform.hpp File Reference
#include <blinky_platform.hpp>
#include <boot/boot_sequencer.hpp>
#include <nrf52_dongle_hw_platform.hpp>
#include <platform_options.hpp>
Include dependency graph for platform.hpp:

Typedefs

using VirtualPlatform = BlinkyDemoPlatform< NRF52DongleHWPlatform, PlatformDriverRegistry >
 Firmware Demo Simulator Platform Declaration: Use Sim HW Platform. More...
 
using PlatformBootSequencer = embvm::BootSequencer< embvm::DefaultBootStrategy< VirtualPlatform > >
 

Typedef Documentation

◆ PlatformBootSequencer

using PlatformBootSequencer = embvm::BootSequencer<embvm::DefaultBootStrategy<VirtualPlatform> >

◆ VirtualPlatform

Firmware Demo Simulator Platform Declaration: Use Sim HW Platform.