Find a file
2023-04-01 15:02:32 +02:00
.dockerignore Ignore debug files 2023-03-25 21:33:53 +01:00
.gitattributes Prevent .sh files from having CRLF endings 2023-03-30 01:47:47 +02:00
.gitignore Ignore debug files 2023-03-25 21:33:53 +01:00
compile.sh Add function for checking truthfulness of value 2023-04-01 15:02:32 +02:00
Dockerfile Fix broken keil installation 2023-03-29 17:47:53 +02:00
install-keil.sh Silence inotifywait 2023-03-28 14:55:34 +02: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> .