Teacup Firmware

From ElectroDragon Wiki
Revision as of 14:23, 13 May 2021 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configuration

  • Python 2.7.x or later, but not Python 3.x.


Install

Config

  • configtool.py -> generate config.h <- config_wrapper.h use it

configtool.py generate

  • board config = #include "config\board.sinaptec-at328-02.h"
  • printer config = #include "config\printer.mendel.h"

default branch arduino nano:

  • #define USER_CONFIG "config.arduino_nano.h"

Note

  • Config can use python 3
  • setup pins accordingly
  • Delete CMSIS .. .s .c .h for ARM GCC and compile in arduino