Find a file
2023-03-25 19:31:00 +01:00
.dockerignore Add a script for compiling projects 2023-03-23 13:11:30 +01:00
compile.sh Remove debug messages 2023-03-24 18:56:29 +01:00
Dockerfile Capitalize log messages 2023-03-25 19:31:00 +01:00
LICENSE Update license file 2023-03-23 09:42:52 +01:00
README.md Add further explanations to the README file 2023-03-23 13:15:51 +01:00

docker-keil

A docker image that allows you to run Keil uVision using Wine

Usage

This docker image provides a pre-installed Wine installation with a pre-installed copy of "Keil uVision 5". Furthermore, a command called st-compile is compiled which provides the functionality to build "Keil uVision 5" projects.

The command st-compile accepts one parameter:

The path to a project file or the path to a source file which belongs to a "Keil uVision 5" project (such as ASM or C source files).

Usage:

st-compile <path-to-project-or-source-file>

This docker image can be built using the following command:

docker build -t <tag-name> .