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 a90daee407 Added an LED blinking example il y a 6 ans
ChibiOS @ 3022045071 Added ChibiOS submodule il y a 6 ans
src Added an LED blinking example 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 Added an LED blinking example il y a 6 ans
halconf.h Added an LED blinking example il y a 6 ans
mcuconf.h Added an LED blinking example 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"