panda/board
George Hotz 8ff93ad5da fix openpilot board flashing 2017-07-12 02:54:20 -07:00
..
inc initial commit 2017-04-06 18:11:36 -07:00
tests signature checking works on ST 2017-04-26 10:41:57 -07:00
tools fix openpilot board flashing 2017-07-12 02:54:20 -07:00
Makefile Initial cleanup for inline issue. 2017-06-14 09:26:04 -07:00
Makefile.legacy Board makefile now automatically calculates header file dependencies. 2017-07-11 16:55:36 -07:00
README initial commit 2017-04-06 18:11:36 -07:00
adc.h untabify 2017-07-11 16:55:36 -07:00
bootstub.c untabify 2017-07-11 16:55:36 -07:00
build.mk Refactor of safety to support more modular additions of safety policies. 2017-07-11 16:55:36 -07:00
can.c GMLAN is now always mapped through CAN4 (index 3) 2017-07-11 16:55:36 -07:00
can.h GMLAN is now always mapped through CAN4 (index 3) 2017-07-11 16:55:36 -07:00
config.h Removed compile time config for CAN loopback, implemented as usb message. 2017-07-11 16:55:36 -07:00
dac.h untabify 2017-07-11 16:55:36 -07:00
early.c Large Panda CAN cleanup. Restrict GMLAN to valid baud rates. 2017-07-11 16:55:36 -07:00
early.h Large Panda CAN cleanup. Restrict GMLAN to valid baud rates. 2017-07-11 16:55:36 -07:00
get_sdk.sh Added dependencies to get_sdk.sh. Cleaned up code in enter_download_mode.py and made compatible with py2 and py3. 2017-06-09 16:48:15 -07:00
gpio.c Large Panda CAN cleanup. Restrict GMLAN to valid baud rates. 2017-07-11 16:55:36 -07:00
gpio.h Large Panda CAN cleanup. Restrict GMLAN to valid baud rates. 2017-07-11 16:55:36 -07:00
libc.c Large reorganization of code and early integration of can bitrate setting. 2017-07-11 16:55:36 -07:00
libc.h Large reorganization of code and early integration of can bitrate setting. 2017-07-11 16:55:36 -07:00
llgpio.c Panda firmware auto detects REV C hardware. 2017-06-27 19:27:24 -07:00
llgpio.h Panda firmware auto detects REV C hardware. 2017-06-27 19:27:24 -07:00
main.c GMLAN is now always mapped through CAN4 (index 3) 2017-07-11 16:55:36 -07:00
rev.h Large Panda CAN cleanup. Restrict GMLAN to valid baud rates. 2017-07-11 16:55:36 -07:00
safety.c Fixed output_enabled led not turning off when mode changed to no output. 2017-07-11 18:43:32 -07:00
safety.h Fixed output_enabled led not turning off when mode changed to no output. 2017-07-11 18:43:32 -07:00
safety_honda.h Fixed output_enabled led not turning off when mode changed to no output. 2017-07-11 18:43:32 -07:00
spi.c Split up some more header files into compilation units. 2017-07-11 16:55:36 -07:00
spi.h Split up some more header files into compilation units. 2017-07-11 16:55:36 -07:00
spi_flasher.h Large reorganization of code and early integration of can bitrate setting. 2017-07-11 16:55:36 -07:00
startup_stm32f205xx.s initial commit 2017-04-06 18:11:36 -07:00
startup_stm32f413xx.s initial commit 2017-04-06 18:11:36 -07:00
stm32_flash.ld initial commit 2017-04-06 18:11:36 -07:00
timer.h Split up some more header files into compilation units. 2017-07-11 16:55:36 -07:00
uart.c Moved CAN and USART code out of main.c and into more appropriate files. 2017-07-11 16:55:36 -07:00
uart.h Moved CAN and USART code out of main.c and into more appropriate files. 2017-07-11 16:55:36 -07:00
usb.c Refactor of safety to support more modular additions of safety policies. 2017-07-11 16:55:36 -07:00
usb.h Refactor of safety to support more modular additions of safety policies. 2017-07-11 16:55:36 -07:00

README

== Building ==

./get_sdk.sh

dfu-util from 
git@github.com:dsigma/dfu-util.git