From 8fbaeddea5f12628b2d18a8fea49ea92329d7ee9 Mon Sep 17 00:00:00 2001 From: kurtis-lew Date: Tue, 18 May 2021 22:16:36 -0700 Subject: [PATCH] Update west.yml - Add macros (PR 685) --- app/west.yml | 42 +++++++----------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/app/west.yml b/app/west.yml index ca5efad2..20e68709 100644 --- a/app/west.yml +++ b/app/west.yml @@ -1,41 +1,13 @@ manifest: remotes: - - name: zephyrproject-rtos - url-base: https://github.com/zephyrproject-rtos - name: zmkfirmware url-base: https://github.com/zmkfirmware - - name: microsoft - url-base: https://github.com/microsoft + - name: okke-formsma + url-base: https://github.com/okke-formsma projects: - - name: zephyr - remote: zmkfirmware - revision: v2.4.0+zmk-fixes - clone-depth: 1 - import: - # TODO: Rename once upstream offers option like `exclude` or `denylist` - name-blacklist: - - ci-tools - - hal_altera - - hal_cypress - - hal_infineon - - hal_microchip - - hal_nxp - - hal_openisa - - hal_silabs - - hal_xtensa - - hal_st - - hal_ti - - loramac-node - - mcuboot - - mcumgr - - net-tools - - segger - - openthread - - edtt - - trusted-firmware-m - - name: uf2 - remote: microsoft - path: tools/uf2 - clone-depth: 1 + - name: zmk + remote: okke-formsma + revision: macros + import: app/west.yml self: - west-commands: scripts/west-commands.yml + path: config \ No newline at end of file