Firmware for the remote control translator
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Clara Hobbs 9b02a5011b Don't give up on transmitting the code il y a 6 ans
ChibiOS @ 3022045071 Added ChibiOS submodule il y a 6 ans
src Don't give up on transmitting the code il y a 6 ans
.gitignore Added an LED blinking example il y a 6 ans
.gitmodules Added ChibiOS submodule il y a 6 ans
LICENSE Initial commit il y a 6 ans
Makefile Added an LED blinking example il y a 6 ans
README.md Added an LED blinking example il y a 6 ans
chconf.h Send a stream of power off signals to the TV il y a 6 ans
halconf.h Made a mostly-working remote control translator il y a 6 ans
mcuconf.h Made a mostly-working remote control translator il y a 6 ans

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"