-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating SPI clock divider, adding a clk buffer to csk
- Loading branch information
Maicol Ciani
committed
Oct 5, 2023
1 parent
cd8b6d7
commit a3c649e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ dependencies: | |
car_l2: { git: [email protected]:carfield/carfield_l2_mem.git, rev: 0143fb296e3614adf8894ff7335cc3f9b92783bd } # branch: main | ||
safety_island: { git: [email protected]:carfield/safety-island.git, rev: 620905a836a10ec1246bc392bb5af1cfdfd32d64 } # branch: michaero/carfield | ||
pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, rev: 360c120c50d88a7ec6f32d84b0d48815039584d1 } # branch: yt/rapidrecovery | ||
opentitan: { git: https://github.com/pulp-platform/opentitan.git, rev: 151fa0dd6c10f78f8092b0247db5680c9f2a0c05 } # branch: carfield_soc | ||
opentitan: { git: https://github.com/pulp-platform/opentitan.git, rev: c645a0f95209e9faed78d7d2565c19b62676bfb8 } # branch: carfield_soc | ||
mailbox_unit: { git: [email protected]:pulp-platform/mailbox_unit.git, version: 1.1.0 } | ||
apb: { git: https://github.com/pulp-platform/apb.git, version: 0.2.3 } | ||
timer_unit: { git: https://github.com/pulp-platform/timer_unit.git, version: 1.0.2 } | ||
|