From 80d8477877dc004f293d0ab1717b8783421d84a0 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 7 Nov 2009 18:56:45 +0000 Subject: Third-party cores seems to sort of work now, but burning bootloaders is probably broken. Need to decide on the format for the boards.txt file. --- core/main.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 core/main.cpp (limited to 'core/main.cpp') diff --git a/core/main.cpp b/core/main.cpp new file mode 100755 index 0000000..cc6e81d --- /dev/null +++ b/core/main.cpp @@ -0,0 +1,14 @@ +#include + +int main(void) +{ + init(); + + setup(); + + for (;;) + loop(); + + return 0; +} + -- cgit v1.2.3-18-g5258