cmake-uvision-syncer icon indicating copy to clipboard operation
cmake-uvision-syncer copied to clipboard

CMake ⇄ µVision project file synchronizer

Results 4 cmake-uvision-syncer issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thanks for a great tool, I think it would be great to have an option of converting Keil project to cmake. There are many options to...

I noticed that exception _'NoneType' object has no attribute 'split'_ comes out if `Aads/VariousControls/MiscControls` is empty. Line https://github.com/bojanpotocnik/cmake-uvision-syncer/blob/049524cc18bcd17e2db54dee6b97d69429e37c5b/main.py#L414 calls `text(...).split()` but `text()` can be `NoneType` if `Aads/VariousControls/MiscControls` is empty. Maybe...

Hello, We use C++ and we get this weird error. Is C++ support available or is this another problem? ``` (base) wlan-145-94-230-99:cmake-uvision-syncer-master 2 mihaivo$ python3 main.py /Users/mihaivo/Desktop/DARE/Stratos-IV/Software/bvc Using µVision5 Project...

I am trying to use your project to make a cmake file out of a uVision file that was generated from STM32Cube. When I run the main.py script on the...