Operating System

Dependencies:   UnitTest wolfssh mDNS wolfcrypt wolfSSL

This is an embedded operating system for K64F. It includes a ssh server, a web-server and mDNS server. It has POST on boot. The main purpose of the OS is a router for the thing network.

common/graphicscontext.h

Committer:
sPymbed
Date:
2019-09-11
Revision:
3:351ee68a721d
Parent:
0:97ba3e2cd071

File content as of revision 3:351ee68a721d:

#ifndef __MYOS__COMMON__GRAPHICSCONTEXT_H
#define __MYOS__COMMON__GRAPHICSCONTEXT_H

#include <drivers/vga.h>

namespace myos
{
    namespace common
    {
        typedef myos::drivers::VideoGraphicsArray GraphicsContext;
    }
}

#endif