c20cd542eb 
								
							
								 
							
						 
						
							
							
								
								uninstall from qt offroad ( #19538 )  
							
							... 
							
							
 
							
							* more offroad
* implement uninstall
* just uninstall for now
old-commit-hash: 8d9be50bcc 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6371eda194 
								
							
								 
							
						 
						
							
							
								
								build Qt UI with clazy ( #19537 )  
							
							... 
							
							
 
							
							* clazy, level0
* level1
old-commit-hash: 069189fd7f 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								99b06dd837 
								
							
								 
							
						 
						
							
							
								
								offroad home styling and cleanup  
							
							... 
							
							
 
							
							old-commit-hash: a36632cc39 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0ed4f89d06 
								
							
								 
							
						 
						
							
							
								
								fix up waste script  
							
							... 
							
							
 
							
							old-commit-hash: 263d23ff3c 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								80d2ba19c0 
								
							
								 
							
						 
						
							
							
								
								tici: implement sound check  
							
							... 
							
							
 
							
							old-commit-hash: 97b2eae01f 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								eb0fd3eaac 
								
							
								 
							
						 
						
							
							
								
								fix startup spinner for non-C2 ( #19536 )  
							
							... 
							
							
 
							
							* limit build progress
* cleanup
* types
* comment
old-commit-hash: 71d317872a 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2fa44ccbbe 
								
							
								 
							
						 
						
							
							
								
								bump cereal  
							
							... 
							
							
 
							
							old-commit-hash: 5bd6533864 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								bc8425b926 
								
							
								 
							
						 
						
							
							
								
								apk gets built in CI now  
							
							... 
							
							
 
							
							old-commit-hash: 2882c6ac6b 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ea2bb39526 
								
							
								 
							
						 
						
							
							
								
								more external cleanup  
							
							... 
							
							
 
							
							old-commit-hash: d61b664785 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1dae511b5b 
								
							
								 
							
						 
						
							
							
								
								bump version to 0.8.2  
							
							... 
							
							
 
							
							old-commit-hash: a4cec444eb 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4fb90a9722 
								
							
								 
							
						 
						
							
							
								
								Add timeout to dbus calls  
							
							... 
							
							
 
							
							old-commit-hash: cd6f26664c 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5a1f57c490 
								
							
								 
							
						 
						
							
							
								
								Add exception handlers to dbus network stats  
							
							... 
							
							
 
							
							old-commit-hash: dbd7b10bae 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9f0611507e 
								
							
								 
							
						 
						
							
							
								
								Qt Offroad stats ( #19498 )  
							
							... 
							
							
 
							
							* probably broke a lot, need the commit though
* finally works
* make it work...
* ...
* kind of works
* better styling
* all should work
* tiny cleanup
* temp
* looks nicer
* create JWT in C++
* kilometers -> km
* use correct free methods
* dont put code in assert statement
* Build JWT payload dynamically
* get dongle id once
* include cleanup
* Remove qDebug
* Update drive_stats.cc
Github is a nice editor :)
* swap week and all and fix sconscript
* install openssl
* openssl include dirs on mac
* is this where openssl is?
* It's here
* small cleanup
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 5b26c97141 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c81ac2c800 
								
							
								 
							
						 
						
							
							
								
								Only register when needed ( #19526 )  
							
							... 
							
							
 
							
							* only register when needed
* block for imei
* Api already imports jwt, so no need for late import
* Small cleanup
* oneliner
* Add spinner to regestering
* Keep trying
old-commit-hash: 00620575d9 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								349429836c 
								
							
								 
							
						 
						
							
							
								
								agnos updater ( #2600 )  
							
							... 
							
							
 
							
							* agnos updater
* add manifest
* fix path
* get manifest from overlay
* update manifest
* remove merge markers
* add streaming decompressor
* dont need read all
* Unsparsify
* Fix output filename
* Optimization
* cleanup
* Small cleanup
* Read manifest from merged overlay
* Write hash at end of partition
* Sync before writing hash
* Write bytes in file
* add manifest with image sizes
* Fix manifest path
* File was closed already
* Format string
* Put raw hash
* Read hashes in launch script
* update launch script
* should be agnos version
* fix slot
* Make sure we clear the hash
* Verify partition size
* move updated
* Standalone flasher
* Don't rely on ordering
* Get path
* Debug log
* Download agnos
* Info is enough
* update manifest
* Remove f
* Check downloader return code
* Exit on wrong manifest
* Fix typos
* Set pythonpath before hardware init
* move agnos into hardware folder
* remove comments
* Fix abstractmethod
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: b276881fcd 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								56db5fc84f 
								
							
								 
							
						 
						
							
							
								
								Add toyota creep to release notes  
							
							... 
							
							
 
							
							old-commit-hash: 8039361567 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3cbe855f82 
								
							
								 
							
						 
						
							
							
								
								remove simg2img from external  
							
							... 
							
							
 
							
							old-commit-hash: 782859502b 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ba7036a9f9 
								
							
								 
							
						 
						
							
							
								
								fix unkillable reboot logging on tici  
							
							... 
							
							
 
							
							old-commit-hash: 6a0e9044c1 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9a18d887dc 
								
							
								 
							
						 
						
							
							
								
								increase controls alert timeout  
							
							... 
							
							
 
							
							old-commit-hash: 717e49019f 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9a6c250b65 
								
							
								 
							
						 
						
							
							
								
								update release notes  
							
							... 
							
							
 
							
							old-commit-hash: 3023ccc7ff 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ea94470705 
								
							
								 
							
						 
						
							
							
								
								Car Port: 2021 Toyota Camry (TSS 2.5) ( #2721 )  
							
							... 
							
							
 
							
							* 2021 camry port
* tss2 adas
* test route
old-commit-hash: 402d401e12 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								455145dd34 
								
							
								 
							
						 
						
							
							
								
								remove commIssueWarning from events  
							
							... 
							
							
 
							
							old-commit-hash: 776a67ad2e 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a6bff115c3 
								
							
								 
							
						 
						
							
							
								
								bump cereal  
							
							... 
							
							
 
							
							old-commit-hash: 8fb93c1e2a 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9bd6318e7c 
								
							
								 
							
						 
						
							
							
								
								fix supported years on Ioniq Electric  
							
							... 
							
							
 
							
							old-commit-hash: 58a4302f41 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								804f08f593 
								
							
								 
							
						 
						
							
							
								
								disable updater for oneplus EONs  
							
							... 
							
							
 
							
							old-commit-hash: 40a4bd9fc7 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d517426c4b 
								
							
								 
							
						 
						
							
							
								
								bump cereal  
							
							... 
							
							
 
							
							old-commit-hash: 0f0efb0be2 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c4bff3f93b 
								
							
								 
							
						 
						
							
							
								
								manager cleanup ( #2634 )  
							
							... 
							
							
 
							
							* start cleanup
* add uninstall to hw abstraction layer
* cleanup
* litte more
* don't build at import time
* fix tests
* don't build by default
* sync
old-commit-hash: 220853730d 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								34e98ac4d7 
								
							
								 
							
						 
						
							
							
								
								cleanup qcom2 ( #19506 )  
							
							... 
							
							
 
							
							* cleanup qcom2
* define DEBAYER_LOCAL_WORKSIZE in camera_qcom2.h
old-commit-hash: bc1cfa6d4f 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								84510535a0 
								
							
								 
							
						 
						
							
							
								
								Separate Hyundai Ioniq Hybrid and EV 2020 Premium SE ( #19500 )  
							
							... 
							
							
 
							
							* Update carcontroller.py
* Update hyundaican.py
* Update interface.py
* Update values.py
* Update values.py
* Update values.py
* Update values.py
* Update values.py
* Update README.md
* Update test_car_models.py
* cleanup interface
old-commit-hash: 43c05aa2c6 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0792290d72 
								
							
								 
							
						 
						
							
							
								
								Revert MCLK change  
							
							... 
							
							
 
							
							old-commit-hash: 91c760a9e5 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5d5fed58e2 
								
							
								 
							
						 
						
							
							
								
								Move MCLK freq on tici ( #19494 )  
							
							... 
							
							
 
							
							* Move MCLK freq
* change PLL settings to compensate
* messed that up
* undo extclk change, move the internal freq. Does mean pixclk is decreased from 88MHz to 80MHz though
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 18ab822213 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b950cab874 
								
							
								 
							
						 
						
							
							
								
								HW abstraction layer ( #19530 )  
							
							... 
							
							
 
							
							* start hw refactor
* move that
* pins
* put that back
old-commit-hash: 8674b023ba 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								84e8eb4191 
								
							
								 
							
						 
						
							
							
								
								already prepped  
							
							... 
							
							
 
							
							old-commit-hash: 3b8ca39554 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								074aef5349 
								
							
								 
							
						 
						
							
							
								
								0b6e45f8-21c1-408a-b61d-3dce02a69d23/500 ( #19528 )  
							
							... 
							
							
 
							
							old-commit-hash: 78176c79ad 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								51a11c123b 
								
							
								 
							
						 
						
							
							
								
								new ref  
							
							... 
							
							
 
							
							old-commit-hash: c09dfdf244 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c1a73f6836 
								
							
								 
							
						 
						
							
							
								
								Fix TSS2 creep issue, no need to send standstill request ( #2716 )  
							
							... 
							
							
 
							
							* Fix TSS2 creep issue, no need to send standstill request
* Forgot to add import
* Changed set to look in from TSS2_CAR to NO_STOP_TIMER_CAR
old-commit-hash: d93f07f5e6 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								aa326065b8 
								
							
								 
							
						 
						
							
							
								
								don't wait for 4 seconds before it starts steering again after steering fault ( #19520 )  
							
							... 
							
							
 
							
							old-commit-hash: 89a6008841 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								625a59c22a 
								
							
								 
							
						 
						
							
							
								
								fixed fingerprint for cpu usage test  
							
							... 
							
							
 
							
							old-commit-hash: 421c494237 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8bc42f4aff 
								
							
								 
							
						 
						
							
							
								
								Parametrize startingBrakeRate ( #19511 )  
							
							... 
							
							
 
							
							* Parametrize startingBrakeRate
* new ref_commit
old-commit-hash: 717bc747c3 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								dcc4d34337 
								
							
								 
							
						 
						
							
							
								
								2020 RDX fw ( #19523 )  
							
							... 
							
							
 
							
							old-commit-hash: 1872d28739 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								82b865808a 
								
							
								 
							
						 
						
							
							
								
								remove per-branch build caching for CI builds  
							
							... 
							
							
 
							
							old-commit-hash: d62e0aa092 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d7aa8153a2 
								
							
								 
							
						 
						
							
							
								
								Rav4 and Rav4 Hybrid FW ( #19501 )  
							
							... 
							
							
 
							
							* Rav4 Limited [9363705a7bbefea]
* Rav4 Hybrid [8b9ff04f758b61ce]
old-commit-hash: 3f7484df9e 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3f2ade1312 
								
							
								 
							
						 
						
							
							
								
								Fix to allow brakes to release on resume press ( #2709 )  
							
							... 
							
							
 
							
							old-commit-hash: 4fcf8678f6 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a5f9730c0e 
								
							
								 
							
						 
						
							
							
								
								bump cereal: add startingBrakeRate  
							
							... 
							
							
 
							
							old-commit-hash: 3e8619ff64 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ef4eb97860 
								
							
								 
							
						 
						
							
							
								
								Add Forester 2020 fingerprint ( #2763 )  
							
							... 
							
							
 
							
							* Add Forester 2020 fingerprint
* Update selfdrive/car/subaru/values.py
* combined Forester 2019 & 2020 fingerprints
2020 model had some additional fingerprints than the 2019 model. Merged rather than adding separately.
* Added Forester 2020 to readme
* Updated to include forester touring as well
added additional messages as per #19499  (updating same fingerprint)
* Delete Forester 2019 sport - duplicate fingerprint
* Update values.py
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: d3d57b0744 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								120858b241 
								
							
								 
							
						 
						
							
							
								
								athenad: add getNetworkType ( #19517 )  
							
							... 
							
							
 
							
							old-commit-hash: 7a121862a8 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ed5f1fe79c 
								
							
								 
							
						 
						
							
							
								
								Early model 081 ( #19510 )  
							
							... 
							
							
 
							
							* c91b82af-c0b0-4378-8431-3e6efc26b084/325
* 0b6e45f8-21c1-408a-b61d-3dce02a69d23/200
* update model ref
old-commit-hash: c89ec883cc 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d5ad6237cf 
								
							
								 
							
						 
						
							
							
								
								Revert "Handle python-dbus not installed"  
							
							... 
							
							
 
							
							This reverts commit fd22f01b1f21005846bef211851d17f602a7c600.
old-commit-hash: a2c6fdd14c 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								996c86519c 
								
							
								 
							
						 
						
							
							
								
								2021 Toyota Highlander / Highlander Hybrid fw ( #2729 )  
							
							... 
							
							
 
							
							* Highlander TSS2.5 fw versions
* 2021 Highlander Hybrid fw - not yet confirmed
* update model years
old-commit-hash: 4428c96d08 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								762eda95cd 
								
							
								 
							
						 
						
							
							
								
								Set GPU priorities + improved modeld priorities ( #2691 )  
							
							... 
							
							
 
							
							* give gpu threads rt priority
* modeld gets highest prio on core 2
* fix frame stream
* lower prio of cal thread
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: c57ee16e86 
							
						 
						
							5 years ago