Go to file
2022-10-25 22:57:02 -05:00
.github fix: Add git safe directory override. 2022-10-25 22:57:02 -05:00
architectures.yml feat: Zephyr SDK 0.12.1 2021-06-14 14:42:50 +01:00
Dockerfile refactor: Bump to NodeJS v16.x 2022-04-16 07:40:07 -04:00
LICENSE add LICENSE 2020-12-03 10:33:20 +00:00
README.md feat: change parent (base) image to ubuntu 2021-06-16 19:14:51 +01:00

Lightweight Docker images for ZMK.

Platforms

Tested

  • arm

Not Tested

  • arc
  • arm64
  • mips
  • nios2
  • riscv64
  • sparc
  • x86_64
  • xtensa_intel_apl_adsp
  • xtensa_intel_bdw_adsp
  • xtensa_intel_byt_adsp
  • xtensa_intel_s1000
  • xtensa_nxp_imx8m_adsp
  • xtensa_nxp_imx_adsp
  • xtensa_sample_controller

Images

build

For building ZMK firmware with CI.

  • FROM: ubuntu
  • Includes:
    • essential Zephyr dependencies (apt-get)
      • non-build dependencies are not included. e.g. pip3, UI packages, etc.
    • base Zephyr Python requirements
    • platform's Zephyr toolchain

dev

For developing ZMK (firmware and documentation).

  • FROM: build
  • Includes:
    • remaining Zephyr dependencies (apt-get)
    • build and test Zephyr Python requirements
    • other useful development packages