├── Makefile ├── README.md ├── blinky.c ├── stm8l.h └── uart.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdudouyt/sdcc-examples-stm8/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdudouyt/sdcc-examples-stm8/HEAD/README.md -------------------------------------------------------------------------------- /blinky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdudouyt/sdcc-examples-stm8/HEAD/blinky.c -------------------------------------------------------------------------------- /stm8l.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdudouyt/sdcc-examples-stm8/HEAD/stm8l.h -------------------------------------------------------------------------------- /uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdudouyt/sdcc-examples-stm8/HEAD/uart.c --------------------------------------------------------------------------------