ProjectConverter/uvprojxproject.py
cylon 3998e6a570 Repo init. This project aims to create python script that will take root directory of a IAR System or Keil uVision project and convert it into
CMake/Makefile project with the GCC compiler toolchain. Parsing of the most important settings from both project formats is done.
2016-08-31 19:38:32 +02:00

7 lines
106 B
Python

# -*- coding: utf-8 -*-
class UVPROJXProject (object):
def __init__(self):
pass