Commit Graph

119 Commits (32199b2e49dcb9ac3475b3f98ed33a8853832c8f)

Author SHA1 Message Date
rbiasini 70219d7bb2
match safety enum in cereal (#285)
* match safety enum in cereal

* removing tons of hardcoding

* add pythonpath to safety test

* Fix safety test in Docker
2019-10-02 18:20:32 -07:00
rbiasini b98ca010d2
fix sdk build in python3 env (#279) 2019-09-27 00:06:32 -07:00
George Hotz e951d79c0a legacy code we don't control can remain python2 2019-09-26 17:41:32 -07:00
Andy Haden 6da979e03a remove chffr link 2019-08-02 18:25:18 -07:00
dekerr 45d0d286f4 remove whitespace (#255) 2019-07-19 19:35:50 -07:00
rbiasini a3f65d66e9
capitalize MIN and MAX macros (#220) 2019-06-17 13:48:14 -07:00
Nigel Armstrong 1d2f8f0abf
Jenkins (#179)
* Improve panda automated testing

 * begin testing both white and grey panda
 * Improve wifi reliability

* First commit for docker

* Fix usb devices not showing up on reconnect

* Add tests for two pandas, latency and throughput

* Add Jenkinsfile

* Allow flashing release on wifi

* Fix Jenkins stuck in DFU mode and docker container running

* Add pandaextra from xx to docker

* Need more time for ST to restart, sometimes

* Add xml output to tests

* Try making wifi more reliable

* Fix infinite loop in ping

* Check connected after flash

* Cleanup two panda tests

* Try fixing failing test with check after udp

* Try to fix with sleep

* Temporarily run just 5 and 6

* Cleanup

* Desperate times call for desperate measurse

* BUGFIX: power saving when rx only

* Fix failing when white panda is first after udp

* Test both Dev and EON build

* Jenkins test results for both builds

* Better test case naming
2019-04-09 14:09:18 -07:00
Denys Vitali 866dd854ef Fix README (#133) 2018-08-18 16:06:45 -07:00
Chris Vickery 711fd112b7 Enable compiler optimizations, fix things it breaks 2018-04-11 16:15:38 -07:00
George Hotz 6a3307c024 no LIN over ELM 2018-04-06 17:32:57 -07:00
George Hotz 4f59dedcb0 add secure mode note 2018-02-13 10:20:38 -08:00
George Hotz 38cc0eeb7b add wifi_secure_mode, boots in insecure mode 2018-01-12 10:12:43 -08:00
George Hotz 2573d861e6 docs say max is 4, respect the docs 2018-01-12 09:48:14 -08:00
George Hotz 864cd8fdf2 failing on some devices 2018-01-12 09:34:44 -08:00
George Hotz 2f036d2a69 fix esp flasher 2017-12-06 16:28:16 -08:00
Ted Slesinski 4f3a4e1c5f Made bash script's naming consistent and updated another typo in readme 2017-11-14 22:24:59 -05:00
Ted Slesinski 7dbe0cc83a
Mac and Linux scripts are reversed! 2017-11-13 08:29:25 -05:00
George Hotz 80766f184f
Merge pull request #60 from energee/mac-update
Adds Mac-specific instructions for setting up board and esp
2017-11-12 19:28:37 -08:00
Gábor Lipták 511d8631ce Add board and boardesp to Travis
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2017-11-12 15:22:57 -08:00
Adam Urban 12838d78f0 Removing extra text from label 2017-11-12 15:15:23 -08:00
Adam Urban f21b7afdc0 Parse URI query string for properties
Add 404
2017-11-12 15:15:23 -08:00
Adam Urban 3a11d34977 Replace HTML line breaks with newlines to restore original formatting and clean up HTML
Since the body is now properly enclosed in pre tags, browsers interpret newlines literally
2017-11-12 15:15:23 -08:00
Adam Urban 8de83389c4 Output valid HTML on built in webpage 2017-11-12 15:15:23 -08:00
Adam Urban a9a17c2e1c Fixed missing )
Sorry!
2017-11-12 15:15:23 -08:00
Adam Urban 093405c8b8 Move Requests to XHRs so page doesn't reload 2017-11-12 15:15:23 -08:00
Adam Urban 3cecacc88e 0xe6 packet has no response 2017-11-12 15:15:23 -08:00
Adam Urban 90770e238f Add basic USB controls to built in webserver 2017-11-12 15:15:23 -08:00
Ted Slesinski 3d7349f7e7 Update READMEs 2017-11-10 05:56:38 -05:00
Firmware Batman c95fe9e287 clear resp first 2017-08-29 11:17:44 -07:00
Firmware Batman 37cba949fd fix panda bug 2017-08-29 10:54:01 -07:00
Firmware Batman 8b6c441d1d update tests and gpio usage 2017-08-29 10:46:08 -07:00
George Hotz 5821e28d7d move esptool 2017-08-23 18:47:58 -07:00
Firmware Batman 441110e7a2 fix minor bugs 2017-08-22 16:13:35 -07:00
Firmware Batman 95893de046 remove extra sleep 2017-08-22 14:20:49 -07:00
Firmware Batman f80e5cb747 refactor ESP flasher to use panda lib 2017-08-22 14:17:59 -07:00
Firmware Batman 72d9247ce0 refactor boardesp and version build 2017-08-22 09:08:24 -07:00
Firmware Batman 1ea061a713 test 5 doesn't fail anymore 2017-08-21 16:40:38 -07:00
Firmware Batman 52a2dc7fe2 add semantic versioning 2017-08-21 14:35:38 -07:00
Jessy Diamond Exum e28f6f8e88 ELM327: Added a readme. 2017-08-19 03:08:40 -07:00
Jessy Diamond Exum 023c4f53eb ELM327: Small cleanup. 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 124d0a882f ELM327: Added LIN keep alive messages. Tests as well. 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 5ca692e8d3 ELM327: incoming messages cleared before commands to prevent congestion. 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 069f388eed ELM327: Stable very long multiline message support with tests. 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 63af60c1b0 ELM327: Added ISO 14230-4 (KWP FAST) wakeup pulse. 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 04e37c2d5d ELM327: Fixed dreaded double response bug (tcp connection allocation issue). 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 5730471030 ELM327: Fixed LIN double init issue. 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 98d455701d ELM327: Base ISO 14230-4 support. No keepalive yet. Bugfixes 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 592729cf4b ELM327: Fixed erroneous warning. 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 09ee296550 ELM327: Panda safety mode for ELM327 (passes ISO 15765-4 11&29 bit messages) 2017-08-19 00:31:11 -07:00
Jessy Diamond Exum 53963c9025 ELM327: Added ISO 15765-4 29 bit CAN support.
4 protocols now supported in Torque.
2017-08-19 00:31:11 -07:00