A project to implement a console using the Mbed using VGA for video output and a PS/2 keyboard for the input. The eventual goal is to also include tools for managing SD cards, and a semi-self-hosting programming environment.
Dependencies: PS2_MbedConsole fastlib SDFileSystem vga640x480g_mbedconsole lightvm mbed
MbedConsole is a cool little project to have a self-contained computer all on an Mbed. So far it has VGA and PS/2 support and can stand alone without a computer powering it. Next planned features are SD card support and a lightweight programmable VM complete with a file editor and self-hosted assembler.
You can view additional details about it at http://earlz.net/tags/mbedconsole
Files at revision 20:13556e5bac04
Name | Size | Actions |
---|---|---|
[up] | ||
BuiltinFunctions.cpp | 1730 | Revisions Annotate |
PS2.lib | 63 | Revisions Annotate |
SDFileSystem.lib | 68 | Revisions Annotate |
documentation.c | 2057 | Revisions Annotate |
fastlib.lib | 54 | Revisions Annotate |
forth_machine.cpp | 7618 | Revisions Annotate |
hackaday.c | 86322 | Revisions Annotate |
keyboard.cpp | 9173 | Revisions Annotate |
keyboard.h | 3107 | Revisions Annotate |
lightvm.lib | 55 | Revisions Annotate |
main.cpp | 4752 | Revisions Annotate |
mbed.lib | 60 | Revisions Annotate |
mbedconsole.h | 2565 | Revisions Annotate |
plEarlz.cpp | 10331 | Revisions Annotate |
plEarlz.h | 4973 | Revisions Annotate |
shell.cpp | 4922 | Revisions Annotate |
textio.cpp | 3773 | Revisions Annotate |
vga640x480g.lib | 71 | Revisions Annotate |