Skip to content

How to add a new board

Jaume Olivé Petrus edited this page Feb 27, 2019 · 26 revisions

UNDER CONSTRUCTION!!

Step 1: add a new entry to the boards/boards.json file

This file is a JSON file that defines an array of boards supported by Lua RTOS, in which each item contains a JSON object that registers the board's entry point into the Whitecat Ecosystem. This object has the following properties:

  • id (string):

  • description (string):

  • manufacturer (string):

  • type (string):

  • subtype (string):

  • eol (string):

  • filesystem (string):

  • usb_vid_pid (string):

  • usb_port_exp (string):

  • image (string):

Clone this wiki locally