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 9b02a5011b Don't give up on transmitting the code 6 vuotta sitten
ChibiOS @ 3022045071 Added ChibiOS submodule 6 vuotta sitten
src Don't give up on transmitting the code 6 vuotta sitten
.gitignore Added an LED blinking example 6 vuotta sitten
.gitmodules Added ChibiOS submodule 6 vuotta sitten
LICENSE Initial commit 6 vuotta sitten
Makefile Added an LED blinking example 6 vuotta sitten
README.md Added an LED blinking example 6 vuotta sitten
chconf.h Send a stream of power off signals to the TV 6 vuotta sitten
halconf.h Made a mostly-working remote control translator 6 vuotta sitten
mcuconf.h Made a mostly-working remote control translator 6 vuotta sitten

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"