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-06-13
Revision:
0:97ba3e2cd071

File content as of revision 0:97ba3e2cd071:

#ifndef __MYOS__COMMON__GRAPHICSCONTEXT_H
#define __MYOS__COMMON__GRAPHICSCONTEXT_H

#include <drivers/vga.h>

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

#endif