Skip to content

Commit

Permalink
delete clocksd (commaai#30252)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Oct 22, 2023
1 parent 964460c commit 67f2321
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 84 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ Directory Structure
├── third_party # External libraries
└── system # Generic services
├── camerad # Driver to capture images from the camera sensors
├── clocksd # Broadcasts current time
├── hardware # Hardware abstraction classes
├── logcatd # systemd journal as a service
├── loggerd # Logger and uploader of car data
Expand Down
1 change: 0 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ SConscript(['rednose/SConscript'])

# Build system services
SConscript([
'system/clocksd/SConscript',
'system/proclogd/SConscript',
'system/ubloxd/SConscript',
'system/loggerd/SConscript',
Expand Down
4 changes: 0 additions & 4 deletions release/files_common
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ selfdrive/car/tesla/*.py
selfdrive/car/toyota/*.py
selfdrive/car/volkswagen/*.py

system/clocksd/.gitignore
system/clocksd/SConscript
system/clocksd/clocksd.cc

selfdrive/debug/can_printer.py
selfdrive/debug/check_freq.py
selfdrive/debug/dump.py
Expand Down
1 change: 0 additions & 1 deletion selfdrive/manager/process_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def only_offroad(started, params, CP: car.CarParams) -> bool:
DaemonProcess("manage_athenad", "selfdrive.athena.manage_athenad", "AthenadPid"),

NativeProcess("camerad", "system/camerad", ["./camerad"], driverview),
NativeProcess("clocksd", "system/clocksd", ["./clocksd"], only_onroad),
NativeProcess("logcatd", "system/logcatd", ["./logcatd"], only_onroad),
NativeProcess("proclogd", "system/proclogd", ["./proclogd"], only_onroad),
PythonProcess("logmessaged", "system.logmessaged", always_run),
Expand Down
1 change: 0 additions & 1 deletion selfdrive/test/test_onroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"selfdrive.monitoring.dmonitoringd": 4.0,
"./proclogd": 1.54,
"system.logmessaged": 0.2,
"./clocksd": 0.02,
"selfdrive.tombstoned": 0,
"./logcatd": 0,
"system.micd": 10.0,
Expand Down
1 change: 0 additions & 1 deletion system/clocksd/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions system/clocksd/SConscript

This file was deleted.

73 changes: 0 additions & 73 deletions system/clocksd/clocksd.cc

This file was deleted.

0 comments on commit 67f2321

Please sign in to comment.