1d79459667 
								
							
								 
							
						 
						
							
							
								
								Remove panda set power functions ( #20712 )  
							
							... 
							
							
 
							
							* remove panda set power functions
* removed
old-commit-hash: 34328ba305 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e3d92dc714 
								
							
								 
							
						 
						
							
							
								
								verify safetyParam read back from PandaState ( #20384 )  
							
							... 
							
							
 
							
							* verify safetyParam read back from PandaState
* update ref
* bump panda
old-commit-hash: 3c23226edc 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								865974a40b 
								
							
								 
							
						 
						
							
							
								
								turn pigeon off when going offroad ( #20296 )  
							
							... 
							
							
 
							
							* cleanup
* power off pigeon
* comment
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: dd74f09eab 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								05eb44115e 
								
							
								 
							
						 
						
							
							
								
								cereal cleanup part 2 ( #20092 )  
							
							... 
							
							
 
							
							* car stuff
* thermal
* Revert "car stuff"
This reverts commit 77fd1c65ebd01abfa8493ae12c9e6b14f7ada976.
* panda state
* camera stuff
* start deg
* most is building
* builds
* planner + controls run
* fix up paramsd
* cleanup
* process replay passes
* fix webcam build
* camerad
* no more frame
* thermald
* ui
* paramsd
* camera replay
* fix long tests
* fix camerad tests
* maxSteeringAngle
* bump cereal
* more frame
* cereal master
old-commit-hash: 312b681a46 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								966945880b 
								
							
								 
							
						 
						
							
							
								
								Cereal cleanup ( #20003 )  
							
							... 
							
							
 
							
							* start cleanup
* fan speed
* cleanup dm
* fix cereal
* hwType -> pandaType
* update refs
* update refs
* bump cereal
* freeSpacePercent
* cereal master
old-commit-hash: 000bd226aa 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								41368ada11 
								
							
								 
							
						 
						
							
							
								
								Panda: use 'std::atomic<bool> connected' to ensure thread-safety ( #19954 )  
							
							... 
							
							
 
							
							old-commit-hash: 0b75a85adc 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								24ffdd6183 
								
							
								 
							
						 
						
							
							
								
								Panda: refactor get_firmware_version, return std::optional<std::vector> ( #19896 )  
							
							... 
							
							
 
							
							Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: c4215d8476 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7194e5926e 
								
							
								 
							
						 
						
							
							
								
								panda: refactor get_serial, return std::optional<std::string> ( #19895 )  
							
							... 
							
							
 
							
							old-commit-hash: 96cc633d91 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c8935f44a1 
								
							
								 
							
						 
						
							
							
								
								Fix panda:  dangling pointer problem in can_receive ( #19892 )  
							
							... 
							
							
 
							
							* refactor can_receive
* still send empty msg
old-commit-hash: b0c0de5b66 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fe457a93d5 
								
							
								 
							
						 
						
							
							
								
								Panda: replace pthread_mutex with std::mutex ( #19909 )  
							
							... 
							
							
 
							
							old-commit-hash: 5594b8f3cb 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2b9b7182d8 
								
							
								 
							
						 
						
							
							
								
								Abstract set_unsafe_mode function to Panda ( #2431 )  
							
							... 
							
							
 
							
							* Abstract set_unsafe_mode function to panda.cc
* whoops
* use uint16_t
old-commit-hash: 5eea86cbf4 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								938ce91d02 
								
							
								 
							
						 
						
							
							
								
								Pigeon abstraction layer ( #1977 )  
							
							... 
							
							
 
							
							* pigeon abstraction layer
* Fix string literals
* more generic pigeon class
* add TTYpigon
* nicer tty error handling
* close tty fd on pigeon delete
* pigeon receive return std::string
* use sizeof
* max receive size to prevent infinite loop
* remove namespace
* add unistd include for usleep
* fix is pigeon
* Handle tty error in opening
* fix printing binary strings with dump.py
* fix pigeon build on macos
* Handle errors seperately
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 502cc665e0 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								562394e2ae 
								
							
								 
							
						 
						
							
							
								
								Panda abstraction layer in boardd ( #1919 )  
							
							... 
							
							
 
							
							* start on panda abstraction layer
* handle bulk transfer in library
* Safety model abstraction
* Abstract hw type into library
* Handle disconnect
* RTC stuff
* Fan control
* Health
* Panda fw version
* Read serial
* Power saving
* Power mode
* Cleanup pigeon thread init
* Rename safety setter variable name
* Remove comment
* Unused global cleanup
* malloc -> new
* whitespace
* Use std::thread
* Use std::thread for safety setter
* Cleanup igntion_last global
* Heartbeat
* logd
* More global cleanup
* Put back sleep
* ir pwr
* Always broadcast health
* init struct with zeroes
* Fix eon build
* fix race condition
* fix Adeebs comments
* abstract can send and receive
old-commit-hash: 80acb32825 
							
						 
						
							5 years ago