Firmware for the remote control translator
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Clara Hobbs 9b02a5011b Don't give up on transmitting the code 6 лет назад
ChibiOS @ 3022045071 Added ChibiOS submodule 6 лет назад
src Don't give up on transmitting the code 6 лет назад
.gitignore Added an LED blinking example 6 лет назад
.gitmodules Added ChibiOS submodule 6 лет назад
LICENSE Initial commit 6 лет назад
Makefile Added an LED blinking example 6 лет назад
README.md Added an LED blinking example 6 лет назад
chconf.h Send a stream of power off signals to the TV 6 лет назад
halconf.h Made a mostly-working remote control translator 6 лет назад
mcuconf.h Made a mostly-working remote control translator 6 лет назад

README.md

remote-control-translator-firmware

Firmware for the remote control translator

Flashing

openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c "adapter_khz 4000; program build/remote-control-translator-firmware.elf verify reset exit"