dhamp / mcu-info-util

This is small utility written in Python what allows you to generate linker script and header files (with MMIO registers and IRQ definions) for specified MCU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcu-info-util

This is small utility written in Python what allows you to generate linker script and header files (with MMIO registers and IRQ definions) for specified MCU.

Currently supported only some ARM MCUs.

Run python setup.py install to install application to your system.

Run mcu-info-util -h after installation for information about usage.

License

Main project code released under MIT license, but some parts of metadata have different licenses. Please see copyright notices in the relevant files.

About

This is small utility written in Python what allows you to generate linker script and header files (with MMIO registers and IRQ definions) for specified MCU.

License:MIT License


Languages

Language:Python 76.9%Language:Makefile 11.6%Language:CMake 9.3%Language:Shell 1.4%Language:C 0.8%