panda/board
robbederks f458d67a7c Add uptime counter to the health packet (#391)
* Added uptime counter to the health packet

* fix tests by setting power save on on EON build
2019-11-21 16:47:49 -08:00
..
boards Add uptime counter to the health packet (#391) 2019-11-21 16:47:49 -08:00
drivers enable CAN transcievers outside the set_safety_mode function, which is not related 2019-11-21 13:42:36 -08:00
inc Update core to CMSIS 5.6 release (#251) 2019-10-16 15:19:01 -07:00
obj Revert commits that broke USB for openpilot. 2017-07-12 11:27:16 -07:00
pedal UART instability fix with high interrupt load (#283) 2019-10-04 13:28:56 -07:00
safety mispelled word 2019-11-19 10:22:22 -08:00
tests signature checking works on ST 2017-04-26 10:41:57 -07:00
tools Linter python (#299) 2019-10-15 14:03:31 -07:00
Makefile Removed build strict test and enabled -Werror flag 2019-07-07 14:46:03 -07:00
README.md Fix Mac installation instruction per: https://github.com/commaai/panda/pull/308/files 2019-10-31 16:23:55 -07:00
__init__.py Revert commits that broke USB for openpilot. 2017-07-12 11:27:16 -07:00
board.h ESP forced off in EON build. this prevents ESP to be turned on when e… (#387) 2019-11-19 18:41:59 -08:00
board_declarations.h Add uptime counter to the health packet (#391) 2019-11-21 16:47:49 -08:00
bootstub.c Uno (#274) 2019-10-25 16:22:42 -07:00
build.mk dos and python3 2019-11-06 21:42:07 +00:00
config.h UART instability fix with high interrupt load (#283) 2019-10-04 13:28:56 -07:00
get_sdk.sh board get_sdk scripts were left on python2 2019-10-29 11:51:37 -07:00
get_sdk_mac.sh Fix Mac installation instruction per: https://github.com/commaai/panda/pull/308/files 2019-10-31 16:23:55 -07:00
gpio.h ESP forced off in EON build. this prevents ESP to be turned on when e… (#387) 2019-11-19 18:41:59 -08:00
libc.h Gpio race condition fix (#263) 2019-08-28 12:53:51 -07:00
main.c Add uptime counter to the health packet (#391) 2019-11-21 16:47:49 -08:00
main_declarations.h Add uptime counter to the health packet (#391) 2019-11-21 16:47:49 -08:00
power_saving.h Fan and IR at 0 when in power savings mode (#309) 2019-10-29 12:36:47 -07:00
provision.h Misra 11.x: pointer usage. (#250) 2019-07-10 20:56:03 -07:00
safety.h NOOUTPUT safety mode is now SILENT. NOOUTPUT still exists but keeps C… (#388) 2019-11-20 11:56:26 -08:00
safety_declarations.h tx_hook shall have a white-list of messages (#381) 2019-11-17 00:24:19 -08:00
spi_flasher.h fix canflash for pedal (#267) 2019-09-05 08:24:49 -07:00
startup_stm32f205xx.s remove whitespace (#255) 2019-07-19 19:35:50 -07:00
startup_stm32f413xx.s remove whitespace (#255) 2019-07-19 19:35:50 -07:00
stm32_flash.ld initial commit 2017-04-06 18:11:36 -07:00

README.md

Dependencies

Mac

xcode-select --install
./get_sdk_mac.sh

Debian / Ubuntu

./get_sdk.sh

Programming

Panda

make

Troubleshooting

If your panda will not flash and is quickly blinking a single Green LED, use:

make recover

dfu-util for flashing