Skip to content
Animesh Srivastava edited this page Jul 5, 2019 · 6 revisions

Welcome to the Arduino-Core-Documentation wiki!

Table of Content

  1. Introduction to Arduino Core

  2. Introduction to Source files and the Building Process

    1. General Source Files
    2. Port-related Source Files
    3. Timers/Timing Source Files
    4. Hardware Serial Source Files
    5. Wiring-related Source Files
    6. Others
  3. Custom Core Design JSON File Creation

  4. Architecture Configuration File: Description

  • platform.txt
  • boards.txt
  • programmers.txt.
  1. Building Process: Steps and Workflow
  • Compilation
  • Core Archive File Creation
  • Linking Process
  • Hex File Generation
  • Binary Sketch Computation
  • Preprocessing
  1. Arduino Core Testing
  • Online Method - JSON Url Creation.
  • Offline Method - Addition of Arduino Core to the IDE.