Firmware for the remote control translator
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Clara Hobbs 9b02a5011b Don't give up on transmitting the code vor 6 Jahren
ChibiOS @ 3022045071 Added ChibiOS submodule vor 6 Jahren
src Don't give up on transmitting the code vor 6 Jahren
.gitignore Added an LED blinking example vor 6 Jahren
.gitmodules Added ChibiOS submodule vor 6 Jahren
LICENSE Initial commit vor 6 Jahren
Makefile Added an LED blinking example vor 6 Jahren
README.md Added an LED blinking example vor 6 Jahren
chconf.h Send a stream of power off signals to the TV vor 6 Jahren
halconf.h Made a mostly-working remote control translator vor 6 Jahren
mcuconf.h Made a mostly-working remote control translator vor 6 Jahren

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"