Itemize files in README

This commit is contained in:
Petr Hodina 2020-12-19 12:03:10 +01:00
parent cccb2cbd1f
commit 3e5fb32e0b
No known key found for this signature in database
GPG Key ID: 7EBEC3318DB7196D

View File

@ -4,10 +4,10 @@ A lot of Embedded Projects use proprietary IDEs and build processes. This make a
## Module description
[cmake.py](cmake.py) - Cmake and linker file generation
[converter.py](converter.py) - Argument parsing
[ewpproject.py](ewpproject) - Parser for IAR's ewp file format
[uvprojx.py](uvprojx.py) - Parser for ARM's KEIL uvprojx file format
- [cmake.py](cmake.py) - Cmake and linker file generation
- [converter.py](converter.py) - Argument parsing
- [ewpproject.py](ewpproject) - Parser for IAR's ewp file format
- [uvprojx.py](uvprojx.py) - Parser for ARM's KEIL uvprojx file format
## Prerequisites