Firmware for the remote control translator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clara Hobbs d34f1e1f87 Improve formatting, remove unused code 7 yıl önce
ChibiOS @ 3022045071 Added ChibiOS submodule 7 yıl önce
src Improve formatting, remove unused code 7 yıl önce
.gitignore Added an LED blinking example 7 yıl önce
.gitmodules Added ChibiOS submodule 7 yıl önce
LICENSE Initial commit 7 yıl önce
Makefile Added an LED blinking example 7 yıl önce
README.md Added an LED blinking example 7 yıl önce
chconf.h Send a stream of power off signals to the TV 7 yıl önce
halconf.h Made a mostly-working remote control translator 7 yıl önce
mcuconf.h Made a mostly-working remote control translator 7 yıl önce

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"