STM8S firmware template
Go to file
King Kévin b3d2ea58e5 improve DDC forward and sink presence detection 2022-07-11 18:44:51 +02:00
.gitignore initial firmware template 2020-09-30 16:59:31 +02:00
LICENSE initial firmware template 2020-09-30 16:59:31 +02:00
Makefile add EDID EEPROM flashing 2022-07-11 10:40:01 +02:00
README.md doc: minor, fox extension 2022-06-22 12:34:11 +02:00
edid_cuvoodoo.bin add EDID EEPROM flashing 2022-07-11 10:40:01 +02:00
main.c improve DDC forward and sink presence detection 2022-07-11 18:44:51 +02:00
main.h main: use header file 2022-06-22 11:03:22 +02:00
softi2c_master.c set I²C lines 2022-07-11 12:24:54 +02:00
softi2c_master.h softi2c_master: add software implementation I²C library 2022-06-22 11:07:39 +02:00
stm8s.h stm8s: fix data unlocking keys 2022-06-22 11:03:22 +02:00

README.md

firmware template for ST STM8S micro-controller. includes register definitions using macros and structures.