pixelbath / PokittoLib

Library for making programs on Pokitto hardware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokittoLib

Library for making programs on Pokitto hardware

Can be used with:

Building for Pokitto hardware with Femto

Building with Code::Blocks (for Windows target 64-bit)

Building for Pokitto hardware with EmBitz

  • get EmBitz from https://www.embitz.org/
  • update the GCC included with EmBitz by copying a newer, C++17 compatible version of GCC on top
    • you can copy the gcc folders from FemtoIDE, which is in the folder \femto\IDE-windows-v0.2.0\windows\arm
    • first make a BACKUP copy of the old \EmBitz\1.11\share\em_armgcc folder
    • replace folders in \EmBitz\1.11\share\em_armgcc folder with the folders in \femto\IDE-windows-v0.2.0\windows\arm
    • now replace arm-none-eabi-objcopy.exe in em_armgcc/bin with the older one from the BACKUP/bin folder ... this is because there is an unfixed issue with arm-none-eabi-objcopy.exe in new GCC releases
  • open EmBitz and open PokittoEmBitz.ebp under the PokittoLib directory

About

Library for making programs on Pokitto hardware


Languages

Language:C 65.8%Language:C++ 31.6%Language:Python 0.8%Language:CSS 0.6%Language:Assembly 0.5%Language:Objective-C 0.3%Language:M4 0.2%Language:HTML 0.1%Language:CMake 0.0%Language:Shell 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%