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 31d5488170 Configure 38 kHz PWM output on A8 il y a 7 ans
ChibiOS @ 3022045071 Added ChibiOS submodule il y a 7 ans
src Configure 38 kHz PWM output on A8 il y a 7 ans
.gitignore Added an LED blinking example il y a 7 ans
.gitmodules Added ChibiOS submodule il y a 7 ans
LICENSE Initial commit il y a 7 ans
Makefile Added an LED blinking example il y a 7 ans
README.md Added an LED blinking example il y a 7 ans
chconf.h Added an LED blinking example il y a 7 ans
halconf.h Configure 38 kHz PWM output on A8 il y a 7 ans
mcuconf.h Configure 38 kHz PWM output on A8 il y a 7 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"