Skip to content

Configuration

Lupin3000 edited this page Jun 14, 2025 · 2 revisions

Overview

Inside directory "config" you will find few files for configuration:

Application Configuration

The application_configuration.py file defines configuration parameters for the MicroPython Firmware Studio GUI. It includes constants that specify the look and feel, logging level and features.

Device Configuration

The device_configuration.py file contains constants and settings related to supported MicroPython devices. It defines available devices, their board names, flashing sectors and download url. This information is essential for correctly identifying and interfacing with different MicroPython-compatible hardware during firmware operations.

OS Configuration

The os_configuration.py file provides supported operating systems. It defines platform-specific constants, such as the operating system name and includes logic to determine the correct paths for devices or resources.

Clone this wiki locally