Skip to content

Files

Latest commit

bd57c27 · Mar 12, 2025

History

History
37 lines (24 loc) · 724 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 724 Bytes

Microchip PIC32C/PIC32M scripts

This folder contains hal_microchip scripts for generating PIC32C PINCFG files.

PIC32C Dependencies

Scripts require Python 3.7+ and the Python dependencies listed in requirements.txt. They can be installed by running:

pip install -r scripts/requirements.txt

PIC32C Lint

Scripts should be formatted using black and linted using flake8.

Such development tools can be installed using:

pip install -r scripts/requirements-dev.txt

PIC32 Tests

Before running tests make sure to have testing dependencies installed. They can be installed by running:

pip install -r scripts/requirements-test.txt

Tests can be executed by running:

pytest