From a918151595159e37d1ef0484959786d3b6f07bea Mon Sep 17 00:00:00 2001 From: ldab Date: Tue, 2 Jan 2024 13:06:17 +0100 Subject: [PATCH] remove seeduino --- .../seeeduino_xiao_ble.zmk.yml | 10 --- app/boards/seeeduino_xiao_ble.conf | 15 ---- app/boards/seeeduino_xiao_ble.overlay | 75 ------------------- app/core-coverage.yml | 1 - 4 files changed, 101 deletions(-) delete mode 100644 app/boards/arm/seeeduino_xiao_ble/seeeduino_xiao_ble.zmk.yml delete mode 100644 app/boards/seeeduino_xiao_ble.conf delete mode 100644 app/boards/seeeduino_xiao_ble.overlay diff --git a/app/boards/arm/seeeduino_xiao_ble/seeeduino_xiao_ble.zmk.yml b/app/boards/arm/seeeduino_xiao_ble/seeeduino_xiao_ble.zmk.yml deleted file mode 100644 index 360bd04b3140..000000000000 --- a/app/boards/arm/seeeduino_xiao_ble/seeeduino_xiao_ble.zmk.yml +++ /dev/null @@ -1,10 +0,0 @@ -file_format: "1" -id: seeeduino_xiao_ble -name: Seeeduino XIAO BLE -type: board -arch: arm -outputs: - - usb - - ble -url: https://wiki.seeedstudio.com/XIAO_BLE/ -exposes: [seeed_xiao] diff --git a/app/boards/seeeduino_xiao_ble.conf b/app/boards/seeeduino_xiao_ble.conf deleted file mode 100644 index 205f67e91272..000000000000 --- a/app/boards/seeeduino_xiao_ble.conf +++ /dev/null @@ -1,15 +0,0 @@ - -CONFIG_CONSOLE=n -CONFIG_SERIAL=n -CONFIG_UART_CONSOLE=n -CONFIG_UART_INTERRUPT_DRIVEN=n -CONFIG_ZMK_USB=y -CONFIG_ZMK_BLE=y - - -CONFIG_MPU_ALLOW_FLASH_WRITE=y -CONFIG_NVS=y -CONFIG_SETTINGS_NVS=y -CONFIG_FLASH=y -CONFIG_FLASH_PAGE_LAYOUT=y -CONFIG_FLASH_MAP=y \ No newline at end of file diff --git a/app/boards/seeeduino_xiao_ble.overlay b/app/boards/seeeduino_xiao_ble.overlay deleted file mode 100644 index 7b71a46250e8..000000000000 --- a/app/boards/seeeduino_xiao_ble.overlay +++ /dev/null @@ -1,75 +0,0 @@ -/* - * Copyright (c) 2021 The ZMK Contributors - * - * SPDX-License-Identifier: MIT - */ - - -/ { - chosen { - zephyr,console = &cdc_acm_uart; - zmk,battery = &vbatt; - }; - - vbatt: vbatt { - compatible = "zmk,battery-voltage-divider"; - io-channels = <&adc 7>; - power-gpios = <&gpio0 14 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; - output-ohms = <510000>; - full-ohms = <(1000000 + 510000)>; - }; -}; - -&adc { - status = "okay"; -}; - -&usbd { - cdc_acm_uart: cdc_acm_uart { - compatible = "zephyr,cdc-acm-uart"; - }; -}; - -&qspi { - status = "disabled"; -}; - -&pinctrl { - spi3_default: spi3_default { - group1 { - psels = , - , - ; - }; - }; - - spi3_sleep: spi3_sleep { - group1 { - psels = , - , - ; - low-power-enable; - }; - }; -}; - -&spi3 { - status = "okay"; - pinctrl-0 = <&spi3_default>; - pinctrl-1 = <&spi3_sleep>; - pinctrl-names = "default", "sleep"; - cs-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; - p25q16h_spi: p25q16h@0 { - compatible = "jedec,spi-nor"; - reg = <0>; - wp-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>; - hold-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>; - spi-max-frequency = <104000000>; - jedec-id = [ 85 60 15 ]; - sfdp-bfp = [ e5 20 f1 ff ff ff ff 00 44 eb 08 6b 08 3b 80 bb ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 0f 52 10 d8 08 81 ]; - size = <16777216>; - has-dpd; - t-enter-dpd = <3000>; - t-exit-dpd = <8000>; - }; -}; diff --git a/app/core-coverage.yml b/app/core-coverage.yml index 5a0db3fd3a22..e0d5d9e86401 100644 --- a/app/core-coverage.yml +++ b/app/core-coverage.yml @@ -11,7 +11,6 @@ shield: include: - board: bdn9_rev2 - board: nice60 - - board: seeeduino_xiao_ble - board: xiao_ble shield: hummingbird - board: nrf52840_m2