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"