Skip to content

Commit

Permalink
- Add patch to port RV-8263-C8 driver from upstream Zephyr to ZSWatch…
Browse files Browse the repository at this point in the history
… Zephyr

- Move patches from "zephyr_patches" directory into "patches" directory
- Remove "zephyr_patches" directory
  • Loading branch information
Kampi committed Jun 20, 2024
1 parent 230eb25 commit fe9105a
Show file tree
Hide file tree
Showing 10 changed files with 869 additions and 1,048 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
compatible = "microcrystal,rv-8263-c8";
reg = <0xA2>;
status = "okay";
clkout = <0>;
int-gpios = <&gpio1 13 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
};

Expand Down Expand Up @@ -367,4 +366,4 @@
reg = <0x400000 0x100000 >;
};
};
};
};
3 changes: 1 addition & 2 deletions app/drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_subdirectory(display)
add_subdirectory(input)
add_subdirectory(rtc)

add_subdirectory_ifdef(CONFIG_SENSOR sensor)
add_subdirectory_ifdef(CONFIG_SENSOR sensor)
3 changes: 1 addition & 2 deletions app/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
rsource "display/Kconfig"
rsource "input/Kconfig"
rsource "rtc/Kconfig"
rsource "sensor/Kconfig"
rsource "sensor/Kconfig"
6 changes: 0 additions & 6 deletions app/drivers/rtc/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions app/drivers/rtc/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions app/drivers/rtc/rv8263c8/CMakeLists.txt

This file was deleted.

83 changes: 0 additions & 83 deletions app/drivers/rtc/rv8263c8/Kconfig

This file was deleted.

Loading

0 comments on commit fe9105a

Please sign in to comment.