66 Commits (2330e1458c5f8cfc562222d6dbde1e9b51feebb1)

Author SHA1 Message Date
Adeeb Shihadeh f4675fc260 Merge common/ and selfdrive/common (#24556) 3 years ago
Shane Smiskol 121b708ba1 Change safetyParam to uint16_t (#24376) 3 years ago
Shane Smiskol 32075d4681 safety param: make uint16_t (#24362) 3 years ago
Shane Smiskol ebec632ea2 Make safetyParam unsigned (#24160) 3 years ago
Shane Smiskol 4bbc197433 update unsafeMode to alternativeExperience (#23995) 3 years ago
Gregor Kikelj cd1ba97c07 Remove void argument (#23928) 3 years ago
Igor Biletskyy c60d1ca766 panda.cc: add panda deep sleep mode(#23911) 3 years ago
Willem Melching baebb2c932 handle usb error in reading panda state (#23686) 3 years ago
Igor Biletskyy b294249932 Panda: check libusb_open status (#23622) 3 years ago
Igor Biletskyy f532819faf Revert "boardd: new class USBDevice (#23015)" 3 years ago
Dean Lee 49c35a70b5 boardd: new class USBDevice (#23015) 3 years ago
Adeeb Shihadeh 0386f99c1f boardd: add controls heartbeat (#23185) 3 years ago
Dean Lee a0c6a65d09 panda: refactor can_send (#22981) 3 years ago
Igor Biletskyy be3a376967 len_to_dlc make static (#23120) 3 years ago
Dean Lee 15bac98ad4 panda: refactor can_recv (#22977) 3 years ago
Igor Biletskyy ce565323fd boardd: split usbprotocol unittest and fix paren order in data length assert (#23065) 3 years ago
Igor Biletskyy 9055f2df79 Extra check for tail_size length (#23047) 3 years ago
George Hotz 327767f93f Revert "boardd: be careful with paren order in assert" 3 years ago
George Hotz 6475085095 boardd: be careful with paren order in assert 3 years ago
Dean Lee a919e5721e panda: add unit tests for usb protocol (pack/unpack) (#22955) 3 years ago
Igor Biletskyy 989270ac56 fix chunk buffer size (#22969) 3 years ago
Dean Lee 1cf28894e6 panda: fix len_to_dlc always return 1 if len > 24 (#22964) 3 years ago
Dean Lee 433add3a02 boardd/can_recv_thread: improve caching for can_frame (#22944) 3 years ago
Igor Biletskyy 8844b560d0 panda.cc: struct for CAN header, counter complexity, cleanup for readability (#22956) 3 years ago
Igor Biletskyy 34ad595349 panda.cc: add functions to set can and data speed (#22920) 3 years ago
Adeeb Shihadeh 1896097480 boardd: apply bus offset in can recv 4 years ago
Igor Biletskyy 841c20b412 New usb protocol for panda (#22752) 4 years ago
Robbe Derks dbe4641e04 Multipanda support (#22402) 4 years ago
Adeeb Shihadeh 39811d083f boardd: reduce unnecessary allocations (#22494) 4 years ago
Willem Melching 6762c152de boardd: fix context leak in init_usb_ctx (#22472) 4 years ago
Willem Melching 11066c6236 Split pandaState into peripheralState and pandaState (#22385) 4 years ago
Dean Lee 5afeb1e0a3 panda: call libusb_free_device_list before libusb_exit (#22162) 4 years ago
Dean Lee 9a1fa559ba Panda::list: remove call to libusb_release_interface (#22157) 4 years ago
Dean Lee 31adaa3906 panda: fix dev_list may be freed twice on failure (#22161) 4 years ago
Adeeb Shihadeh 7611b94e51 fix boardd reconnect loop (#22081) 4 years ago
Igor Biletskyy 2e1ea456f0 add function to list connected pandas to panda.cc (#21989) 4 years ago
Igor Biletskyy b82c83ccae Add argument to Panda to connect by serial number (#21905) 4 years ago
Dean Lee 147b355dde add space after function name and if statement (#21225) 4 years ago
Dean Lee 5609f32cee Cleanup includes (#20925) 4 years ago
Adeeb Shihadeh 3fbeb1299e boardd: set can and pandaState valid flags (#20899) 4 years ago
Dean Lee e333e4f189 Cleanup selfdrive/ includes (#20822) 4 years ago
Adeeb Shihadeh 532d19427c bump cereal 4 years ago
Willem Melching 1d79459667 Remove panda set power functions (#20712) 4 years ago
Adeeb Shihadeh 865974a40b turn pigeon off when going offroad (#20296) 4 years ago
Adeeb Shihadeh 05eb44115e cereal cleanup part 2 (#20092) 4 years ago
Adeeb Shihadeh 966945880b Cereal cleanup (#20003) 4 years ago
Dean Lee 35fe949cd8 fix panda: remove uninitialized err and check after (#19974) 4 years ago
Dean Lee 53957eec3f Panda: add check for connected in usb_read (#19957) 4 years ago
Dean Lee 24ffdd6183 Panda: refactor get_firmware_version, return std::optional<std::vector> (#19896) 4 years ago
Dean Lee 7194e5926e panda: refactor get_serial, return std::optional<std::string> (#19895) 4 years ago