# Keil2Makefile **Repository Path**: wild_coder/Keil2Makefile ## Basic Information - **Project Name**: Keil2Makefile - **Description**: a automatic script to change a Keil project to makefile project - **Primary Language**: C - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-06-24 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Keil2Makefile An automatic script to change a Keil project to Makefile project which uses arm-none-eabi to compile. Only support STM32F407 series and STM32F405ZGTx. More and more microcontrollers are being supported. ## Usage Move Keil2Makefile-master to root directory of Keil project, then enter Keil2Makefile-master and run Keil2Makefile.py. ## TODO Add support for C99 mode and ```printf``` retarget.