Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ zephyr_udc0: &usbd {
status = "okay";
};

&rng {
status = "okay";
};

&flash0 {
reg = <0x10000000 DT_SIZE_M(4)>;
partitions {
Expand Down
2 changes: 1 addition & 1 deletion lib/zephyr-workspace/zephyr
Submodule zephyr updated 16013 files
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ manifest:
# Zephyr RTOS core
- name: zephyr
repo-path: zephyr
revision: v4.3.0
revision: 03b7df7
path: lib/zephyr-workspace/zephyr
west-commands: scripts/west-commands.yml
import:
Expand Down
Loading