STM8S firmware template
Go to file
King Kévin 729e73e705 main: use header file 2021-07-21 23:39:08 +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 make: allow multiple source files 2021-07-21 23:30:49 +02:00
README initial firmware template 2020-09-30 16:59:31 +02:00
eeprom_blockprog.c eeprom_blockprog: add EEPROM block programing library 2021-07-21 23:33:22 +02:00
eeprom_blockprog.h eeprom_blockprog: add EEPROM block programing library 2021-07-21 23:33:22 +02:00
i2c_master.c add I²C master library 2021-07-21 23:33:29 +02:00
i2c_master.h add I²C master library 2021-07-21 23:33:29 +02:00
main.c main: use header file 2021-07-21 23:39:08 +02:00
main.h main: use header file 2021-07-21 23:39:08 +02:00
stm8s.h stm8s: fix data unlocking keys 2021-07-21 23:29:21 +02:00

README

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