Petr Hodina
|
9e1c850da4
|
Merge branch 'siemens-dev'
|
2017-10-18 10:19:44 +02:00 |
|
Petr Hodina
|
38a23235c9
|
Fixed file generation on Windows platfrom. Added support for .cpp files. Refactored argument parsing.
|
2017-10-18 10:19:14 +02:00 |
|
Petr Hodina
|
1016115be1
|
Added gitignore for __pycache__
|
2017-10-18 10:17:44 +02:00 |
|
Petr Hodina
|
0eb2cbc9cf
|
Added Readme & License.
|
2017-10-18 10:15:21 +02:00 |
|
Petr Hodina
|
b3c43ebc52
|
Added Readme & License.
|
2017-10-17 08:34:01 +02:00 |
|
Petr Hodina
|
15a11c47ea
|
Fixed file generation on Windows platfrom. Added support for .cpp files. Refactored argument parsing.
|
2017-10-17 08:20:59 +02:00 |
|
cylon
|
3525ba32e7
|
Pycon commit.
|
2016-10-28 11:30:47 +02:00 |
|
cylon
|
98b1c95a52
|
Pylint refactoring on uvprojxproject.py
|
2016-09-25 12:37:14 +02:00 |
|
cylon
|
fca8ab0bd7
|
Pylint refactoring on ewpproject.py
|
2016-09-25 12:30:40 +02:00 |
|
cylon
|
e3fad2d08b
|
Applied pylint on converter.py
|
2016-09-25 12:16:58 +02:00 |
|
cylon
|
57d45f6bad
|
Fixed path issue in UVPROJXProject.
|
2016-09-06 18:11:16 +02:00 |
|
cylon
|
056f1ba35f
|
Added check for the directory separator.
|
2016-09-05 20:22:17 +02:00 |
|
cylon
|
51c1eea719
|
Built entire project from .ewp and .uvprojx files including startups and linker scripts.
|
2016-09-04 10:32:47 +02:00 |
|
cylon
|
d56672de0b
|
Sources are now stored in project variable.
|
2016-09-03 08:52:38 +02:00 |
|
cylon
|
2f08c0188f
|
Script now generates CMakeLists.txt file.
|
2016-09-02 22:53:57 +02:00 |
|
cylon
|
c830beeedf
|
Added CMake support. Rewritten EWPProject to store project information into dictionary which will be passed to CMake as single data structure. Same
will be true for UVPROJXProject.
|
2016-09-02 18:32:41 +02:00 |
|
cylon
|
7ab01684c4
|
UVPROJXProject class now parses also defines.
|
2016-09-01 01:38:22 +02:00 |
|
cylon
|
71f1ae6347
|
Added code to find the project file in the directory.
|
2016-08-31 20:42:28 +02:00 |
|
cylon
|
7b24babefb
|
Parsing methods are rewritten for each project into class.
|
2016-08-31 20:10:55 +02:00 |
|
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 |
|