PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

PokittoLib

Library for programming Pokitto hardware

How to Use

  1. Import this library to online compiler (see button "import" on the right hand side
  2. DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
  3. Change My_settings.h according to your project
  4. Start coding!
Revision:
69:f9f49ff29720
Parent:
5:ea7377f3d1af
--- a/mbed-pokitto/common/retarget.cpp	Sat Mar 23 20:03:34 2019 +0000
+++ b/mbed-pokitto/common/retarget.cpp	Wed Dec 25 22:12:01 2019 +0000
@@ -31,7 +31,8 @@
 #   define PREFIX(x)    _sys##x
 #   define OPEN_MAX     _SYS_OPEN
 #   ifdef __MICROLIB
-#       pragma import(__use_full_stdio)
+//#       pragma import(__use_full_stdio)
+__asm(".global __use_full_stdio");
 #   endif
 
 #elif defined(__ICCARM__)