Skip to content

Commit

Permalink
fix: line in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Jul 5, 2024
1 parent bf1c63f commit 04b55c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ to build Zephyr applications.
The `vanilla-zepyhr` folder contains two Dockerfiles:

- `Dockerfile.ci` - A docker image which contains all tools needed to build Zephyr applications.
From Zephyr SDK toolchains it contains the following:
This image is suitable to be used in the CI. From Zephyr SDK it contains the following toolchains:
- `arm-zepyhr-eabi` - used for building applications for ARM Cortex-M.
- `x86_64-zephyr-elf` - used for building applications for `native_sim` board. This image is
suitable to be used in the CI.
- `x86_64-zephyr-elf` - used for building applications for `native_sim` board.
- `Dockerfile.dev` - A docker image which inherits from `Dockerfile.ci` image and contains some
configuration to make development inside the container easier.

Expand Down

0 comments on commit 04b55c8

Please sign in to comment.